Fix avc/av1

This commit is contained in:
Arkadiusz Fal 2022-12-17 14:26:36 +01:00
parent 894b9bdcd7
commit 23b6edfcc5

View File

@ -150,11 +150,11 @@ final class MPVClient: ObservableObject {
}
if forceSeekable {
// options.append("stream-lavf-o=seekable=0")
options.append("force-seekable=yes")
// this is needed for peertube?
// options.append("stream-lavf-o=seekable=0")
}
options.append("stream-lavf-o=seekable=0")
if !options.isEmpty {
args.append(options.joined(separator: ","))
}