Issue to send video using RTP

Damien Picard picard.damien at gmail.com
Mon Mar 20 12:56:48 UTC 2017


Thank you !

In the end, I use gdppay and gdpdepay ; it simplifies some things.



2017-03-18 2:13 GMT+01:00 Nicolas Dufresne <nicolas at ndufresne.ca>:

> Le vendredi 17 mars 2017 à 22:01 +0100, Damien Picard a écrit :
> > gst-launch-1.0 -vvv -e v4l2src device=/dev/video0 do-timestamp=true
> >  ! "image/jpeg,width=1920,height=1080" ! queue ! jpegdec !
> > videoconvert ! videorate ! omxh264enc ! rtph264pay ! udpsink
> > host=192.168.2.174 port=9070
> >
> > This one seems to work since I can netcat its content.
> >
> > I also want to retrieve this content using a gstreamer udpsrc :
> >
> > gst-launch-1.0 -vvv udpsrc port=9070 caps="application/x-rtp,
> > media=(string)video, clock-rate=(int)90000, encoding-
> > name=(string)H264, payload=(int)96" ! rtpmp2tdepay ! decodebin !
> > autovideosink
> >
> > But I get this error :
> > AVERTISSEMENT : pipeline erroné : impossible de connecter udpsrc0 à
> > rtpmp2tdepay0
>
> Your payloader is rtph264pay, you should use rtph264depay the. If you
> really wanted MPEG TS, then use mpegtsmux ! rtpmp2tpay on the sender.
>
> Nicolas
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 
Damien Picard
Expert GWT
<http://www.editions-eni.fr/livres/gwt-google-web-toolkit-developpez-des-applications-internet-riches-ria-en-java/.97a1a26e7d5be94763fc45ac2a1e961a.html>
Mob : 06 11 51 47 78
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170320/911ce91a/attachment.html>


More information about the gstreamer-devel mailing list