kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

README.md syntax fix. #17

Closed Moon-developer closed 5 years ago

Moon-developer commented 5 years ago

Noticed that the example code was complaining about "Websocket" not being defined on the client.js script. Just thought of pointing out that "Websocket" needs to change to "WebSocket". :)

kyriesent commented 5 years ago

Fixed, thanks!