video clip playin

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

video clip playin

rtstest
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
Reply | Threaded
Open this post in threaded view
|

Re: video clip playin

Michael Joachimiak
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
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



--
Your Sincerely
Michael Joachimiak

------------------------------------------------------------------------------


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: video clip playin

Tim-Philipp Müller-2
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
Reply | Threaded
Open this post in threaded view
|

Re: video clip playin

rtstest
In reply to this post by rtstest
Am 5/30/2010 4:45 PM, schrieb [hidden email]
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