Closed Faisal-Naseer closed 3 years ago
This issue has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed if no further activity occurs within the next 3 days. Thank you for your contributions.
Hi,
I came across the same problem. After hours of debugging, I found 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 encoder is supported on all devices and rest of encoders generate errors on few devices)
and issue will be resolved.
khawajaetisam99 thank you so much bro . i fix this problem after 2 days due to you. thanks a lot
I recieve an eror setting not supported by your phone and it doesnt record can you explain why this happens in my Techno spark 7 pro phone. what specific settings it look for?