iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

A Rookie Question about to port #146

Open adamwuli03 opened 4 years ago

adamwuli03 commented 4 years ago

hi! I've got a problem andas I don't know what to do I thought I'd write to you and ask for your advice. Q: D:\node-rtsp-rtmp-server-master>coffee server.coffee 2020-08-26 17:55:23.664 [rtsp/http/rtmpt] server started on port 80

Where is the value of this port changed? Thank you very much!

iizukanao commented 4 years ago

@adamwuli03 Thanks for using node-rtsp-rtmp-server! To change the server port, open config.coffee with a text editor and replace serverPort: 80 at line 9 with a port you want to use, then start the server.