Node-Media-Server
Node-Media-Server copied to clipboard
[ERROR] Node Media Rtmp Server Error: listen EACCES: permission denied 0.0.0.0:1935
I am running on windows OS and I am getting this error when I am starting the script:

My code snippet is as follows:

What am I doing wrong?
most likely you using windows and did not accept when you got prompted to allow nodeJS to listen to 1935 by windows firewall. it can also be that you already have a process running on the same port or that you user is not admin for example.
Alternatively google is your friend: https://superuser.com/questions/1437780/how-to-fix-listen-eacces-permission-denied-on-any-port
I'm facing the same issue as well, it did not show me any prompt. I changed the port to 1938 but still it did not work