Open tomgithub2018 opened 2 years ago
I've already added a pull request to fix this ( #16 ), but so far there's been no action. It's a very easy fix.
I did work a lot to solve this problem, but it didn't work with the snapcraft tvheadend snap.
So i uninstalled the snap ("snap remove tvheadend") and installed the original tvheadend from this site following the instructions:
https://tvheadend.org/projects/tvheadend/wiki/AptRepositories
After installation i did this:
nano /etc/default/tvheadend
Add: OPTIONS="-u hts -g video -6" TVH_IPV6=1
After: /etc/init.d/tvheadend restart
Check with command: netstat -ltn
Ready! TVheadend is listening on the TCP ipv6 Ports :-)
I hope i could help you. Greetings.
Thanks for the info.
Hopefully you'll be able to come back to the snap version at some point in the future if the PR I've submitted is accepted (and this snap project hasn't been abandoned!).
I've just merged PR #16 which is building now and will be available in the edge channel of the Snap Store shortly. You can test this with snap refresh --edge tvheadend
if you have it installed or snap install --edge tvheadend
if you have not installed it yet or have uninstalled it. To enable IPv6 after the update has become available and you have it installed, run snap set tvheadend tvh-enable-ipv6=true
in a terminal.
Thank you
@diddledani If you get the chance, could you release the build in the edge channel for arm64 as well as amd64, please?
What happened?
I do not find the possibility to enable ipv6 on the tvheadend snap.
I tried something like:
start snap.tvheadend.tvheadend.service -6
Like the commands on this site: https://docs.tvheadend.org/Appendices/command_line_options/
But i can not enable the ipv6 ports on TV Headend.
The command "netstat -ltn" still shows only the tcp ports (9981, 9982) and not the tcp6 ports.
Can someone help me please?
Background is, i need the tcp6 ports, because i only have a DS Lite Connection.
What should have happened?
netstat -ltn
should show the tvheadend ipv6 tcp ports opened
Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
No response
Teminal output of app
No response