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

Passing ffmpegOptions #36

Closed cdian closed 5 years ago

cdian commented 5 years ago

When passing additional loglevel parameter, the streaming stop working and could not get rendered within a browser canvas. Only with one parameter it is working fine.

ffmpegOptions: { "-vb": "20000k", "-loglevel": "quiet"
},

cdian commented 5 years ago

node-rtsp-stream depends on logging output on stderr pipe ;)