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

Using unity render stream as UI for application

Discussion in 'Unity Render Streaming' started by BenBlum, Oct 12, 2021.

  1. BenBlum

    BenBlum

    Joined:
    May 20, 2021
    Posts:
    3
    Hey, I'm trying to use Render stream with a custom UI I made and connecting them both with webRTC to use a web page as a UI for my application.

    So I have two questions.
    If the UI is running on the same system as the application, do I need an ICE server? how can I remove this dependency if it's possible?

    Secondly, is there an example of how to implement the video player on the web page without ICE server? it's a dependency and I can't mange to figure out how to implement it without that
     
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Your question is how to make the streaming system without signaling process. Is it right?
    I am not sure what you mean an ICE server, but assuming the web app for exchanging ICE candidate, you need it.