UDP stream using good plugins
Baby Octopus
jagadishkamathk at gmail.com
Thu Jan 23 04:31:22 PST 2014
Try
Server side
gst-launch filesrc location=file.mp4 ! qtdemux ! video/x-h264 ! h264parse !
rtph264pay ! your_sink
Client side
gst-launch your_src ! decodebin ! autovideosink
Note
1. qtdemux is for Mp4 file. You will have to use different demuxer for
different formats. Consider using decodebin and its autoplug*
2. h264parse is a gst-plugin-bad element
~BO
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/UDP-stream-using-good-plugins-tp4664819p4664837.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list