From f2fa3bfc41689f1fd2df50f45b21852230bc5e9f Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 23 Feb 2020 14:43:03 +0100 Subject: [PATCH] Ensure that our only video transcoding target is h264 --- resources/lib/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 3cba3bc2..53bf8579 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -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&' 'subtitleCodec=ass,pgs,vobsub&' 'replace=true)'