GNOME Bugzilla – Bug 634093
RTSP client asks for unicast from multicast only server
Last modified: 2011-06-15 22:43:31 UTC
Created attachment 173889 [details] Capture of RTSP connection (with server IP hidden) I have a RTSP server in a PAL encoder that is set up to only broadcasts using multicast. However the gstreamer client still tries to listen to unicast. I cloned the git repositories, compiled it and tested to see the bug is still with these (as specified by git describe command) gst-plugins-base RELEASE-0.10.30-383-g1469453 gst-plugins-good RELEASE-0.10.25-263-g5b68b64 gstreamer RELEASE-0.10.30-292-gb804d53 Attached is the network capture of the RTSP TCP connection I took using Wireshark. The conversation was started using command gst-launch -v rtsp://n.n.n.n:7070/ ! fakesink.
Fixed in my local git, will push after freeze.
commit e0d4a48ae76680bea71a01e9875badfdc19dc06c Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Nov 10 10:53:41 2010 +0100 sdp: add method to check for multicast addresses Expose a previously internal method to check for multicast addresses. See #634093