How to play a list of MP4 files succesively
Stefan Kost
ensonic at hora-obscura.de
Thu Jun 9 04:36:00 PDT 2011
Am 09.06.2011 10:30, schrieb BING SHUANG:
> Hi,
> I am working on a project needs to play several MP4 files succesively,
> which should be played continuously (succesively as it was only one file).
> Is it possible for this functions in gstreamer?
> I know there is a plugin named "applehlssrc" for playing .m3u8 playlist
> contains a list of ".ts" stream, so I want to know is there such a plugin can
> support a playlist contains a list of MP4 files/streams and play succesively?
> Which kind of playlist will it be?
GStreamer won't do the playlist handling. But please have a look at gap-less
playback in playin2 ("about-to-finish" signal). You should be able to implement
your case with that.
Stefan
> Or how can I design a plugin in gstreamer for supporting suck kind of
> functions?
>
> I am newer in gstreamer and I really need your help.
> Thank you very much!
>
>
>
> Best Regards!
>
>
>
> 双兵/Bing Shuang
>
> --
>
> LG Electronics (Shanghai) R&D Center
>
> Tel: 021-5854 0114 - 8203
>
> Fax: 021-5854 0102
>
> E-mail: billy.shuang at lge.com
>
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list