Open jdevp opened 1 year ago
for my case i couldn't start the record at all !! any solutions ?
Can you be more specific? You couldn't record for the first time or all the time. What's your OS, Android or iOS? Have you checked if all the permissions set correctly? Did you try the sample code that comes with the package?
I couldn't start the recording at all Am using a real device (s22 android 13) to test, and yes, i checked all permissions in the main. Before i start recording
I managed to run the example. It shows the pop-up to start recording. But doesn't save the result to the gallery (sometimes it works, but not stable 1 / 10 times to work !!)
I think that you are correct. I tested on my old phone, Android 10 SDK 29 but it failed to record. The problem seems to be that the stopRecord never returns anything so it doesn't encode the video. It's sad that we can't find a good screen record package for Flutter. I'll have to look for some other solution as well, maybe FFMPEG or something.
I wonder if you have tried the old version. This inconsistency becomes very difficult to trouble shoot. On the phone that it works, it works all the time but, on the phone, it doesn't work, it never worked. Don't' know if it has anything to do with the Android version, SDK/API level or something else. I wish that the owner would take some time to fix it.
I'll try an older version to check if it works on my sdk version
I tried the old version and it has the same issue with the following message. The call to stopRecordScreen
never returns. It seems to be the same issue on my good phone but with the first time run after fresh install.
Starting record W/System ( 5346): A resource failed to call release.
I'm testing the new release 0.0.13. I built the permissions request at the beginning of my app to get the permissions away. Here is the issue that I run into.
I tested it by using the example coming with the package. It has the same issue. Users need to click on the start/stop/start button in order to trigger the recording at very first time. While with the old version, I don't have this issue.