You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i successfully added QWebSocket dependency and it's dll, when i run the code inside a Qt application it connects to the socket with no problem, but when i add it to the plugin, when i call websocket.open(url) nothing happens.
Current Behavior
the socket never connects
Steps to Reproduce
...
in the obs_module_load create a simple websocket object then call the open method with a url
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered:
edit:
i found the problem, after trying to connect to the socket when i check the error string i get SSL Sockets are not supported on this platform. from QWebSocket
how can i add ssl support
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
29.1.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
http://pastebin.fr/129483
OBS Studio Crash Log URL
No response
Expected Behavior
i successfully added QWebSocket dependency and it's dll, when i run the code inside a Qt application it connects to the socket with no problem, but when i add it to the plugin, when i call websocket.open(url) nothing happens.
Current Behavior
the socket never connects
Steps to Reproduce
...
in the obs_module_load create a simple websocket object then call the open method with a url
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: