[Live-devel] rtpPayloadType for H263plusVideoRTPSink

Ross Finlayson finlayson at live.com
Sat Aug 6 23:31:57 PDT 2005


>I'm implementing a streamer that is already compressed in H263 
>format. Trying to implement it within my own media subsession, and 
>it requires a parameter for rtpPayloadType.
>
>I can't for the life of me find out what that payload type is 
>supposed to be. I looked throughout the headers and such, and see 
>many references, but no definitive guide to how I'm supposed to fill 
>this parameter in.

The "rtpPayloadFormat" parameter to "H263plusVideoRTPSink" is the RTP 
payload format code for the RTP stream.  In this case (because 
there's no 'static' RTP payload format code assigned for H.263plus 
video) it must be a dynamic code - i.e., >= 96.

So, I suggest using 96 as the "rtpPayloadFormat" parameter (unless 
you also have an audio stream that's using 96, in which case use 97).


	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>



More information about the live-devel mailing list