I know MP4 format support combining H.264 and AMR into one file. But MP4 file is not stream-able , because MP4 decoder need index data seeked from MP4 file. I want to combine h.264 + AMR into a single network stream and play by a remote standard player real time, what format should I choose? MKV,FLV,Mpeg2TS ?

link|improve this question
MPEG-2 Transport Stream is usually pretty good. But: MP4 can be streamed if a hint track is created. Or, if it's wrapped within an RTP stream, you can easily stream h.264 as well. – slhck Aug 12 '11 at 9:59
feedback

migrated from stackoverflow.com Aug 12 '11 at 8:07

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown