Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore eCDN use-case #53

Open
backkem opened this issue Sep 27, 2024 · 0 comments
Open

Explore eCDN use-case #53

backkem opened this issue Sep 27, 2024 · 0 comments

Comments

@backkem
Copy link
Collaborator

backkem commented Sep 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant