chore: re-enable srfvp and ump for now

This commit is contained in:
Bnyro 2025-02-27 11:26:55 +01:00
parent ebc52f1409
commit 8353deac68

View File

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