linuxserver / docker-tvheadend

GNU General Public License v3.0
158 stars 87 forks source link

How to support IPv6 network video sources? #247

Closed PQ0000 closed 3 months ago

PQ0000 commented 5 months ago

Is this a new feature request?

Wanted change

How to support IPv6 network video sources?

Reason for change

How to support IPv6 network video sources? https://m3u.ibert.me/fmml_ipv6.m3u

Proposed code change

No response

github-actions[bot] commented 5 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

PQ0000 commented 5 months ago

I am using tvheadend in docker, and when I add "- RUN_OPTS='--ipv6'" to the command, I found that the container failed to start. It seems like it is stuck in a loop requesting this command. It seems that this command cannot be used this way.

PQ0000 commented 5 months ago

root@pq:/srv/dev-disk-by-uuid-6286723d-3c08-482c-8537-55b0d8a1fa30/TVHeadend# lsof -i:9981 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME tvheadend 300155 pq 5u IPv6 2962851 0t0 TCP :9981 (LISTEN) tvheadend 300155 pq 23u IPv6 2963745 0t0 TCP pq:9981->192.168.31.71:57738 (ESTABLISHED) tvheadend 300155 pq 24u IPv6 2963746 0t0 TCP pq:9981->192.168.31.71:57739 (ESTABLISHED) tvheadend 300155 pq 25u IPv6 2963749 0t0 TCP pq:9981->192.168.31.71:57740 (ESTABLISHED) tvheadend 300155 pq 28u IPv6 2963753 0t0 TCP pq:9981->192.168.31.71:57741 (ESTABLISHED) tvheadend 300155 pq 30u IPv6 2959319 0t0 TCP pq:9981->192.168.31.71:57744 (ESTABLISHED) tvheadend 300155 pq 41u IPv6 2963755 0t0 TCP pq:9981->192.168.31.71:57743 (ESTABLISHED) root@pq:/srv/dev-disk-by-uuid-6286723d-3c08-482c-8537-55b0d8a1fa30/TVHeadend# lsof -i:9982 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME tvheadend 300155 pq 6u IPv6 2962854 0t0 TCP :9982 (LISTEN)

This is the result of checking the ports on my local physical machine:

j0nnymoe commented 5 months ago

I believe you need to make sure ipv6 is configured correctly on your docker installation. Unfortunately I don't believe anyone within the team uses IPv6 so it's hard for us to test.

Also need to make sure tvheadend supports ipv6 too.

LinuxServer-CI commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

This issue is locked due to inactivity