From: Jaroslav Kysela Date: Fri, 23 Nov 2018 11:04:21 +0000 (+0100) Subject: transcoding: don't set profile for h264 (it's not accepted for a reason), fixes ... X-Git-Tag: v4.2.8~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55acbe1cf95c565d8bf3f76560cb8d4633f90c5a;p=thirdparty%2Ftvheadend.git transcoding: don't set profile for h264 (it's not accepted for a reason), fixes #5308 --- diff --git a/src/plumbing/transcoding.c b/src/plumbing/transcoding.c index f587df772..cf48f9b36 100644 --- a/src/plumbing/transcoding.c +++ b/src/plumbing/transcoding.c @@ -1348,7 +1348,7 @@ transcoder_stream_video(transcoder_t *t, transcoder_stream_t *ts, th_pkt_t *pkt) tvhinfo(LS_TRANSCODE, "%04X: Using preset %s", shortid(t), t->t_props.tp_vcodec_preset); // All modern devices should support "high" profile - av_dict_set(&opts, "profile", "high", 0); + //av_dict_set(&opts, "profile", "high", 0); if (t->t_props.tp_vbitrate < 64) { // encode with specified quality and optimize for low latency