Merge pull request #791 from TeamPiped/disable-ump

Disable ump and srfvp for now
This commit is contained in:
Kavin 2024-04-02 01:55:46 +01:00 committed by GitHub
commit 7e55b5aeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {