Hi,
Yesterday I was creating an Automatic IPTV network. Everything was OK and the MUXes and services appeared; after that, I was also creating a single MUX to include my IP Camera rtsp stream.
Once I´ve click on create the MUX Tvheadend turns offline and if I check the service process I see this:
root@NUC:~# service tvheadend status
● tvheadend.service - Tvheadend - a TV streaming server and DVR
Loaded: loaded (/lib/systemd/system/tvheadend.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Tue 2022-05-10 10:15:44 CEST; 3s ago
Process: 165745 ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 165746 (code=killed, signal=SEGV)
root@NUC:~#
Web server seems to be responsible because is asking me about the credential to connect it. But when I enter the credentials I see the403 Forbidden error in the web browser.
How can I run Tvheadend in debug mode from CLI to see what happens during the start up? I´ve been reading the debug section but is not clear for me.