How to do streaming of mp4 file using rtsp on gstreamer (simulating the live stream)

Sebastian Dröge slomo at coaxion.net
Fri Oct 18 15:39:41 CEST 2013


On Fr, 2013-10-18 at 03:46 -0700, danil4u wrote:
> 
> We are trying to stream the mp4 file using the rtsp. We could able to do the
> streaming on the client side without any problem but whenever we connect the
> client and play, it starts to play from the beginning (something like video
> on demand). But our intention is simulating the live streaming with the
> stored mp4 files itself. Can anybody through some light on it.
> 
> Here is the example code that we are trying on server side...

One way of doing that is to set the media as shared, that way all
clients will get the same stream at the same (current) position.

Without sharing, every client will get its own pipeline... and that
always starts from the start.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131018/e69d90b5/attachment.pgp>


More information about the gstreamer-devel mailing list