gstreamer with RTP

Overflow10 luigi.biasi91 at gmail.com
Wed Jul 15 07:16:51 PDT 2015


Thanks for your ansewer.
My goal is to redirect to gstreamer pipeline the RTP packet that I receive
on my local server. I'm trying to do something like this:

on my server application I start the gst pipeline (with popen() function)

gst-launch-1.0 -tv fdsrc blocksize=1029 !
"application/x-rtp,media=(string)video,payload=(int)100,clock-rate=(int)90000,encoding-name=(string)VP8-DRAFT-IETF-01,ssrc=(uint)2005635086,timestamp-offset=(uint)3336541746,seqnum-offset=(uint)34156"
! rtpvp8depay ! vp8dec ! videoconvert ! xvimagesink

I set the CAPS values to the related rtp header params.

Is this a good approach?
Thanks a lot.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-with-RTP-tp4672677p4672684.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list