-
Notifications
You must be signed in to change notification settings - Fork 331
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
black border appeared on the top and bottom of the screen #37
Comments
Does this problem appear in the original scrcpy? |
Does it happen on all included decoders? Also what is the screen resolution of this device? |
I will try different decoders and check the resolution of the screen later. Thank you very much for your answer. I will contact you again if there is any question. |
In my tests, only Msedecoder was able to get images, and the device's resolution was 1080x2340. |
It's possible that video tag size does not match actual video size (like than you watch 16:9 video on 4:3 screen you will see the same). Can you open developer tools while streaming and run in the console this:
I tried with android emulator (with 1080x2340 resolution), but wasn't able to reproduce: As for only MseDecoder working, can you try #25 (comment), and post your results there? P.S. Also what browser are you testing on? |
Not the same:
The actual video size is never checked, as it is expected to match the value received in
so we could compare them. P.S. you can post multiline code by surrounding it with triple backtick (`), or include direct permalink to github, e.g.: |
DEV-13561 [라미엘] 테스트 시작/끝 모든앱 강제종료
When I tested it on my phone, the black border appeared on the top and bottom of the screen. What is the problem? What should I do?
The text was updated successfully, but these errors were encountered: