Kounex / obs_blade

Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websocket Connection fails if the host has an ipv6 address

EliasBinde opened this issue · comments

Websocket Connection fails if the host has an ipv6 address

True, currently I'm expecting and working with IPv4 only. If I remember correctly, OBS WebSocket started out by only supporting IPv4 as well but is capable of doing IPv6 now. I will definitely take a look and see how to support it. Not that it's fundamentaly a difficult thing to do, but the fact that IPv6 addresses are so.. long would break several UI elements currently 🥲.

Added to the backlog for sure, thanks for raising this!