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

Receive nodejs spawn new process options #70

Open spksoft opened 4 years ago

spksoft commented 4 years ago

Receive nodejs spawn new process options

Previous

Lib does not receive nodejs spawn new process option so when run this lib on windows server it will show cmd shell window

Expect

User can passing spawn new process option such as {shell: false} for disable shell window on windows server

@kyriesent pls review and publish to npm