Render Streaming Signalling Type and Signaling URL

With using “WebBrowserInput” Sample Scene from Unity Render Streaming i encauntered the problem that after i type the **'http:// '**s of my web server app(i am trying to see the stream just from my browser right now) in Signaling URL it was ok.

But after i click play button it replaced with the ‘ws://localhost’ and i cannot see the stream from my browser. You can see as well from the screenshots that i added.


To tell the truth, I haven’t been able to get an video stream yet, and how can I solve the problem I’m having here?

7411700--906392--before click play.png
7411700--906398--after click play.png

Hi! You can try setting the signaling values per code. Maybe this issue here can help: [REQUEST] Setup RenderStreaming component from code · Issue #521 · Unity-Technologies/UnityRenderStreaming · GitHub

hi

I have same issue. did you got the solution?

I think that the setting is overwritten at the timing of Awake().
If you want to use the component settings, please check RunOnAwake of RenderStreamingComponent.

https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/streaming-management.html#renderstreamingapiunityrenderstreamingrenderstreaminghtml-component

1 Like