Ensure that our only video transcoding target is h264
This commit is contained in:
parent
310ae54e7b
commit
f2fa3bfc41
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ STREAMING_HEADERS = {
|
||||||
'context=streaming&'
|
'context=streaming&'
|
||||||
'protocol=hls&'
|
'protocol=hls&'
|
||||||
'container=mpegts&'
|
'container=mpegts&'
|
||||||
'videoCodec=h264,hevc,mpeg4,mpeg2video&'
|
'videoCodec=h264&'
|
||||||
'audioCodec=aac,flac,vorbis,opus,ac3,eac3,mp3,mp2,pcm&'
|
'audioCodec=aac,flac,vorbis,opus,ac3,eac3,mp3,mp2,pcm&'
|
||||||
'subtitleCodec=ass,pgs,vobsub&'
|
'subtitleCodec=ass,pgs,vobsub&'
|
||||||
'replace=true)'
|
'replace=true)'
|
||||||
|
|
Loading…
Reference in a new issue