[FFmpeg-devel] [PATCH] SDP muxer

Luca Abeni lucabe72
Mon Nov 17 10:00:49 CET 2008


Hi,

Stefano Sabatini wrote:
[...]
>> Anyway, whatever solution is chosen the important thing is not to break
>> the current libavformat API (avf_sdp_create(), and the way rtp:// URLs
>> are specified).
> 
> Yes, this solution won't break neither URLs syntax neither old API
> interface, while on the other hand I'm extending the interface, in
> order to create a representation of an SDP from a list of RTP files.

Ok, good. Note that avf_sdp_create() should already be able to do what
you need (you just need to prepare a proper "AVFormatContext *ac[]"
before calling it). So, I guess everything you need is a new muxer which
sets up the "ac" array and calls avf_sdp_create().


				Luca




More information about the ffmpeg-devel mailing list