Fix camsoda stream URLs

This commit is contained in:
0xb00bface 2021-06-12 12:24:52 +02:00
parent e236edd595
commit 07798c8ac6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
4.4.1
========================
* Fix camsoda stream URLs
4.4.0
========================
* Added Amateur.TV

View File

@ -77,7 +77,7 @@ public class CamsodaModel extends AbstractModel {
StringBuilder url = new StringBuilder("https://");
url.append(edgeServer).append('/');
url.append(streamName);
url.append("_h264_aac");
url.append("_h264_opus");
url.append(streamName.contains("-flu") ? "_720p" : "_480p");
url.append("/index.m3u8");
if (!isPublic(streamName)) {