mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 07:50:33 +05:30
Fix avc/av1
This commit is contained in:
parent
894b9bdcd7
commit
23b6edfcc5
@ -150,11 +150,11 @@ final class MPVClient: ObservableObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if forceSeekable {
|
if forceSeekable {
|
||||||
|
options.append("force-seekable=yes")
|
||||||
|
// this is needed for peertube?
|
||||||
// options.append("stream-lavf-o=seekable=0")
|
// 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: ","))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user