-
-
Notifications
You must be signed in to change notification settings - Fork 713
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
Cannot configure WebSocket Plugin to bind to IPv4 #1131
Comments
Do you have a use-case where you need to bind to IPv4 specifically? By default, obs-websocket binds to all interfaces on v6, which still allows v4 connections to be created. Someone previously had claimed that they could only connect if obs-websocket was locked to only IPv4, so I added the feature. I never added it to the UI because one user having an issue did not seem to warrant changing the UI. |
Fixed by creating a fallback to IPv4 if we get the address family not supported error: 6434c42 |
Operating System Info
Other
Other OS
Alma Linux 9.1
OBS Studio Version
29.0.2
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/mXBleDTVMQcit4B7
OBS Studio Crash Log URL
No response
Expected Behavior
The user should be able to configure the option
--websocket_ipv4_only
provided by obs-websocket in the WebSocket configuration dialog of OBS.Current Behavior
With ipv6 disabled on Alma Linux 9, the WebSocket plugin doesn't work, because it will bind to ipv6 by default, which will fail:
However, I cannot find a way to configure the option
--websocket_ipv4_only
which obs-websocket provides. Me, personally, I wouldn't necessarily need an HMI option if there's another way to add that parameter to a script in the background.The option has been added with:
#559
#928
Steps to Reproduce
Precondition: Linux with ipv6 disabled by kernel option
$ sudo netstat -tapn | grep LISTEN
...
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: