Code Monkey home page Code Monkey logo

Comments (10)

yourchanges avatar yourchanges commented on August 22, 2024 1

trunserver.conf

listening-device=eth0
listening-port=13478
relay-device=eth0
external-ip=10x.2x.11.xx
listening-ip=10x.2x.11.xx
min-port=13480
max-port=23500
fingerprint
lt-cred-mech
realm=ice.xxx.cxx
cert=/usr/local/etc/turn_server_cert.pem
pkey=/usr/local/etc/turn_server_pkey.pem
no-multicast-peers
mobility
no-cli

start cmd:

/usr/local/bin/turnserver -o -a -f --mobility -m 20 --max-bps=100000000000 --min-port=32355 --max-port=65000 --user=webrtc:xxxxx -r xxx.xxx.xxx

from rtsptowebrtc.

lxb531 avatar lxb531 commented on August 22, 2024
	case <-timer1.C:
		log.Println("Client Close Keep-Alive Timer", suuid)
		**// peerConnection.Close()**

from rtsptowebrtc.

yeshivsher avatar yeshivsher commented on August 22, 2024

can you share how you solved it and how you added the Turn server capability?
I have the same problem.
works locally but blank page in NAT.

from rtsptowebrtc.

yourchanges avatar yourchanges commented on August 22, 2024
	case <-timer1.C:
		log.Println("Client Close Keep-Alive Timer", suuid)
		**// peerConnection.Close()**

it's not a problem with a worked web-rtc data channel heart-beat.

can you share how you solved it and how you added the Turn server capability?
I have the same problem.
works locally but blank page in NAT.

we change our turn server(gortcd) to coturn server with some special configuration, it works in complex NAT env, including wifi and 3G/4G/5G

from rtsptowebrtc.

deepch avatar deepch commented on August 22, 2024

Try it in the new version there pion v3 was updated and rtsp v2 client was updated

from rtsptowebrtc.

DrewZt avatar DrewZt commented on August 22, 2024
	case <-timer1.C:
		log.Println("Client Close Keep-Alive Timer", suuid)
		**// peerConnection.Close()**

it's not a problem with a worked web-rtc data channel heart-beat.

can you share how you solved it and how you added the Turn server capability?
I have the same problem.
works locally but blank page in NAT.

we change our turn server(gortcd) to coturn server with some special configuration, it works in complex NAT env, including wifi and 3G/4G/5G

can you share your configuration of coturn? I tried it but still does not work

from rtsptowebrtc.

naveenrobo avatar naveenrobo commented on August 22, 2024

Kindly share the coturn config for cross verification. We are facing similar problem.

from rtsptowebrtc.

MuzmmilKhan1 avatar MuzmmilKhan1 commented on August 22, 2024

@yourchanges Could you please help me I don't have any turn_server_cert.pem and turn_server_pkey.pem in /usr/local/etc/
Thanks

from rtsptowebrtc.

yourchanges avatar yourchanges commented on August 22, 2024

@MuzmmilKhan1 just check https://github.com/coturn/coturn/tree/master/examples/etc pls.

from rtsptowebrtc.

MuzmmilKhan1 avatar MuzmmilKhan1 commented on August 22, 2024

@MuzmmilKhan1 just check https://github.com/coturn/coturn/tree/master/examples/etc pls.

Thanks Mate

from rtsptowebrtc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.