Re: [FFmpeg-devel] [PATCH 1/2] v3 - SCTE extraction from mpegts

2017-12-03 Thread Steven Liu
2017-12-02 20:15 GMT+08:00 Sandeep Reddy : > Hi, > > I applied the SCTE patch on hlsenc. But I am unable to find a way to > intialize scte_interface of HLSContext . > > Please let me know ,how to intialize it hlsenc initialize in hls_mux_init API, it is called by hls_write_header, you can insert i

Re: [FFmpeg-devel] [PATCH 1/2] v3 - SCTE extraction from mpegts

2017-12-02 Thread Sandeep Reddy
Hi, I applied the SCTE patch on hlsenc. But I am unable to find a way to intialize scte_interface of HLSContext . Please let me know ,how to intialize it ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-dev

Re: [FFmpeg-devel] [PATCH 1/2] v3 - SCTE extraction from mpegts

2016-08-03 Thread Carl Eugen Hoyos
2016-08-03 21:36 GMT+02:00 Carlos Fernandez Sanz : > From: Carlos > - > -} else { > +} else if (tss->type == MPEGTS_PES) { > int ret; > // Note: The position here points actually behind the current packet. > -if (tss->type == MPEGTS_PES) { > -if ((ret