chore: revert re-enable srfvp and ump for now

This reverts commit 8353deac68a1b06f1036553bf7255aeb9867464d.
This commit is contained in:
Bnyro 2025-03-02 09:47:15 +01:00 committed by GitHub
parent 530f42c2ea
commit df57236657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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