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

ReferenceError: i is not defined #35

Closed l364cyv1 closed 5 years ago

l364cyv1 commented 5 years ago

Commit dd5cffac7877fc911ec8de5a867dcb1b3eccda1f introduced a new bug where variable i is not defined in videoStream.js file line #103.

kyriesent commented 5 years ago

Fixed in #40