Usage of rtph264depay

Gokul Vellingiri vgokul129 at gmail.com
Wed Feb 25 03:23:09 PST 2015


I trying to stream rtp packet over UDP in Linux machine.i have added my
pipelines too.

*Server side:*
gst-launch-1.0 -v filesrc location=./Videos/Tamil/Mun\ Andhi.mp4 ! decodebin
! x264enc ! rtph264pay ! udpsink host=192.164.6.100 port=5003

*Client Side:*
gst-launch-1.0 -v udpsrc port=5003 caps = "application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! autovideosink

The Streaming is working fine,i'll be able to see video on my receiver side.
My client is working even when i remove rtph264depay element too.

Then what is the real use of having rtph264depay on my pipeline.Also is it
necessary to use rtph264parse while streaming rtp packets.How these to
elements will be useful for developers.Any idea?

Thanks,
~GOKUL~



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Usage-of-rtph264depay-tp4670912.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list