Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not see the opponent video #4

Closed
fullstackdev-star opened this issue Jul 5, 2019 · 7 comments
Closed

I can not see the opponent video #4

fullstackdev-star opened this issue Jul 5, 2019 · 7 comments

Comments

@fullstackdev-star
Copy link

Hello, are you still under development?
I want your reply. thanks.

@ddssingsong
Copy link
Owner

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

@chnouman
Copy link

@ddssingsong setup your server, please.

@ddssingsong
Copy link
Owner

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

@chnouman
Copy link

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

@ddssingsong
Copy link
Owner

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"
    }
  ]

@msh-nayan
Copy link

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 ?

@Edison4mobile
Copy link

Edison4mobile commented Jan 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants