You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eCDN, as abbreviated of "Enterprise Content Delivery Network", is a form of peer-assisted video delivery. It is specifically targeted at (live) video delivery on enterprise networks where you may have a large number of peers requesting the same data. Traditionally, they would each have to request it from the origin server. The eCDN approach instead lets peers forward the data among themselves. While doing so it can massively reduce the bandwidth required.
Currently eCDN solutions that are built using WebRTC require a lot of work to manage the mesh topology. It seems worth exploring if the Local Peer-to-Peer API can provide value to this use-case.
The text was updated successfully, but these errors were encountered:
eCDN, as abbreviated of "Enterprise Content Delivery Network", is a form of peer-assisted video delivery. It is specifically targeted at (live) video delivery on enterprise networks where you may have a large number of peers requesting the same data. Traditionally, they would each have to request it from the origin server. The eCDN approach instead lets peers forward the data among themselves. While doing so it can massively reduce the bandwidth required.
Currently eCDN solutions that are built using WebRTC require a lot of work to manage the mesh topology. It seems worth exploring if the Local Peer-to-Peer API can provide value to this use-case.
The text was updated successfully, but these errors were encountered: