[gst-devel] Trouble with basic RTP raw video pipelines
Ward, David - 0663 - MITLL
david.ward at ll.mit.edu
Mon Jun 14 02:48:41 CEST 2010
I solved my own problem, although I'd classify this as a bug?
udpsink port=5000
=> uses IPv6
udpsrc port=5000
=> uses IPv4
Apparently "localhost" (the default value for the "host" parameter of
udpsink) maps to both IPv6 and IPv4 addresses in Fedora 13. It is also
this way under Ubuntu 10.04. So could the default value of "host" for
udpsrc be changed to "127.0.0.1", or the default value of
"multicast-group" be changed to "::0", just so that the same address
family is used for both udpsink and udpsrc by default?
Or at least mention this in the documentation?
David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5521 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100613/6185d675/attachment.bin>
More information about the gstreamer-devel
mailing list