Merge pull request #1124 from croneter/add-info
Ensure that our only video transcoding target is h264
This commit is contained in:
commit
87cff3557d
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ STREAMING_HEADERS = {
|
|||
'context=streaming&'
|
||||
'protocol=hls&'
|
||||
'container=mpegts&'
|
||||
'videoCodec=h264,hevc,mpeg4,mpeg2video&'
|
||||
'videoCodec=h264&'
|
||||
'audioCodec=aac,flac,vorbis,opus,ac3,eac3,mp3,mp2,pcm&'
|
||||
'replace=true)'
|
||||
# '+add-transcode-target('
|
||||
|
|
Loading…
Reference in a new issue