[vlc-devel] Re: H.263 over RTP (RFC 2429)

Laurent Aimar fenrir at via.ecp.fr
Sat May 29 16:07:25 CEST 2004


On Fri, May 28, 2004, Ross Finlayson wrote:
> 
> >         case VLC_FOURCC( 'H', '2', '6', '3' ):
> >              id->i_payload_type = 34;  // from live.com MediaSession.cpp
> 
> This is not quite correct.  The static RTP payload type 34 is reserved for 
> the old H.263 (1996) RTP payload format, defined in RFC 2190.  As you are 
> (correctly) implementing the improved payload format defined in RFC 2429, 
> you must instead use a dynamic RTP payload type - i.e., one that's >= 
> 96.  Otherwise, receivers will incorrectly think that the RFC 2190 payload 
> format is being used.
 Thanks, I have commited a fix.

-- 
fenrir

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list