After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632444 - rtsp should try ipv4 and ipv6
rtsp should try ipv4 and ipv6
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-18 10:52 UTC by Steffen
Modified: 2013-08-16 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steffen 2010-10-18 10:52:41 UTC
I use totem and gnome-dvb-daemon to watch Digital TV.
Totem receives URLs of my local rtsp server which is used for transmitting the data.

However the hostname in the URL is translated to the IPv6 address ::1. Since the rtsp server only listens on my IPv4 address the connection is not successfull. Replacing the hostname with localhost or my IPv4 address solves the problem.

I think gstreamer should try to use the other addresses if the first one is not working.
Comment 1 Sebastian Dröge (slomo) 2013-08-16 11:45:45 UTC
This should not be a problem anymore with latest git master, multiple resolutions of a hostname are now tried until one works.