Closed jvdrhoof closed 2 months ago
I'm not quite sure I understand the problem. The SFU launches for me just fine with the given config.
The directory code
does not exist. The config file however mentions /code/tcpreflector/tcpreflector.py
. For us, TCP reflector only works after changing this configuration setting to /tcpreflector/tcpreflector.py
.
Ah I see. That path is set up for running inside a container, which mounts the directory tree under /code
inside the container.
I made the change you requested, since the relative path also works inside the container.
In the sample config file for TCP reflector, the following is mentioned:
This results in:
This is because the code for TCP reflector is in
tcpreflector/tcpreflector.py
. Modifying this line results in a valid session.