[FFmpeg-devel] [PATCH] avformat/concatdec: add concat_seekable operation

Steven Liu lingjiujianke at gmail.com
Sat Mar 18 15:05:33 EET 2017


2017-03-18 21:01 GMT+08:00 wm4 <nfxjfg at googlemail.com>:

> On Sat, 18 Mar 2017 12:45:34 +0000
> Steven Liu <lingjiujianke at gmail.com> wrote:
>
> > Nicolas George <george at nsup.org>于2017年3月18日 周六下午8:35写道:
> >
> > > L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit :
> > > > you can try it:
> > > > echo "file 'inputfile1.mp4'" > concat input.concatfile
> > > > echo "file 'inputfile2.mp4'" >> concat input.concatfile
> > > > ffmpeg -stream_loop -1 -f concat input.concatfile -c copy output.ts
> > >
> > > Please try actual seeking to random points of this virtual file. I
> > > expect you will find that it does not work reliably.
> > >
> > > Regards,
> > >
> > > --
> > >   Nicolas George
> > > _______________________________________________
> > > ffmpeg-devel mailing list
> > > ffmpeg-devel at ffmpeg.org
> > > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> >
> > mhmm dose there have any way to support the stream loop all the file
> list?
>
> Is this for some adaptive streaming thing, like maybe DASH?
>

No, Just input many files into a list ,and loop to read and concat them to
publish rtmp.
maybe the option name from concat_seekable to concat_reset will better?

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list