mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +05:30
Disable ump and srfvp for now.
This commit is contained in:
parent
2b98ce4646
commit
d5572d70a7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user