Hi,

I wonder how to make ffpmeg create files that can be used to be streamed for Google Android phones. The Google Android MediaPlayer documentation says it accepts video streams via HTTP if:

1. the movie atom has to precede all the media data atoms.
2. The clip has to bereasonably interleaved.


I don't know what the second would mean, but for the first I found that the the 'moov' atom has to be before the 'mdat' atom:

http://markmail.org/message/hwru45uhzasz724n


now, when converting a video file using ffmpeg, how can one make sure that is generated like this?

also, if I'm planning to write my own streaming server using ffmpeg, what would I need to do to make sure the stream is generated like this?


Akos
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to