dynamic pipeline

Sebastian Dröge sebastian at centricular.com
Thu Feb 25 07:10:04 UTC 2016


On Mi, 2016-02-24 at 01:58 -0800, murali_c_h wrote:
> [...]
> 
> But no video is getting pushed. There are no buffers getting pushed
> out of udpsrc.

If no data is pushed out of udpsrc that would mean that its socket is
not receiving any data either. First of all check with a tool like
wireshark if there's anything on the network at all, and if it is why
it does not come out of udpsrc's socket.

This would be entirely unrelated to clock synchronization.


Another possible issue here is that you use videomixer2, this is a) a
GStreamer 0.10 element and you should not use GStreamer 0.10 anymore
nowadays as it's no longer maintained since 3+ years and b) you should
use compositor from 1.6+ as this one has actual support for live
pipelines.

It might also be necessary to ensure that your compositor is running
live, e.g. by putting a videotestsrc with is-live=true in front of it
as another input.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160225/1de244fd/attachment.sig>


More information about the gstreamer-devel mailing list