servers:linux:tvheadend
Table of Contents
Information
- Tvheadend 1)
Prerequisites
Dependencies
sudo zypper install 'tvheadend'
Firewall
- 9981/tcp is Tvheadend's built-in web server
- 9982/tcp is HTSP/Streaming
sudo firewall-cmd --add-port='9981'/'tcp' --permanent && sudo firewall-cmd --add-port='9982'/'tcp' --permanent && sudo firewall-cmd --reload
Service
sudo systemctl enable 'tvheadend' --now
Set-up
Initial User
- Change
x
to password - The instructions for this should be presented after install
sudo tvheadend_super 'espionage724' 'x' && sudo systemctl restart 'tvheadend'
Settings
- ATSC-C isn't useful
- ATSC-T:
United States: us-ATSC-center-frequencies-8VSB-062009
- Allowed network: 192.168.1.0/24
- Admin username: espionage724
- Username: alira
Personal Notes
- Rename the TV Adapters
ATSC-C
andATSC-T
toCable
andAntenna
respectively - Disable the
Cable
TV Adapter since only an antenna is being used - Ideally 34-37 services should be found
- Channel
65-1
isDaystar
/var/www/wiki/data/pages/servers/linux/tvheadend.txt · Last modified: by 127.0.0.1