janus_erlang_wrapper_demo icon indicating copy to clipboard operation
janus_erlang_wrapper_demo copied to clipboard

TurnServer

Open Fed0t opened this issue 4 years ago • 1 comments

Hy, You have in Dockerfile

RUN apt install -y coturn \
    && turnadmin -a -u bob -p 1234 -r usa \
    && turnserver -o

Do I need to config janus.jcfg under Nat section for nat_1_1_mapping and also i need to set turn_server as in Dockerfile?

#turn_server = "myturnserver.com"
#turn_port = 3478
#turn_type = "udp"
#turn_user = "myuser"
#turn_pwd = "mypassword"

And also I should remove the line from Dockerfile ?

command: "/opt/janus/bin/janus -S stun.l.google.com:19302"

Thanks!

Fed0t avatar Nov 11 '20 01:11 Fed0t

Actually, I'm not sure. If you can try it out and report back it would be great.

Otherwise, I might be able to try it out next week

AminArria avatar Nov 13 '20 21:11 AminArria