Hi,
Could you confirm for me that Janus is the solution for our student project:
The project is to stream a multicast video on a private network. And play this stream in a browser.
We use "VLC player" software to stream a video with RTP and on multicast IP (like rtp://@
224.0.0.1:5004). Currently, we play the stream on a browser with plug-in VLC player. (Firefox)
The problem is: we don't like to use additional plugin to play the stream in a browser. (poor user experience)
I've notice, the browsers cannot play RTP multicast stream with HTML5 tag or Flash player (only unicast stream with HTTP)
So, Janus can play our RTP multicast stream in a browser ?
For us, it's important to use multicast stream for bandwidth reason.
Thank you.