Skip to content
New issue

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

error when seetting: addresses = [":1337"] in config #54

Open
mike8032 opened this issue Jan 2, 2025 · 1 comment
Open

error when seetting: addresses = [":1337"] in config #54

mike8032 opened this issue Jan 2, 2025 · 1 comment

Comments

@mike8032
Copy link

mike8032 commented Jan 2, 2025

hi
i have build srtrelay from latest git and get this error when i set addresses = [":1337"] in the config file.

2025/01/02 15:06:54 Listen failed for :::1337 : Error in srt_bind: Call parameters for API functions have some requirements that were not satisfied

to reproduce it, just set addresses = [":1337"] in the configfile and start srtrelay.

@DigibitDK
Copy link

DigibitDK commented Jan 2, 2025

Change
addresses = [":1337"]
to
addresses = ["0.0.0.0:1337"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants