HttpMediaServer
HttpMediaServer copied to clipboard
HttpMediaServer.exe faild to start
I am trying to run the pre-build EXE on my windows, I am getting an error: bind failed: 10013
I think it because port 80 is in use.
Can I change the port somehow? or it's a different issue?
If you change the 80 here to something else and rebuild, that should do it.
https://github.com/cpearce/HttpMediaServer/blob/master/HttpMediaServer.cpp#L51
There's not yet a command line option to change the port unfortunately. I'd take a PR. ;)
Thanks, I will change it :+1: