WebRTC-Scalable-Broadcast icon indicating copy to clipboard operation
WebRTC-Scalable-Broadcast copied to clipboard

This used to work for me?

Open rayj00 opened this issue 7 years ago • 2 comments

I was playing with your Scalable Broadcast back in May and it was kind of working. At least I was able to start a presenter and add viewers and actually see the video. But I stopped looking at it for various reasons. Now I am looking at v3. Or trying. I cannot get anything to work. After install, when I browse to "IP":9001 I get browser error on FireFox and Chrome...saying cannot access. Have I forgotten to install something? I have sent Muaz an email, but I know Muaz is very busy so if someone else can assist?

Thanks,

Ray

rayj00 avatar Aug 10 '16 12:08 rayj00

Sorry, HTTPs was disabled because 99% of the uses donno how to bypass/use fake-SSL:

  • https://github.com/muaz-khan/RTCMultiConnection/blob/master/server.js#L5
// replace above line with this:
var isUseHTTPs = !(!!process.env.PORT || !!process.env.IP);

Now https://localhost:9001/ should work. It will become a fake-HTTPs which means that you MUST have to click Proceed Anyway link to bypass SSL-error-notification.

muaz-khan avatar Aug 10 '16 12:08 muaz-khan

Thank you Muaz for the quick response. Will make the change and see what happens.

Ray

rayj00 avatar Aug 10 '16 19:08 rayj00