Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Render Streaming Signalling Type and Signaling URL

Discussion in 'Unity Render Streaming' started by omerfgungor, Aug 12, 2021.

  1. omerfgungor

    omerfgungor

    Joined:
    Aug 3, 2021
    Posts:
    2
    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?
     

    Attached Files:

  2. three10

    three10

    Joined:
    Jan 3, 2014
    Posts:
    23
  3. talaviyahetal

    talaviyahetal

    Joined:
    Nov 26, 2018
    Posts:
    2
    hi
    I have same issue. did you got the solution?
     
  4. kannan-xiao4

    kannan-xiao4

    Unity Technologies

    Joined:
    Nov 5, 2020
    Posts:
    76
    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/c...yrenderstreamingrenderstreaminghtml-component
     
    zhangkuansky likes this.