obsproject / obs-plugintemplate

GNU General Public License v2.0
285 stars 133 forks source link

QWebSocket doesn't work #85

Closed zaxo7 closed 1 year ago

zaxo7 commented 1 year ago

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

1. 2. 3. ... 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

zaxo7 commented 1 year ago

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

RytoEX commented 1 year ago

We don't ship QWebSocket and we don't provide support for it.