filesink issue

vaferdolosa florentmaye at hotmail.fr
Thu Jan 9 10:46:50 UTC 2020


Dear all,

I hope this is the good place for my question. I have a gstreamer chain
which work correctly to stream a video:

/raspivid --nopreview --awb auto -ih -t 0 -w 1280 -h 720 -fps 49 -b 4000000
-g 147 -pf high -o - | gst-launch-1.0 fdsrc ! h264parse !  rtph264pay ! 
udpsink host=127.0.0.1 port=5602
/
and

/gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' !
rtph264depay ! avdec_h264 ! clockoverlay valignment=bottom ! autovideosink
fps-update-interval=1000 sync=false/

I would like to dump the video stream. To do that I use /filesink
location=video.h264/ on the receiver side. However it generates a file much
lager than the one generated by directly bumping the source, and it is not
readable.

Do you have any idea on what could be wrong?

Thank you in advance for all your help.

Regards



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


More information about the gstreamer-devel mailing list