You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at previously asked questions to see if your issue has been resolved.
Properly format your issue.
All issues should be asked in English.
Delete all the above before posting your issue
Describe the bug
A clear and concise description of what the bug is.
Log
Please provide a well formatted bug report (by adding 4 spaces before the log)
Can it be reproduced in demo app
Yes or no
HBRecorder version
for example 1.0.1
Device information
Make/model
SDK version
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
TalhaManzoor
changed the title
showing error when i am trying to run on android 10.
showing error when i am trying to run on android 10. error "some setting are not supported by your device"
Aug 12, 2021
After hours of debugging I came across the solution.
The problem is in the video encoder.
Try to set the video encoder in the file:
hbrecorder\src\main\java\com\hbisoft\hbrecorder\ScreenRecorderservice.java
from:
setvideoEncoderAsInt("DEFAULT");
to:
setvideoEncoderAsInt("H264");
(provided that H264 is supported on all devices and rest generate errors on few devices)
READ THIS BEFORE OPENING AN ISSUE:
Describe the bug
A clear and concise description of what the bug is.
Log
Please provide a well formatted bug report (by adding 4 spaces before the log)
Can it be reproduced in demo app
Yes or no
HBRecorder version
for example 1.0.1
Device information
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: