[FFmpeg-devel] [PATCH] mp4a-latm rtp output & dynamic payload type from URL

Martin Storsjö martin
Wed Dec 23 10:05:09 CET 2009


On Wed, 23 Dec 2009, Luca Abeni wrote:

> My impression is that the issue is solved, but I'd like to commit your 1)
> proposal anyway: it only modifies rtpenc.c and sdp.c, it does not require
> modifications in the applications, and it improves DSS support a little bit.

This sounds to me like a good first step.

As a further improvement, I guess rtpenc.c/sdp.c could be modified to use 
AVStream.id if it is set as in your alternative 3), but without modifying 
ffmpeg.c. This would allow applications to set the payload types to 
whatever is suitable for their use cases, but would use the hardcoded 
types 96/97 if nothing is set.

// Martin



More information about the ffmpeg-devel mailing list