-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
The video size of camera is not correct to 1920x1080 #2845
Comments
Hello, after some research it was discovered that the framerate, width and height specified in the WebRTC publish page are not enforced, but used as reference. The actual width, height and framerate are picked from a set of fixed values, that depends on the specific camera, and are chosen to be as similar as possible to the reference ones. This is a WebRTC behavior that cannot be changed. In order to avoid confusion i've renamed "video width" into "video width (ideal)" and so on (#3254). |
This issue is mentioned in release v1.8.0 🚀 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v1.4.1
Which operating system are you using?
Describe the issue
The video size of camera is not correct to 1920x1080 when publishing with chrome of Android phone.
Describe how to replicate the issue
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: