[FFmpeg-devel] [PATCH] Fix SDP demuxer dependencies

Ronald S. Bultje rsbultje
Tue Dec 29 13:57:34 CET 2009


Hi Luca,

On Dec 29, 2009, at 5:22 AM, Luca Abeni <lucabe72 at email.it> wrote:
> If someone with some knowledge of this microsoft's RTP ASF thing can  
> test and finalize it, I think the patch should be committed.

Yes, will try, it's in my queue.

> Ronald, do you think that something like this can be done for RDT/ 
> RM, too?

No. RTP/ASF is simple b/c I can literally concatenate the header (from  
the SDP) and the RTP packet data and the result is a full ASF file.

For RDT, only the MDPR (a small part of the RM header) is in the SDP,  
and packet data lacks some bytes also, so to fully separate, you need  
to implement a RM muxer in the RDT parser, which is just silly (and  
besides, then itdepends on RM muxer API so the problem is still there).

Ronald



More information about the ffmpeg-devel mailing list