<div dir="ltr">1) I'm using <div>pipe = gst_parse_launch("splitmuxsink name=m rtspsrc name=r r. ! rtph264depay ! h264parse ! m. r. ! rtmp4depay ! aacparse ! m.audio_0);</div><div><br></div><div>then i do the gst_bin_get_by_name thing and configure the location of the file i.e.:</div><div>g_object_set(temp,"location", /file_location_%04d, NULL);</div><div><br></div><div> and the split size and all that. </div><div><br></div><div>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? </div><div><br></div><div>2) i try gst-discoverer-1.0 rtsp://<a href="http://127.0.0.1:8554/stream">127.0.0.1:8554/stream</a> </div><div>which is the uri of my vlc stream but all it outputs is Done discovering rtsp://<a href="http://127.0.0.1:8554">127.0.0.1:8554</a></div><div>Am I using discoverer wrong? </div><div>Is there a better way to get media info and/or status from a stream?</div><div><br></div><div>Thanks,</div><div><br></div><div>Dan</div></div>