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