the humble videotestsrc element is magical !!!

Jan Alexander Steffens jan.steffens at gmail.com
Fri Aug 5 17:36:48 UTC 2016


On Thu, Aug 4, 2016 at 7:34 PM Andres Gonzalez <andres.agoralabs at gmail.com>
wrote:

> gst-launch-1.0 -vv videotestsrc is-live=true ! queue ! videoconvert !
> x264enc byte-stream=true ! h264parse config-interval=1 ! queue !
> matroskamux
> ! queue leaky=2 ! tcpserversink port=50010 host=0.0.0.0
> recover-policy=keyframe sync-method=latest-keyframe sync=false
>
> this works perfect. However, if I use *any* other source element in the
> server pipeline, source elements that are known to work on the server box,
> the *client* errors out
>

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 at 30, and immediately overfills it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160805/d8bf6cc0/attachment.html>


More information about the gstreamer-devel mailing list