AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
524 stars 116 forks source link

Not able to share compressed video on WhatsApp. #80

Closed kedar-labde closed 2 years ago

kedar-labde commented 3 years ago

After Compression I am sharing the video to the WhatsApp via Intent. Video is going forward to the WhatsApp but message is not sending by WhatsApp. Showing error like "Can't Send Video try another one." I tried the same process with out Video Compression, that time Message got sent without any error. bbad3283-0c27-4b67-a882-18a3dc0ccd3a 7830e5d1-eecc-48aa-9dc2-2a538a949699

a-rizwan commented 3 years ago

same issue

AbedElazizShe commented 3 years ago

I have been trying to fix this issue for weeks now. A few months ago, the library was working fine, i believe a new update by whatsapp caused this issue. Does anyone has details on what whatsapp accepts and what's not?

ashishHolofy commented 2 years ago

It is not just upload on whatsapp but also any upload in general

AbedElazizShe commented 2 years ago

@ashishHolofy i have this problem with whatsapp upload for me, i can upload it anywhere including but not limited to telegram, gmail, drive, etc. It took me a very long time to find out the cause as it affects whatsapp only. It is mainly related to Audio. I am trying to fix that.

AbedElazizShe commented 2 years ago

@Kedar1515 @ashishHolofy @a-rizwan After a very long investigation, and since the feature was working and stopped suddenly, Whatsapp- as you know- compresses media, and at a specific version, thier compression is affecting this library's MP4A audio. If you send the video as document, you will notice it is working perfectly fine.

It is hard to tell what whatsapp is doing while compression. I will wait until further whatsapp update that improves their messy out-of-control compression for media.

I will close this issue for that reason. Please feel free to reopen if you're facing upload issue anywhere except whatsapp :D