WebRTC streaming and CDN servers

Viewed 581

Im new to the world of streaming and just getting myself familiar with it, I know basic WebRTC servers upto using Media servers such as Antmedia and Janus RTC. Now I am doing research about CDN.

Can Web RTC be use with CDN servers? from my initial research, I can see that media servers such as AntMedia converts websockets to HLS before broadcasting it to CDNs.

However I can find articles that do claim they can do WebRTC and CDNs such as this: https://flashphoner.com/dynamic-cdn-for-low-latency-webrtc-streaming/

or the claim made by Red5Pro here (number 8) https://www.red5pro.com/blog/8-cdn-video-streaming-server-solutions-do-they-work/

Since traditional CDNs works by caching HTTP and only works in HTTP, I assume what these two are claiming are non traditional CDNs but instead they implemented their own "CDN" to relay/route video streams instead like another WebRTC gateways that do the relay.

what do you guys think?

0 Answers
Related