<div dir="ltr"><div><div>Thank you !<br><br></div>In the end, I use gdppay and gdpdepay ; it simplifies some things.<br><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-18 2:13 GMT+01:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le vendredi 17 mars 2017 à 22:01 +0100, Damien Picard a écrit :<br>
> gst-launch-1.0 -vvv -e v4l2src device=/dev/video0 do-timestamp=true<br>
>  ! "image/jpeg,width=1920,height=<wbr>1080" ! queue ! jpegdec !<br>
> videoconvert ! videorate ! omxh264enc ! rtph264pay ! udpsink<br>
> host=192.168.2.174 port=9070<br>
><br>
> This one seems to work since I can netcat its content.<br>
><br>
> I also want to retrieve this content using a gstreamer udpsrc :<br>
><br>
> gst-launch-1.0 -vvv udpsrc port=9070 caps="application/x-rtp,<br>
> media=(string)video, clock-rate=(int)90000, encoding-<br>
> name=(string)H264, payload=(int)96" ! rtpmp2tdepay ! decodebin !<br>
> autovideosink<br>
><br>
> But I get this error :<br>
> AVERTISSEMENT : pipeline erroné : impossible de connecter udpsrc0 à<br>
> rtpmp2tdepay0<br>
<br>
</span>Your payloader is rtph264pay, you should use rtph264depay the. If you<br>
really wanted MPEG TS, then use mpegtsmux ! rtpmp2tpay on the sender.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas</font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Damien Picard<br><a href="http://www.editions-eni.fr/livres/gwt-google-web-toolkit-developpez-des-applications-internet-riches-ria-en-java/.97a1a26e7d5be94763fc45ac2a1e961a.html" target="_blank">Expert GWT</a><br>Mob : 06 11 51 47 78</div></div>
</div>