Getting only blackframes with intervideo elements

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting only blackframes with intervideo elements

Baby Octopus
Administrator
Hi,

I'm running following 2 pipelines in 2 different command lines on Windows of same system

gst-launch-1.0 videotestsrc ! intervideosink
gst-launch-1.0 intervideosrc ! autovideosink

Just receiving black frames. Does this need any setting to work? I have disabled windows firewall also!

~BO



Reply | Threaded
Open this post in threaded view
|

Re: Getting only blackframes with intervideo elements

Nicolas Dufresne-4
Le mercredi 14 septembre 2016 à 09:53 -0700, Baby Octopus a écrit :

> Hi, 
>
> I'm running following 2 pipelines in 2 different command lines on
> Windows of
> same system
>
> gst-launch-1.0 videotestsrc ! intervideosink
> gst-launch-1.0 intervideosrc ! autovideosink
>
> Just receiving black frames. Does this need any setting to work? I
> have
> disabled windows firewall also!

inter* element are design to share and multiplex content between two
pipelines running in the same process. They won't work across different
processes. For this purpose you may want to look at shmsrc/shmsink, or
using some network protocol, the behaviour is not exactly the same
though. Or you could apply those patches and give that a try:

https://bugzilla.gnome.org/show_bug.cgi?id=752214

Again, this won't let you multiplex like intervideosink would do.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel