We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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. ;)
Sorry, something went wrong.
Thanks, I will change it 👍
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: