-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for TLS / wss:// #4
Comments
Hi @ajlennon , note |
That is really helpful thanks @USAMAWIZARD. So I've been looking at Also the info about DTLS versus websockets is really good to know too thanks |
I like the look of this. Seems more straightforward than https://github.com/david7482/libsoup_websocket_client/blob/master/websocket_client.c |
Hi @USAMAWIZARD
We want to be able to support secure comms. for A/V streams and it looks like the librws only supports basic websockets (might be wrong here). If so then I might want to have a look at using some other websockets library that would allow us to use secure websockets. And obviously would want to contribute this back to the example here.
So I'm just asking - can this example already support secure websockets or what would you advise as the best route for me to add this in?
Thanks!
Alex
The text was updated successfully, but these errors were encountered: