RTSP UDP Mcast and gst-discoverer-1.0
dkatz6
dkatz6 at binghamton.edu
Tue Nov 28 16:11:50 UTC 2017
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?
2) i try gst-discoverer-1.0 rtsp://127.0.0.1:8554/stream
which is the uri of my vlc stream but all it outputs is Done discovering
rtsp://127.0.0.1:8554
Am I using discoverer wrong?
Is there a better way to get media info and/or status from a stream?
Thanks,
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20171128/83a661b7/attachment.html>
More information about the gstreamer-devel
mailing list