GNOME Bugzilla – Bug 666976
Needed more info about IP version
Last modified: 2012-02-18 19:57:09 UTC
Here: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README described the pipeline which doesn't work for me (Ubuntu 10.04): gst-launch-0.10 -v videotestsrc ! ffenc_h263p ! rtph263ppay ! udpsink The following option needed for udpsink: host="127.0.0.1". According to jpa-: [09:38:24] <jpa-> beemater: yeah, i just fired up wireshark and saw a lot of "IPv6 port unreachable" [09:38:46] <jpa-> i guess the issue is that some distros (atleast ubuntu) have ipv6 address for localhost, so udpsink uses that
Should work just fine in 0.11 now after porting everything to GIO. The default settings of the system are used for localhost, etc. so if there's still something wrong in this area, it's a configuration mistake on your side.