I want to play video clips without break. For Example, i have a
segmented video in n parts and want to play this video by playing every segment sequential without any breaks or delay in video or sound. It is possible with gstreamer framework? ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
There will always be some delay but you can minimize it.
What you could do is to create all necessary pipelines before. Pause them on first frame. Start running the first and upon receiveing EOS unpause the seconde pipeline and so on. I think the delay could be minimal. In that sense it's possible. Can't you just join the video streams? 2010/5/27 kk <[hidden email]> I want to play video clips without break. For Example, i have a -- Your Sincerely Michael Joachimiak ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by rtstest
On Thu, 2010-05-27 at 22:42 +0700, kk wrote:
> I want to play video clips without break. For Example, i have a > segmented video in n parts and want to play this video by playing every > segment sequential without any breaks or delay in video or sound. Like Apple's HTTP Live Streaming you mean? > It is possible with gstreamer framework? The framework design allows this, yes. You may find that some elements involved don't support this particular use case perfectly yet though. Cheers -Tim ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by rtstest
Re: [gst-devel] video clip playin There will always be some delay but you can minimize it. What you could do is to create all necessary pipelines before. Pause them on first frame. Start running the first and upon receiveing EOS unpause the seconde pipeline and so on. I think the delay could be minimal. In that sense it's possible. Can't you just join the video streams? - It have to be like a adobe adaptive streaming - I'm doing this by gmfbridge at the moment, similar you described above... but have so much problems... Is a follow usecase possible?: stream -> adobe adaptive streaming file or microsoft smooth streaming(mp4) Thanks, Kony ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |