Using unity render stream as UI for application

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

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.