<div dir="ltr">Hi  all,<div><br></div><div>we are working on a project where we're forced to a 10Mbit/s ethernet.</div><div>Our video stream is 3-5Mbit/s, so far ok.</div><div><br></div><div>We realized that udpsink is "pulsing" out the packets in bunches, like</div><div>sending at 100Mbit/s for a few milliseconds, then waiting for the rest</div><div>of a second, then pulsing again.</div><div><br></div><div>To succeed we need the traffic flow to be continuously < 10Mbit/s.</div><div><br></div><div>Can anyone help us with this? Our command line looks like this:<br><br></div><div><span style="font-size:12.8000001907349px">/usr/bin/gst-launch-0.10 filesrc location=file.mp4 ! qtdemux ! nv_omx_h264dec ! video/x-nvrm-yuv,width=1280,</span><span style="font-size:12.8000001907349px">height=720,format=(fourcc)I420 ! nvvidconv ! video/x-raw-yuv,width=1280,</span><span style="font-size:12.8000001907349px">height=720,format=(fourcc)I420 ! videorate ! video/x-raw-yuv,width=1280,</span><span style="font-size:12.8000001907349px">height=720,format=(fourcc)</span><span style="font-size:12.8000001907349px">I420,framerate=25/1 ! nvvidconv ! video/x-nvrm-yuv,width=1280,</span><span style="font-size:12.8000001907349px">height=720,format=(fourcc)I420 ! nv_omx_mpeg4enc iframeinterval=1 bitrate=5000000 ! mpeg4videoparse config-interval=1 ! rtpmp4vpay send-config=true ! udpsink host=ff02::1%eth0 port=4001 auto-multicast=false</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Help would be much appreciated.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Regards,</span></div><div><span style="font-size:12.8000001907349px">Andreas Brodmann</span></div></div>