voc / voctomix

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

Program installs on debian buster but crashes #270

Closed desputinski closed 2 years ago

desputinski commented 4 years ago

Hi, is vectomix compatible to debian buster? I installed it yesterday successfully, but when I run:

./voctocore/voctocore.py -vv The graphical environment (xfce) crashes.

Does anyone here know what the problem might be?

CarlFK commented 4 years ago

On Thu, Jan 9, 2020, 11:46 PM desputinski notifications@github.com wrote:

Hi, is vectomix compatible to debian buster? I installed it yesterday successfully, but when I run:

./voctocore/voctocore.py -vv The graphical environment (xfce) crashes.

Does anyone here know what the problem might be?

This installs buster and vocto https://debconf-video-team.pages.debian.net/ansible/usb_install/usb_quick_start.html

Give that a try, please report back.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/voc/voctomix/issues/270?email_source=notifications&email_token=AAAFVOJSPKCGPLHCU64WVZ3Q44TB5A5CNFSM4KEYPKB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFB77FA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAFVONKJZ6XUSY7SCCAVW3Q44TB5ANCNFSM4KEYPKBQ .

derpeter commented 4 years ago

@desputinski can you explain what you mean be xfce crashes? The voctocore has no gui component so interaction with xfce should not happen. Depending on your config and the hardware in your machine voctocore can saturate your CPU which may lead to an unresponsive desktop.

desputinski commented 4 years ago

@CarlFK Thank you for the hint. I will try to install according to that link next time when I'm at that machine... @derpeter Hm, I'm not sure. As I said: I ran ./voctocore/voctocore.py -vv, black screen for a second and then the xfce-login-screen reappeared. So if there is no gui I start the browser? I thought there is some graphical interface to switch during the recording e.g. between speaker and presentation...

derpeter commented 4 years ago

no there is a gui, its next to voctocore in the voctogui folder. But you need to start that separate. You start first the core and than the gui. Its a client server architecture so you can run both part on different machines.

You should check your syslog and where ever XFCE writes is errors to to see why XFCE dies.