I'm using MediaRecorder to record screen on android device, the output file format is mpeg-4 and without a "moov atom" in front.
Now I want to stream this mpeg-4 file to remote server in real-time and make it playable, how can i achieve this?
Any suggestions will be greatly appreciated.