RTSP Server from a manually created and linked pipeline

bomba jhonata.poma at gmail.com
Fri Oct 28 13:22:10 UTC 2016


Hello,

I want to manually create each element of the pipeline and create an RTSP
server that launches it.

The default method :
    gst_rtsp_media_factory_set_launch (factory, "( element ! element !
rtppayload name=pay0 )");
Won't work for me.

I wonder if something like:
    gst_bin_add_many (GST_BIN (pipeline), element, element, rtppayload);
    gst_rtsp_media_factory_set_launch (factory, pipeline);
is possible, and how can it be accomplished.


Best regards,
J



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-Server-from-a-manually-created-and-linked-pipeline-tp4680305.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list