mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/youtube: update hls vp9 container to webm
way better compatibility this way
This commit is contained in:
parent
f610058b82
commit
367cab0de4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const hlsCodecList = {
|
||||||
vp9: {
|
vp9: {
|
||||||
videoCodec: "vp09",
|
videoCodec: "vp09",
|
||||||
audioCodec: "mp4a",
|
audioCodec: "mp4a",
|
||||||
container: "mp4"
|
container: "webm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue