<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><div>Put the dest-address to the udpsink for unicast  communication </div><div><br></div><div><br></div><div><br></div><div id="composer_signature"><div style="font-size:85%;color:#575757" dir="auto">Von meinem Samsung Galaxy Smartphone gesendet.</div></div><div><br></div><div style="font-size:100%;color:#000000"><!-- originalMessage --><div>-------- Ursprüngliche Nachricht --------</div><div>Von: michaelg <michaelg@linux4biz.com> </div><div>Datum: 29.03.17  09:42  (GMT+01:00) </div><div>An: gstreamer-devel@lists.freedesktop.org </div><div>Betreff: streaming an h264 in mp4 video over udp </div><div><br></div></div>Hi,<br>i am trying to stream an h264 mp4 over udp on a linux ubuntu 14.04 machine,<br>at first stage the sender and receiver on the same machine through a<br>localhost.<br><br>fitst i managed to play the mp4 using the following pipeline:<br>gst-launch-1.0 filesrc location=/home/michael/Downloads/bbb_h264.mp4 !<br>qtdemux name=demux demux. ! queue ! faad ! audioconvert ! audioresample !<br>autoaudiosink demux. ! queue ! avdec_h264 ! videoconvert ! autovideosink<br><br>then i tried to break this pipeline to the sender and receiver pipelines<br>based on all the posts i saw.<br>i removed the audio to simplify the task at this stage so the sender and<br>receiver looks as following:<br><br>sender:<br>gst-launch-1.0 filesrc location=/home/michael/Downloads/bbb_h264.mp4 !<br>qtdemux ! rtph264pay ! udpsink <br><br>reciever:<br>gst-launch-1.0 -v udpsrc ! application/x-rtp ! rtph264depay ! avdec_h264 !<br>videoconvert ! autovideosink<br><br>the udp using the default port (i tested it with the test src and the<br>communication works)<br>i get no errors but the video doesnt play.<br><br>could you advice what am i doing wrong?<br>thanks<br><br><br><br><br>--<br>View this message in context: http://gstreamer-devel.966125.n4.nabble.com/streaming-an-h264-in-mp4-video-over-udp-tp4682444.html<br>Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>_______________________________________________<br>gstreamer-devel mailing list<br>gstreamer-devel@lists.freedesktop.org<br>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br></body></html>