api/youtube: update hls vp9 container to webm

way better compatibility this way
This commit is contained in:
wukko 2024-10-30 17:13:37 +06:00
parent f610058b82
commit 367cab0de4
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -38,7 +38,7 @@ const hlsCodecList = {
vp9: {
videoCodec: "vp09",
audioCodec: "mp4a",
container: "mp4"
container: "webm"
}
}