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

error when hosting on microsoft azure #46

Closed xwOOtx closed 4 years ago

xwOOtx commented 4 years ago

Hi,

I am able to run my nodejs application locally on a windows pc.

making use of node-rtsp-stream, backend retrieve a RTSP stream online and my front end display the stream.

however I am having trouble after deploying it into microsoft azure, seeing Error: spawn ffmpeg ENOENT in my azure's log. (I have also tried to include ffmpeg.exe into my app)

How should i go about 'installing' FFMPEG for deployment to microsoft azure?

xwOOtx commented 4 years ago

will appreciate it if anyone can advice on this.

Thanks

felipebutcher commented 4 years ago

just install ffmpeg... check if you are able to run "ffmpeg" on the command line

kyriesent commented 4 years ago

@xwOOtx closing for now. If you still have questions on this you can continue to comment.