INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 177 forks source link

I/MPEG4Writer: The mp4 file will not be streamable. #25

Closed Jabbaquack closed 8 years ago

Jabbaquack commented 8 years ago

Hi, Thanks for making this open source and the samples are a really good starting point. I have managed to use the libraries within my own project though I'm looking to create videos that can be played across different device platforms.

Using the mediaComposer to join videos as per the samples, the debug log states that the resulting mp4 will not be streamable. Apart from the samples, I haven't seen any obvious means to adding timing information to the videos. Are there any options within M4M to make streamable video files? If not, are there any pointers as how this could be achieved?

Jabbaquack commented 8 years ago

Closing issue, as the created videos plays locally on the device. Can use 3rd party service (Amazon AWS ElasticTranscoder) to convert the uploaded video to HLS format.