Streaming Mp4 file using Gstreamer

Gokul Vellingiri vgokul129 at gmail.com
Sat Dec 20 00:18:59 PST 2014


Finally i got the pipeline and its working perfectly.


*SERVER:*
gst-launch-1.0 -v filesrc location=./Videos/Tamil/Mun\ Andhi.mp4 ! decodebin
! x264enc ! rtph264pay ! udpsink host=192.168.6.61 port=6002

*CLIENT:*

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



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-Mp4-file-using-Gstreamer-tp4669984p4669990.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list