-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
OBS fails to connect after update to 30.2.3 #11595
Comments
This seems to me to be a problem outside of OBS; ECONNREFUSED is the error code produced when nothing is listening on the port being connected to. |
If this is not an issue with OBS, why does version I have also tested other OBS versions. Up to version
https://github.com/obsproject/obs-studio/releases/tag/30.2.3 So I think there's a bug with IPv6 in
So the old version I think the reason for this might be the commit 4213643 in the changes from 30.2.2...30.2.3. |
Expected Behavior
OBS should connect to the RTMP server like it does in version
30.0.2
(see https://obsproject.com/logs/esWxEHvkqYM4krtQ).Current Behavior
OBS fails to connect to the server.
Steps to Reproduce
ffplay -listen 1 -i rtmp://localhost:1935/live
The text was updated successfully, but these errors were encountered: