I am working on a project where we are trying to stream QuickTime movies. Except the movies might contain multiple tracks: audio, video, text, ... and my group only cares about the audio and video tracks.
It appears that each track in a QuickTime movie gets sent out as a separate RTP stream. I also found a statement that says that the H.263+ codec gets streamed in the IETF standard manner (in this case it would be RFC 2190). I think this will boil down to what will the server be doing with the QuickTime movie?
If we have a program that contains MPEG-1 audio and video elementary streams, and the aux content, will the MPEG-1 A/V get streamed according to the IETF standard (which is RFC 2250)?
Any help would be greatly appreciated.
- Jim