endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 34 forks source link

Record black screen at 1080x2520 resolution #75

Closed enoiu closed 1 year ago

enoiu commented 1 year ago

On my real device (Android 13), after recording the screen (according to the Example), I tried to display the recorded video by executing OpenFilex.open((_response?['file'] as File?)?.path); using open_filex. However, the screen displayed "Can't play video". (I've also tried saving to other directories, but it just records a black screen.)

On my real device (Android 9) and the emulator (Android 11), a properly recorded video was displayed.

So I guess this is an issue that happens with Android 12 or 13.

enoiu commented 1 year ago

I tried to the demo app of the HBRecorder, the same problem was occurred. Also, it seems that the problem is not related to the Android version, but to the device resolution. https://github.com/HBiSoft/HBRecorder/issues/137

In short, this is an HBRecorder issue rather than an issue with this package, so I am closing this issue.