QUOTE (Yirkha @ Jan 10 2009, 21:02)

Wouldn't the original ISO/IEC 14496-12 (ISO Base Media File Format) or other standard document help you? Some of them are freely available for personal use in PDF
here.
i also face these problem - but going through the standard doesnt help a lot
i think that the most problematic problem is that you cant tell id_syn_ele of the differant channles before you actually get them from the stream.
which of the streams are coupling channles? and which are not?
do the coupling channles always come in the start of the stream?
this causes me to save all the data of all channles and then process instead of getting the coupling channles first, save them and work on each data channle seperately.
i havent seen any answer to this in the standard or in
the free codes.