Ensure that our only video transcoding target is h264

This commit is contained in:
croneter 2020-02-23 14:43:03 +01:00
parent 310ae54e7b
commit f2fa3bfc41

View file

@ -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)'