Save live Video using gstreamer command

AniketH nymano86 at aol.com
Tue Jan 5 07:51:46 UTC 2021


You can try deplayloading the data. For example if your source is H264 you
can try something like,

gst-launch-1.0 -e udpsrc port=2222 ! application/x-rtp,
clock-rate=90000,payload=96 \
! rtph264depay ! h264parse ! queue ! avdec_h264 ! videoconvert ! x264enc  !
mp4mux ! filesink location=file.mp4

Depayload > parse > decode > convert > encode > mux > save



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list