rurico / flutter_video_compress

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.
MIT License
188 stars 73 forks source link

[Bug] The compression progress no longer works #75

Open febg11 opened 4 years ago

febg11 commented 4 years ago

Description

Provide detailed contextual explanations to help us understand After upgrading from an older version (I am not sure which) the compression progress subscription no longer fires.

Platform

IOS|Android|Both|Other Only tested on Android.

Code Example (if has)

Using the example code in the readme.

 _subscription =
        _flutterVideoCompress.compressProgress$.subscribe((progress) {
      debugPrint('progress: $progress');
    });

Expected solution

Expect description of the solution The progress should callback should be firing.

zhanghuanchong commented 4 years ago

+1

febg11 commented 4 years ago

have you managed to find a solution to this?

yizenlim commented 4 years ago

+1

samyakkkk commented 4 years ago

+1