mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix avc/av1
This commit is contained in:
parent
894b9bdcd7
commit
23b6edfcc5
@ -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: ","))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user