<html><head></head><body><div>Le mercredi 30 mars 2016 à 18:27 +0200, Peter Maersk-Moller a écrit :</div><blockquote type="cite"><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></div></blockquote><div><br></div><div>Also, arguably, avbsink element should handle this trivial transformation by itself.  Please report the issue to the author. This is a third party plugin.</div><div><br></div><div><a href="https://github.com/AVnu/Open-AVB/issues">https://github.com/AVnu/Open-AVB/issues</a></div><div><br></div><blockquote type="cite"><div dir="ltr"><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 type="cite">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>
<br></blockquote></div><br></div>
<pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre></blockquote></body></html>