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

compress on android not working Β #47

Open
@heshesh2010

Description

@heshesh2010

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions