<div dir="ltr">The modules rndbuffersize and chopmydata can chop a stream of bytes into a fixed buffer size stream although I don't know if your protocol needs the chunks to be framed like RTP over TCP where a length specifier is needed.<br><br>Regards<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 30, 2016 at 6:01 PM, Marc Rechte <span dir="ltr"><<a href="mailto:mrechte@studelec-sa.com" target="_blank">mrechte@studelec-sa.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Testing the Open-AVB gstreamer plugin (avbsink), I am trying to stream the output of a UVC camera to an ethernet device, using this command:<br>
<br>
# gst-launch-1.0 -e uvch264src device=/dev/video0 name=zoro auto-start=true  zoro.vidsrc ! video/x-h264,width=1280,height=720,framerate=30/1 ! tee name=t ! queue ! avdec_h264 ! xvimagesink sync=false t. ! queue ! avbsink interface=enp2s0<br>
<br>
The problem is that avbsink expects a fixed blocksize of 1024 bytes. The uvch264src has no blocksize property.<br>
<br>
Please would you have any suggestion to make sure blocks passed to avbsink have a fixed size ?<br>
<br>
Thanks<br>
<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>