RTSP Server from a manually created and linked pipeline

bomba jhonata.poma at gmail.com
Wed Nov 2 10:51:54 UTC 2016


I ended up overriding create_element().

Not sure about how to get bus messages at this point.

+         si.bus = gst_pipeline_get_bus (GST_PIPELINE (si.pipeline));
+         if (!si.bus)
+                 g_printerr ("Could not get bus\n");
+ 
+         gst_bus_add_signal_watch (si.bus);
+ 
+         /*      Connect to bus messages */
+         g_signal_connect (si.bus, "message", G_CALLBACK (bus_message),
&si);

Does not produce any effect.



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


More information about the gstreamer-devel mailing list