STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER
Vinod Kesti
vinodkesti at yahoo.com
Fri May 3 12:53:34 UTC 2019
By default VLC player choose mpeg2ts depayloader.
use rtpmp2tpay to test once:
gst-launch-1.0 --gst-debug-level=3 -v v4l2src device=/dev/video0 !
capsfilter caps="video/x-raw,width=640,height=480,framerate=30/1" ! queue !
omxh264enc ! queue ! h264parse ! mpegtsmux ! rtpmp2tpay ! udpsink
host=127.0.0.1 port=8080
and trt rtp://@:8080 in VLC.
VLC pay have option to choose depayloader but haven't tried it.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list