Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
753 stars 191 forks source link

[HELP] Remote connection not work #423

Closed JoseManuelRasconAlcantara closed 2 years ago

JoseManuelRasconAlcantara commented 3 years ago

I have a rendering stream made with webrtc, using the MediaSteramScene example as a reference and Photon engine as signaling. when I connect two PCs in the same router, it works perfectly but it doesn't work if the PCs have different router.

The connection works exactly the same as when it works fine and run all the code, then OnIceConnectionChange state stay in Checking and after a few seconds change to Failed.

This also happens to me when I try to connect computer with my Android device using in the same Router.

Have I to open some port or something? I don't know if this is the right place to ask this but please help me.

Environment:

karasusan commented 3 years ago

This document might be useful for you. https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.0/manual/turnserver.html

You can ask your question in this forum, someone could answer it. https://forum.unity.com/forums/unity-render-streaming.413/

karasusan commented 2 years ago

@JoseManuelRasconAlcantara Can I close this ticket? Thanks.

JoseManuelRasconAlcantara commented 2 years ago

Yes