Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

compress on android not working #47

Open
heshesh2010 opened this issue Oct 1, 2023 · 3 comments
Open

compress on android not working #47

heshesh2010 opened this issue Oct 1, 2023 · 3 comments

Comments

@heshesh2010
Copy link

heshesh2010 commented Oct 1, 2023

Hi , using latest release 2.2.0 , on real Samsung device android 12

I see the response not returned

 final Result response = await _lightCompressor.compressVideo(
      path: item.path,
      //   destinationPath: _destinationPath,
      videoQuality: VideoQuality.medium,
      isMinBitrateCheckEnabled: false,
      video: Video(
        videoName: path.basename(item.path),
        keepOriginalResolution: true,
      ),
      android: AndroidConfig(isSharedStorage: true, saveAt: SaveAt.Movies),
      ios: IOSConfig(saveInGallery: true),
    ); 


it's stuck here , there is no error messages yet

@wantroba
Copy link

I'm having the same error but only with large files:

release 2.2.0 , on real Motorola device, android 11.

@jt274
Copy link

jt274 commented Oct 25, 2023

Same. Worked once, now doesn't work anymore. Just hangs, no error.

@MdFarhanRaja
Copy link

Same issue nothing happens no error no success nothing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants