I am recording video and audio from android then i have to upload those files to php server.
Now my question is in which format i have to upload the recorded file to support all the the browsers to play the uploaded audio or video file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer really depends on how you’re planning to play the files in the browsers. If you intend to play them in a flash player, you can convert them to MP4 (AAC+H.264) or FLV. If you want to play them using HTML5, then you need to have two different formats: MP4 (AAC+H.264) for some browsers and OGV (Ogg Vorbis) for others.