Change audio codec back to AAC for Camsoda

This commit is contained in:
0xb00bface 2021-07-18 15:30:28 +02:00
parent 73631fb5c0
commit e124fcf6a8
1 changed files with 1 additions and 1 deletions

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_opus");
url.append("_h264_aac");
url.append(streamName.contains("-flu") ? "_720p" : "_480p");
url.append("/index.m3u8");
if (!isPublic(streamName)) {