-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support IPv6 #62
Comments
The app doesn't restrict IPv6 access itself. Can you check IPv6 connection via command line VLC first? Also, please note that when using IPv6, specifying the port (:554) in the camera address is required. |
Yes, you're right. VLC is the issue. If I put in the IPv6 of my cam into VLC (something like
which indicates that it has no idea how to handle the IPv6 address in the braces. EDIT: OK, I've compiled the latest commit of vlc from source and there it works. Looks like they've fixed this issue: https://code.videolan.org/videolan/vlc/-/issues/27623 |
Thank you. |
Upstream has tagged the fix for the 4.0 release, but there is no known release date for 4.0. Is there a way you can compile a VLC with the fix or use the master branch of VLC to have this fix in Cams? |
There is no point in doing it for a few months saving, just be patient. |
4.X was due to be released two years ago. You will be waiting a few more years. Thanks for reviewing it though. |
Such a large delay is not accidental. VLC has blocking bugs that need to be fixed. It's pointless to patch their library. In this case, it is easier to consider using another engine. |
If I insert my camera's IPv4 address then it works, but if I insert its IPv6 address then it does not work.
The text was updated successfully, but these errors were encountered: