Move and fix moov atom of video recorded on phone iOS
The question is how do you find and move the moov atom of a .mov file that is recorded on an iOS device so you can stream it over http. There is one way to do it but that requires to export it to file which in theory makes you copy the entire file over and then you would be able to stream it. Is there any other way to do this? Using iOS AV Foundation framework and a few lines of Objective-C (you can also convert from MOV to MP4 since Android cannot read MOV): so using this code without buffer play smooth video from Live URL its works but before upload video to your server use this code and