From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1609091748; bh=Ef5TvGseErtAsCvgN4GRTxee09Y3vBH737epcY23Xl0=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Dkrwknh0EVyjlKLoBKnyorTckyOZKssynQGc3Sz2NwG2Gc/sPBhQ8Njf5zREDFWUy 8Hw2sk3XNLNf0TTZp8BimnFClL841XETdPMYvWQ+liG+5zQaxO5WShy36VwswpDxR4 yUvB+JtDXSUFw7xNoDm7x7lulPlebTpBzCjc/umX2OxiDs2VmUDs5jyjX+5GCjiWzD Jpggz/3GhO6JNQm9ZS/JJNV88W2S11DnrynYISLjWoY8ivAwC7h/ajnY6Dw3gtGSR8 V9qtzADMJQPAPR1+06xytMwa7j5edSIZv7mym+CKbnbC+VasBZj8pK3L+cj84a1zkz yJF386iryN+sQ== To: Cell , galene@lists.galene.org In-Reply-To: <1082cfcde178ddb72b51bcd03ee6770a@kn1ght.org> References: <1082cfcde178ddb72b51bcd03ee6770a@kn1ght.org> Date: Sun, 27 Dec 2020 18:55:48 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <874kk7yvyz.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Message-ID-Hash: CYBD5QBGT6I7CN6NI7VEFNZBERQEA7QZ X-Message-ID-Hash: CYBD5QBGT6I7CN6NI7VEFNZBERQEA7QZ X-MailFrom: toke@toke.dk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: coturn config List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: "Cell" writes: > Hi, > > Would there be anyone with an example of a coturn config? I don't know > how to setup the user and password. > > More about my context: I just put a coturn in place for my synapse > server and it's working. I would like to use the same one in place for > a future galene but I don't know if the secret for the API is in > conflict with the user/password needed for galene. It is; you can't use both in the same coturn config. > All examples and input welcomed. What I do is just run two coturn instances on different ports, one for Galene with username/password, and one for other applications that use the REST API secret-based auth (the latter being Nextcloud Talk in my instance). -Toke