Disable ump and srfvp for now.

This commit is contained in:
Kavin 2024-04-02 01:54:31 +01:00
parent 2b98ce4646
commit d5572d70a7
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@ public class CollectionUtils {
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
final var extraParams = Map.of(
"ump", "1"
final Map<String, String> extraParams = Map.of(
// "ump", "1",
// "srfvp", "1"
);
if (!livestream) {