Are intervideosink/src elements work on other than linux platform?

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

Are intervideosink/src elements work on other than linux platform?

mguinzbourg
This post was updated on .
Hi All,
I've tried to launch very simple test on windows machine:

sender:  gst-launch-1.0 -v videotestsrc ! videoconvert ! intervideosink
receiver: gst-launch-1.0 -v intervideosrc ! videoconvert ! autovideosink

there are no errors but no video on the reciever pipeline, just black output.
I've tried the same with audio elements and the same result - no audio on the receiver pipeline.
I appreciate any help with the subject.
Michael

Reply | Threaded
Open this post in threaded view
|

Re: Are intervideosink/src elements work on other than linux platform?

mguinzbourg
I got it working. No more questions.