Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-08-27 Thread Pedro Pedrosa
Hello all, I can see that the feedback for the patch has been addressed and two new patches have been submitted (thank you vectronic) here https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=1018. I also see this has been submitted to the FFmpeg-devel mailing list but doesn't look like it

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Pedro Pedrosa
On Fri, Apr 17, 2020 at 2:30 PM Dennis Mungai wrote: > That patch needs to be split into two, with commit messages explaining what > each change does, as Michael Niedermayer explained. > > Apply the recommendations mentioned therein and the ffmpeg-devel mailing > list will review the patch. >

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Dennis Mungai
On Fri, 17 Apr 2020, 16:11 vectronic, wrote: > > > > On 17 Apr 2020, at 13:26, Pedro Pedrosa > wrote: > > > > Hello all > > > > I'm trying to demux an HLS stream containing fmp4 segments. It works fine > > if I demux from the start of the input but as soon as I add the -ss flag > to > > skip to

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Pedro Pedrosa
Any reason this hasn't been merged to master? On Fri, Apr 17, 2020 at 2:11 PM vectronic wrote: > > > I’ve had success using the patch I submitted against this ticket: > > https://trac.ffmpeg.org/ticket/7359 > >

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread Dennis Mungai
On Fri, 17 Apr 2020, 15:26 Pedro Pedrosa, wrote: > Hello all > > I'm trying to demux an HLS stream containing fmp4 segments. It works fine > if I demux from the start of the input but as soon as I add the -ss flag to > skip to a timecode it no longer produces any output. > > I have tested on my

Re: [FFmpeg-user] Demuxing HLS stream of fmp4 segments

2020-04-17 Thread vectronic
> On 17 Apr 2020, at 13:26, Pedro Pedrosa wrote: > > Hello all > > I'm trying to demux an HLS stream containing fmp4 segments. It works fine > if I demux from the start of the input but as soon as I add the -ss flag to > skip to a timecode it no longer produces any output. > > I have tested