I have integrated ffmpeg4android lib
. Video compressing is working fine but video is not playing in browser except safari browser. after uploading to server. I have used following command.
ffmpeg -y -i <input file.mp4> -strict experimental -r 30 -ab 48000 -ac 2 -ar 22050 -vcodec mpeg4 -b 2097k <output file.mp4>
Please Help me. Thank you in advance.