Only enable ump for now.

This commit is contained in:
Kavin 2023-11-28 01:20:04 +00:00
parent d7762f099a
commit 4a3a4236c0
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F

View File

@ -44,8 +44,7 @@ public class CollectionUtils {
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM; boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
final var extraParams = Map.of( final var extraParams = Map.of(
"ump", "1", "ump", "1"
"srfvp", "1"
); );
if (!livestream) { if (!livestream) {