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 795502 - Cannot bind udpsink to IPv4 address, which is incorrectly treated as an IPv6 one
Cannot bind udpsink to IPv4 address, which is incorrectly treated as an IPv6 one
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.14.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-24 08:58 UTC by Daniel F
Modified: 2018-11-03 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel F 2018-04-24 08:58:38 UTC
I am trying to bind udpsink to local IPv4 address, but for some reason this address is treated as an IPv6 one, and udpsink complains about incorrect address family.

gst-launch-1.0 -v udpsink bind-address="192.168.100.20"
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not get/set settings from/on resource.
Additional debug info:
gstmultiudpsink.c(1286): gst_multiudpsink_configure_client (): /GstPipeline:pipeline0/GstUDPSink:udpsink0:
Invalid address family (got 10)
Setting pipeline to NULL ...
Freeing pipeline ...

I have CentOS 7.4 64-bit.

uname -a
Linux daniel.localdomain 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

gst-launch-1.0 --version
gst-launch-1.0 version 1.10.4
GStreamer 1.14.0
http://www.redhat.com
Comment 1 Daniel F 2018-04-24 10:49:05 UTC
Note: I wanted to create udpsink first and bind it to local ip/port. Remote ip/port I would set later, after receiving SDP from remote party.
Comment 2 GStreamer system administrator 2018-11-03 15:29:36 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/469.