Matrix - synapse

oh, sorry, i had confused with another bridge instructions.
yes its the same process

did you manage to resolve the error you are getting?
as if we could figure it out, we can replicate with other similar modules and get them to work.

Jambo @oneitonitram!

keep up the good work!

1 Like

As soon as I have something working I’ll post it…

Hi, I did install synapse and Riot and it’s working great thanks to your tuto.
I’m actually struggling with videocalls and TURN… Did someone manage to make it work ?
Thanks

1 Like

Hi,

welcome to our community.

Thanks for testing synapse/riot, feel free to provide your ideas about implementation and preconfiguration.

Check out this post about configuring coturn:

i finally installed a TURN server, i am afraid to touch the homesever.yaml file to to integrate it into matrix/synapse.

Especially the uri, not sure how to set it.

You may backup your homeserver.yaml and just try the suggested example:

turn_uris: [ "turn:turn.matrix.org:3478?transport=udp", "turn:turn.matrix.org:3478?transport=tcp" ]

what about the port.
the ones listed on that example are not the ones we activated on the other link
these are the ones setup

  • STUN servers: server.domain.tld:5349
  • TURN server: server.domain.tld:5349
  • TURN secret: YOUR_SECRET
  • UDP and TCP

below are the ones listed.
3478

Use the ones that are active.

You can check the open ports with

netstat -tlpnu.

turnserver listed on
3478 tcp
3478 udp

done as instructed, no erros, but i dont notice any differences.

i am not sure if its because all calls happen throught jitsi.matrix.im or what.

on the telegram bridge, i get error : -bash: ./bin/activate: No such file or directory

Thanks, I forgot the scl enable…I’m going to fix it in the howto…

scl enable rh-python36 bash
virtualenv -p /usr/bin/python3 .
source ./bin/activate

thank you for that.
now getting
The path /usr/bin/python3 (from --python=/usr/bin/python3) does not exist

Python36 should already be installed. Do you install on another machine than the matrix-synapse host?

yum -y install rh-python36

it is the same machine that has matrix synapse

as shown here

What happens if you install it?

Package rh-python36-2.0-1.el7.x86_64 already installed and latest version
Nothing to do

inside user/bin

image