HttpMediaServer icon indicating copy to clipboard operation
HttpMediaServer copied to clipboard

HttpMediaServer.exe faild to start

Open yohaia opened this issue 9 years ago • 2 comments

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?

yohaia avatar Nov 15 '15 14:11 yohaia

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. ;)

cpearce avatar Nov 15 '15 17:11 cpearce

Thanks, I will change it :+1:

yohaia avatar Nov 16 '15 07:11 yohaia