-
Notifications
You must be signed in to change notification settings - Fork 36
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
wss:// 404 #20
Comments
Yeah Can you try using |
Oh, and this is probably of interest too: https://github.com/rtc-io/rtc-screenshare |
@maxogden I've just double-checked that it is all working and I'll look into suppressing that error message as it's pretty disconcerting and it took me a while to remember why it was there also... |
Hi, im trying to do an experiment in screensharing:
to use the screen sharing API you must be on an
https
server. I'm usingnpm install crisp -g
to do this locally in development.When I run the above code (using browserify) I get the following error:
Is
wss://
supported? I can't usews://
due to mixed protocol errorsThe text was updated successfully, but these errors were encountered: