how to play h.264 video recording file?
Arjen Veenhuizen
arjen at moonlightmedia.nl
Mon Apr 9 14:45:00 UTC 2018
You are decoding your video on the client (windows side). Your pipeline
should read:
-client(Windows) : gst-launch-1.0 -v tcpclientsrc host=192.168.20.8
port=5000 ! gdpdepay ! rtph264depay ! queue ! h264parse ! mp4mux ! filesink
location=test.mp4
You should also consider using udpsink and udpsrc, allowing you to get rid
of gdppay and gdpdepay elements.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list