Sorry, but google did not help me.<br><br>I tried a lot of tutorials but nothing worked.<br><br>How to stream mpeg4 video via RTP/UDP between two ubuntu machines using gstream?<br><br>I need something like:<br><br>#Server<br>
gst-launch -v filesrc location=sample.mp4 ! ... udpsink host=127.0.0.1 port=5000  -v<br><br>...<br><br>#Client<br>gst-launch -v udpsrc port=5000 caps=&quot;127.0.0.1&quot; <br><br><br>Thanks,<br><br>Diego Silva.<br>