Hi,
I've juste done this two commands to install tvheadend :
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | sudo -E bash
and
sudo apt get install tvheadend
this is the error message during installation process (I've try many time) :
● 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 Mon 2024-04-01 14:53:57 CEST; 308ms ago
Process: 12458 ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS (code=killed, signal=ILL)
CPU: 116ms
dpkg: error processing package tvheadend (--configure):
installed tvheadend package post-installation script subprocess returned error exit status 1
Unfortunaly service is restarting and is killed every time. Can someone help?
Thanks