waleedahmad / node-stream

RTMP server in Nodejs for live streaming.
https://quantizd.com/building-live-streaming-app-with-node-js-and-react/
MIT License
489 stars 218 forks source link

Node Media Trans Server startup failed. ffmpeg:/c/ffmpeg/bin/ffmpeg cannot be executed. #63

Open amaneer94 opened 2 years ago

amaneer94 commented 2 years ago

I am having ffmpeg issue in the terminal image

This is my default.js image

My ffmpeg is set to /c/ffmpeg/bin/ffmpeg because I get that using this command: image

My OS is Windows11 and I have installed the ffmpeg on my machine which is placed in c folder as following image

I also have given full-control permission to this folder which is as following: image

So my stream screen in the frontend is also not working as following: image

Kindly guide me. Thanks