Update StripchatModel.java
This commit is contained in:
parent
86f95564ed
commit
57950fb1ff
|
@ -215,8 +215,10 @@ public class StripchatModel extends AbstractModel {
|
||||||
log.debug("Spy start for {}", getName());
|
log.debug("Spy start for {}", getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String hlsUrlTemplate = "https://edge-hls.doppiocdn.com/hls/{0}{1}/master/{0}{1}_auto.m3u8?playlistType=Standart{2}";
|
// String hlsUrlTemplate = "https://edge-hls.doppiocdn.com/hls/{0}{1}/master/{0}{1}_auto.m3u8?playlistType=Standart{2}";
|
||||||
return MessageFormat.format(hlsUrlTemplate, String.valueOf(id), vrSuffix, token);
|
String hlsUrlTemplate = "https://edge-hls.saawsedge.com/hls/{0}{1}/master/{0}{1}.m3u8";
|
||||||
|
// return MessageFormat.format(hlsUrlTemplate, String.valueOf(id), vrSuffix, token);
|
||||||
|
return MessageFormat.format(hlsUrlTemplate, String.valueOf(id), vrSuffix);
|
||||||
} else {
|
} else {
|
||||||
throw new IOException("Playlist URL not found");
|
throw new IOException("Playlist URL not found");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue