How to stream mpeg4 video via RTP/UDP between two ubuntu machines?
Diego Silva
dpsilvaengcomp at gmail.com
Sat Mar 10 12:06:55 PST 2012
Sorry, but google did not help me.
I tried a lot of tutorials but nothing worked.
How to stream mpeg4 video via RTP/UDP between two ubuntu machines using
gstream?
I need something like:
#Server
gst-launch -v filesrc location=sample.mp4 ! ... udpsink host=127.0.0.1
port=5000 -v
...
#Client
gst-launch -v udpsrc port=5000 caps="127.0.0.1"
Thanks,
Diego Silva.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120310/dd2718dc/attachment.html>
More information about the gstreamer-devel
mailing list