chenxiaoqino / getusermedia-to-rtmp

186 stars 61 forks source link

Get stuck after launch it #16

Closed Sanix-Darker closed 4 years ago

Sanix-Darker commented 4 years ago

After installing all requirements with npm install, i tried to start it, i got :


> rtc2rtmp@0.0.1 start /home/d4rk3r/getusermedia-to-rtmp
> node server.js

https and websocket listening on *:445

When i check the browser it's not working, it's not even showing a 404, ERR_EMPTY_RESPONSE

chenxiaoqino commented 4 years ago

Could you provide more detail? It seems like your log says port 445, but it should be 443. Also, you need to manually confirm certificate exception when you open https://localhost:443

Sanix-Darker commented 4 years ago

Strange, i clone the repo again, i tested it and it's working now ! Anyway, thanks again for the answer !