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

View file

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