numandev1 / react-native-compressor

🗜️Compress Image, Video, and Audio same like Whatsapp 🚀✨
MIT License
949 stars 93 forks source link

Video compression failing #309

Open estrayer7 opened 2 months ago

estrayer7 commented 2 months ago

Current behavior

When compressing a video, compression fails and errors out

Expected behavior

Video should be compressed

Platform

React Native Version

0.73.7

React Native Compressor Version

1.8.25

Reproducible Steps And Demo

Compression randomly started to break on my android device. It still works on android studio emulator and another newer android device. It breaks on a samsung galaxy A20 device running android 11. The compression was working fine last week but stopped working for me this week even though no code/version changes have occured. Here is the error that is returned

Screenshot_20240906-133536_fcpcommunity

github-actions[bot] commented 2 months ago

👋 @estrayer7 Thanks for opening your issue here! If you find this package useful hit the star🌟!

kumarsoni7999 commented 3 weeks ago

I am getting this issue always in latest devices not in iOS and older version androids

I have tried with deleting compressed temp files after compression then this issue not arrises

Used 'react-native-fs' to unlink each temp file and in most of the case it worked