<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Thu, Aug 4, 2016 at 7:34 PM Andres Gonzalez <<a href="mailto:andres.agoralabs@gmail.com">andres.agoralabs@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
gst-launch-1.0 -vv videotestsrc is-live=true ! queue ! videoconvert !<br>
x264enc byte-stream=true ! h264parse config-interval=1 ! queue ! matroskamux<br>
! queue leaky=2 ! tcpserversink port=50010 host=0.0.0.0<br>
recover-policy=keyframe sync-method=latest-keyframe sync=false<br>
<br>
this works perfect. However, if I use *any* other source element in the<br>
server pipeline, source elements that are known to work on the server box,<br>
the *client* errors out<br></blockquote><div><br></div><div>Try removing the leaky queue. I assume whatever source you're using creates much bigger and/or more frequent buffers than videotestsrc's default 320x240@30, and immediately overfills it.<br></div></div></div>