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

Why does node call three ffmpegs #21

Closed yingqiang006 closed 5 years ago

yingqiang006 commented 5 years ago

There are three ffmpegs in the task manager

kyriesent commented 5 years ago

HI @yingqiang006, I'm not seeing the same issue using the test code from the documentation. Each stream that you use will invoke ffmpeg a separate time. I'm not sure that ffmpeg is able to simultaneously handle multiple streams and output them to different destinations all from one invocation.

If this doesn't help, can you paste in some source code to reproduce the error?

kyriesent commented 5 years ago

Closing for now; let me know if this resurfaces!