Skip to content
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

QWebSocket doesn't work #85

Closed
zaxo7 opened this issue Jul 15, 2023 · 2 comments
Closed

QWebSocket doesn't work #85

zaxo7 opened this issue Jul 15, 2023 · 2 comments

Comments

@zaxo7
Copy link

zaxo7 commented Jul 15, 2023

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

@zaxo7 zaxo7 closed this as completed Jul 15, 2023
@zaxo7 zaxo7 reopened this Jul 15, 2023
@zaxo7
Copy link
Author

zaxo7 commented Jul 15, 2023

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
Copy link
Member

RytoEX commented Jul 15, 2023

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

@RytoEX RytoEX closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2023
@zaxo7 zaxo7 changed the title QWebSocket doesn't working QWebSocket doesn't work Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants