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

Need a new video monitoring system #9

Open
pulkitvyas08 opened this issue Dec 18, 2020 · 0 comments
Open

Need a new video monitoring system #9

pulkitvyas08 opened this issue Dec 18, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Monitoring-System

Comments

@pulkitvyas08
Copy link
Member

The current WebRTC system that we have developed is basically a P2P mesh which is not scalable to any extent. Every connection has to be connected to every other connection in it which means nC2 connections for n users. This would mean a huge load on every user's bandwidth and outright unusable for many.
We need a monitoring system with a many-to-one architecture i.e. video stream of the students (many) would be viewed by the invigilator (one). If you have any suggestions drop them in the replies below

@pulkitvyas08 pulkitvyas08 added enhancement New feature or request help wanted Extra attention is needed Monitoring-System labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Monitoring-System
Projects
None yet
Development

No branches or pull requests

1 participant