This repository was archived by the owner on Oct 10, 2024. It is now read-only.
compress on android not working Β #47
Open
Description
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
Labels
No labels