I have tried multiple modules for playing mov videos from react native app in android. But none worked. Any idea?
.MOV does not work for me, too.
convert the video file:
ffmpeg -i A.MOV -vcodec copy -acodec copy out.mp4
or
https://github.com/taltultc/react-native-mov-to-mp4
Well, if you want to convert big video files so ffmpeg will do great work on server side, but for small video size convert to mp4 will not drain the battery cuz it take only few seconds.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With