1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-29 00:10:34 +05:30

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 { 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 { if !options.isEmpty {
args.append(options.joined(separator: ",")) args.append(options.joined(separator: ","))
} }