1) I'm using
pipe = gst_parse_launch("splitmuxsink name=m rtspsrc name=r r. ! rtph264depay ! h264parse ! m. r. ! rtmp4depay ! aacparse ! m.audio_0);
then i do the gst_bin_get_by_name thing and configure the location of the file i.e.:
g_object_set(temp,"location", /file_location_%04d, NULL);
and the split size and all that.
This works for UDP Unicast but does not work for UDP Multicast. The debug info suggests that I am able to communicate via RTSP however the file is never created. Has anyone experienced the same?
which is the uri of my vlc stream but all it outputs is Done discovering rtsp://
127.0.0.1:8554Am I using discoverer wrong?
Is there a better way to get media info and/or status from a stream?
Thanks,
Dan
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel