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

Chuck Crisler ccrisler at mutualink.net
Fri Oct 18 22:48:05 CEST 2013


gst_rtsp_media_factory_set_shared(factory, TRUE);

TRUE means allow sharing, FALSE means don't. Sharing means that multiple
connections to the server will receive the same video stream (it is shared
between them). The default is 5 but you can change that.


On Fri, Oct 18, 2013 at 2:32 PM, danil4u <danil4u at gmail.com> wrote:

> thank you for your inputs.
>
> Can you please give some more inputs on how to set the media as shared? any
> links to it?
>
> thanks
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/How-to-do-streaming-of-mp4-file-using-rtsp-on-gstreamer-simulating-the-live-stream-tp4662693p4662709.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131018/fc551af3/attachment.html>


More information about the gstreamer-devel mailing list