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

coturn and static-auth-secret #47

Closed
weberhofer opened this issue Jan 25, 2021 · 1 comment
Closed

coturn and static-auth-secret #47

weberhofer opened this issue Jan 25, 2021 · 1 comment

Comments

@weberhofer
Copy link

Galene looks very promising. I have just started testing it.

My question: Is there a ays to use Galene with Coturn's static-auth-secret, which does not require a user-name?

Thanks for your response!

@jech
Copy link
Owner

jech commented Jan 25, 2021

Yes. Your ice-servers.json file should specify "credentialType": "hmac-sha1":

    [
        {
            "Urls": [
                "turn:turn.example.com:443",
                "turn:turn.example.com:443?transport=tcp"
            ],
            "username": "galene",
            "credential": "secret",
            "credentialType": "hmac-sha1"
        }
    ]

This is described in the README file provided with Galène, and available online at https://galene.org/README.html.

@jech jech closed this as completed Jan 25, 2021
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