Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Tvheadend change 9981 default port

brazuka

Extended Member
Ext. Member
Joined
Feb 22, 2020
Messages
24
Reaction score
159
Points
39
Location
byzXLh8rq8kWEwq
On the command line when you initially launch tvheadend, add the option --http_port followed by your preference for port. If you wish to change the HTSP port, you use --htsp_port followed by the port you wish to use.
So, for example, to change the HTTP port to 9983 Tvheadend would be launched with:
tvheadend --http_port 9983

after

edit default parameter in /etc/default/tvheadend

# Default configuration for Tvheadend.

# systemd
# See tvheadend --help for more - default "-u hts -g video"
OPTIONS="-u hts -g video"

for

# Default configuration for Tvheadend.
# systemd
# See tvheadend --help for more - default "-u hts -g video"
OPTIONS="-u hts -g video --http_port 9983"

after
sudo service tvheadend restart
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top