voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 106 forks source link

voctogui is hanging out #290

Closed arvindveeramani closed 2 years ago

arvindveeramani commented 3 years ago

am running my voc2gui in x2go client xfce but the voc2gui is hanging whenever its opening.. Screenshot (2)

derpeter commented 3 years ago

Hey, this looks like the UI is not able to get the preview videos. Or maybe the gui is not able to draw them, i guess no one tried this before on windows. If you click the symbol next to the snail on the bottom of the window you should the the ports for the previews. Try to play the preview videos with ffplay or mpv e.g. ffplay tcp://localhost:130000

Also run the core with -vv it will most likely complain about somehting.

Please upload your config of gui and core so we see what we are wokring with here

arvindveeramani commented 3 years ago

gui config.txt core.txt

arvindveeramani commented 3 years ago

Screenshot_2021-02-26_11-12-59

actually am tried this in linux only not in windows sir.,and am already shared the config files in above..

arvindveeramani commented 3 years ago

Screenshot_2021-02-26_11-20-05

and am received warning like this

derpeter commented 3 years ago

So config looks good so far. The warning is not a problem here, it basically tells you about an logical problem with the config but nothing that would prevent it from work. From what i can see on the screenshots i would still assume to problem is in the core. Could you please also provide the complete log output (the one from the last screenshot). I would guess the pipline is not starting completely. by the way are you using the code shipped with ubuntu or from the git?

derpeter commented 2 years ago

closed because of inactivity, please reopen if needed