[Live-devel] Patch request and question

Ross Finlayson finlayson at live.com
Thu Jan 20 13:22:23 PST 2005


>First, can someone please add the following line to the class
>definition of MediaSubsession in MediaSession.hh to add access to the
>rtp payload type:
>
>unsigned char rtpPayloadFormat() const { return fRTPPayloadFormat; }

Are you sure you really need this?  If you've already called "initiate()", 
you can also get this value by calling
         subsession->rtpSource()->rtpPayloadFormat()

>Second, I have run into a RTSP server that expects "M2TP/H2221/UDP" in
>the SETUP message instead of the RAW/RAW/UDP like Kaseena uses to
>setup a MPEG2-TS connection over UDP.  Unfortunately the capture I
>have doesn't tell me what type of server this is.  Is anyone familiar
>with it?

I've never seen "M2TP/H2221/UDP" before.  As far as I can tell, it's 
totally non-standard.  (I have no idea what "H2221" is supposed to mean, or 
how such a stream differs from just raw MPEG-2 Transport over UDP.)

>Is it possible to interoperate with it without modifying the live stack?

Probably not.


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



More information about the live-devel mailing list