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

Dynamically choose video quality lower #6

Closed
LukasReschke opened this issue Sep 19, 2016 · 2 comments
Closed

Dynamically choose video quality lower #6

LukasReschke opened this issue Sep 19, 2016 · 2 comments
Milestone

Comments

@LukasReschke
Copy link
Member

The video quality should be chosen dynamically to ensure the best experience for every user.

@LukasReschke LukasReschke added this to the 1.0.0 milestone Sep 19, 2016
@fancycode
Copy link
Member

WebRTC should adapt to the currently available bandwidth / latency. There should however be a way to set the video quality to grab from the camera which then will be the maximum quality (that is unless we support changing the quality through renegotiation, which doesn't work in all browsers yet).

@LukasReschke
Copy link
Member Author

Set to 1280x720 now. (

spreed/js/webrtc.js

Lines 106 to 109 in 5573e68

video: {
width: { max: 1280 },
height: { max: 720 }
}
)

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

2 participants