Coder Social home page Coder Social logo

Comments (7)

ddssingsong avatar ddssingsong commented on June 11, 2024 2

maybe you can try https://appr.tc/,you can get stun and turn url
like this

 "iceServers": [
    {
      "urls": [
        "stun:66.102.1.127:19302",
        "stun:[2a00:1450:400c:c06::7f]:19302"
      ]
    },
    {
      "urls": [
        "turn:74.125.140.127:19305?transport=udp",
        "turn:[2a00:1450:400c:c08::7f]:19305?transport=udp",
        "turn:74.125.140.127:19305?transport=tcp",
        "turn:[2a00:1450:400c:c08::7f]:19305?transport=tcp"
      ],
      "username": "CKfe+OoFEgYMoDQmTDwYzc/s6OMTIICjBQ",
      "credential": "uvmFFMpJ18rnYfl7leXidvY4QOo=",
      "maxRateKbps": "8000"
    }
  ]

from webrtc_android.

ddssingsong avatar ddssingsong commented on June 11, 2024

Ok. My server is broken. You may need to build your own server and configure signaling and stun servers.

from webrtc_android.

chnouman avatar chnouman commented on June 11, 2024

@ddssingsong setup your server, please.

from webrtc_android.

ddssingsong avatar ddssingsong commented on June 11, 2024

this is a example : https://118.25.25.147#123456789, Visit only in China

from webrtc_android.

chnouman avatar chnouman commented on June 11, 2024

hmm but I'm not from china. Setting up coturn seems to be a big headache.

from webrtc_android.

msh-nayan avatar msh-nayan commented on June 11, 2024

maybe you can try https://appr.tc/,you can get stun and turn url
like this

 "iceServers": [
    {
      "urls": [
        "stun:66.102.1.127:19302",
        "stun:[2a00:1450:400c:c06::7f]:19302"
      ]
    },
    {
      "urls": [
        "turn:74.125.140.127:19305?transport=udp",
        "turn:[2a00:1450:400c:c08::7f]:19305?transport=udp",
        "turn:74.125.140.127:19305?transport=tcp",
        "turn:[2a00:1450:400c:c08::7f]:19305?transport=tcp"
      ],
      "username": "CKfe+OoFEgYMoDQmTDwYzc/s6OMTIICjBQ",
      "credential": "uvmFFMpJ18rnYfl7leXidvY4QOo=",
      "maxRateKbps": "8000"
    }
  ]

@ddssingsong , so i can use this iceServers as my STUN & TURN url but where should I place that value ?

from webrtc_android.

Edison4mobile avatar Edison4mobile commented on June 11, 2024

Opponent video is not showing even I set correct turn & stun server.
If anyone has knowledge in that, I would like to hear.

from webrtc_android.

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.