Restreaming video with gstreamer

sej sergio.espi at embention.com
Mon Dec 2 17:24:09 UTC 2019


Hi,
I'm trying to make restreaming with gstreamer, more or less my pipeline is
as follows:

*udpsrc multicast-group=224.1.1.1 auto-multicast=true port=5000 ! queue !
application/x-rtp,media=video,clock-rate=90000,encoding-name=VP8,framerate=30/1
! rtpvp8depay ! vp8dec ! queue ! videoconvert ! queue ! vp8enc threads=4
deadline=1 ! rtpvp8pay
*
This works well when the video is in 1280x720, but when the video is in
1920x1080 it loses many frames, the video freezes.

Anyone knows any way to fix that?
Thanks in advance




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


More information about the gstreamer-devel mailing list