Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to support IPv6 network video sources? #247

Closed
1 task done
PQ0000 opened this issue Jan 23, 2024 · 6 comments
Closed
1 task done

How to support IPv6 network video sources? #247

PQ0000 opened this issue Jan 23, 2024 · 6 comments

Comments

@PQ0000
Copy link

PQ0000 commented Jan 23, 2024

Is this a new feature request?

  • I have searched the existing issues

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

Copy link

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

@PQ0000
Copy link
Author

PQ0000 commented Jan 23, 2024

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
Copy link
Author

PQ0000 commented Jan 23, 2024

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
Copy link
Member

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
Copy link
Collaborator

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.

@homerr homerr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Mar 23, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

4 participants