filesink issue

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

filesink issue

vaferdolosa
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/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: filesink issue

Tim Müller
On Thu, 2020-01-09 at 04:46 -0600, vaferdolosa wrote:

Hi,

> 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?

Can you show us the exact pipeline you use for the filesink variant?

Cheers
 Tim


--
Tim Müller, Centricular Ltd - http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel