I wouldn't mess with WebRTC for a task that is a straightforward application of icecast or fluendo.
David E. Narvaez
The key point of my idea was to build a web client that would be able to decode and render multiple live videos at the same time without requiring any sort of plugins, just using standard web/HTML5 technologies; as far as i know this is only achievable through WebRTC.That's why I was looking for a way to comunicate with WebRTC from the server side.In your opinion is it possible to do so with GStreamer or icecast?
How would I point the <video> tags to the live video streams without using the WebRTC protocol client-side?Isn't WebRTC born to bring real-time audio-video capabilities to HTML, which otherwise lacks them?