melnijir / Dicaffeine

Repository for things connected to Dicaffeine player/streamer.
https://dicaffeine.com
MIT License
112 stars 5 forks source link

Custom port for webserver #7

Closed alessionossa closed 2 years ago

alessionossa commented 2 years ago

I want to run a webserver and Dicaffeine on the same machine, but Dicaffeine binds to port 80 and as far as I know there is no way to change this. I want, for example, to access Dicaffeine web interface on port 8080.

Tobe2d commented 2 years ago

+1

melnijir commented 2 years ago

Hi, it should be possible via the config file: /etc/dicaffeine/dserver.json and restarting the dicaffeine service: systemctl --user restart dicaffeine

Unfortunately it's not persistent across the updates (I'll fix that) and there is a second port 9192 the Dicaffeine is using for PTZ control and it currently cannot be changed.