Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

[ERROR] Node Media Rtmp Server Error: listen EACCES: permission denied 0.0.0.0:1935

Open manohargss opened this issue 5 years ago • 2 comments

I am running on windows OS and I am getting this error when I am starting the script:

image

My code snippet is as follows: image

What am I doing wrong?

manohargss avatar Oct 14 '20 05:10 manohargss

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

hthetiot avatar Nov 08 '20 17:11 hthetiot

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

chandanch avatar Nov 01 '21 16:11 chandanch