gst_rtsp_server does not stop

aydogmusmt abdulaziz.aydogmus at mikro-tasarim.com.tr
Thu Nov 17 14:53:03 UTC 2016


I am using exactly same procedure to start again as below :

gst_rtsp_server_new();
gst_rtsp_server_get_mount_points(server);
gst_rtsp_media_factory_new();
gst_rtsp_media_factory_set_launch(factory, std_pipeline);
gst_rtsp_mount_points_add_factory(mounts, "/stream", factory);
gst_rtsp_server_attach(server, NULL);

and all of objects are initializing here, it runs without any problem at
first time but after destroy it doesn't .

yes, I am using gst_init function only once.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-does-not-stop-tp4680579p4680737.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list