Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins
Apache License 2.0
2.61k stars 598 forks source link

Problem with Windows example web page #175

Closed NadavPopplewell closed 3 years ago

NadavPopplewell commented 3 years ago
  1. When installing the proxy on windows (Streamedian WS RTSP Proxy Server 1.8.6.exe) the service is configured to listen on port 8080, but the example webpage is using playerOptions = { socket: "ws://localhost:8080/ws/",... }
NadavPopplewell commented 3 years ago

I think what happens is that the Example provided is for the nginx installation, even if I install without nginx...