[gst-devel] Udpsink doesn't send anything
"José Luis Segura Lucas"
josel.segura at gmx.es
Fri Nov 19 11:22:19 CET 2010
Good morning from Spain!
Today I was trying to send a raw video over the network using udpsink -> udpsrc connection.
On the receiver side, I ran this pipleine:
$ gst-launch-0.10 udpsrc ! filesink location="/tmp/file"
If I look at my listening ports with netstat, I saw the UDP port 4951 (as expected).
When I run (on my computer or on any other computer on my network) the "sender":
$ gst-launch-0.10 videotestsrc ! udpsink host=my_network_ip
Nothing happens. I use Wireshark to look at the network traffic generated on the server side and the client, but nothing is sent/received.
I tried with the example seen on http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-udpsrc.html (using only audio instead video), but I get nothing too :-(
Can anybody help me?
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101119/a12e5fea/attachment.htm>
More information about the gstreamer-devel
mailing list