werthdavid / homebridge-website-to-camera

Homebridge plugin that displays a Website as virtual camera (intended for Google Maps Traffic)
MIT License
54 stars 7 forks source link

Version for Debian Bullseye lite #44

Closed guitardoc closed 2 years ago

guitardoc commented 2 years ago

Hello,

The Chromium-Browser does not work anymore on Debian Bullseye (probably due to BlueAlsa no longer being part of the Bullseye installation - BlueAlsa cannot be installed separately either).

The only way on Bullseye is to use Chromium instead of Chromium-Browser. Is it possible to have an update using Chromium instead of Chromium-Browser?

Thank you.

werthdavid commented 2 years ago

Hey, are you talking about (google) chrome? Did you try if it works? As Chrome and Chromium are basically the same, I guess it should work right away

guitardoc commented 2 years ago

Hello, Yes, I tried it. I installed chromium instead of chromium-browser and then installed the homebridge-website-to-camera plugin. It did not work. However, I am not sure if I entered the correct path to chromium as it might get installed differently to chromium-browser. Thank you for looking into this.

PS. I am not sure if chromium installs correctly either. When entering $ chromium it aborts with error: „Missing X server or $DISPLAY“

werthdavid commented 2 years ago

The error is fine, it states that you don't have a graphical environment (Desktop) available, which is expected as you're running the command from a (remote-)shell.

What error do you get from the plugin? You should locate the "chromium"-executable on your system and provide the path in the config e.g. "chromiumPath": "/usr/bin/chromium"

guitardoc commented 2 years ago

Dear David, I just tried it and got it to work. It seems I had the path to the chromium executable wrong. Thank you very much for looking into this!

werthdavid commented 2 years ago

That's great, you're welcome!