UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

[BUG] webserver.exe deployed to the public network

Open 823639792 opened this issue 5 years ago • 3 comments

When Unity, webserver.exe, and Chrome are on the same private network, they work well。 I deployed webserver.exe to public network, Unity 、Chrome in same private network, work well。 but if Unity、Chrome in different private network, ICE negotiation failed。 Should it be theoretically possible? How do I debug the problem?

823639792 avatar Apr 14 '20 11:04 823639792

@823639792 I believe you need to use the TURN server to stream from the public network. You can see the document which describes how to deploy the TURN server on GCP. https://docs.unity3d.com/Packages/[email protected]/manual/en/turnserver.html

karasusan avatar May 08 '20 02:05 karasusan

@karasusan How does one go about debugging the webrtc side of URS with unity? I'm experiencing the same problem with failed ICE when streaming in a scenario where Unity & Web Client are running on different machines (even on the same LAN).

bramford avatar Mar 03 '21 04:03 bramford

memo: URS-391

karasusan avatar Jan 25 '22 03:01 karasusan