rtptran.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:21k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: rtptran.h,v 1.23.2.1 2004/07/09 02:04:29 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. #ifndef _RTPTRAN_H_
  50. #define _RTPTRAN_H_
  51. // #define RTP_MESSAGE_DEBUG
  52. #include "hxengin.h"
  53. #include "hxmon.h"
  54. #include "transbuf.h"
  55. #include "statinfo.h"
  56. #include "hxsmbw.h"
  57. #include "ntptime.h"
  58. #include "tconverter.h"
  59. #include "chxkeepalive.h"
  60. // GCC won't let me forward declare CHXMapLongToObj::Iterator, 
  61. // so I have to include this. -JR
  62. #include "hxmap.h"
  63. #include "hxslist.h"
  64. #include "hxqossig.h"
  65. #include "hxqos.h"
  66. #include "packfilt.h"
  67. struct IHXQoSTransportAdaptationInfo;
  68. struct IHXScheduler;
  69. struct IHXUDPSocket;
  70. struct IHXPacket;
  71. struct IHXBuffer;
  72. struct IHXCommonClassFactory;
  73. struct IHXInternalReset;
  74. struct IHXPlayerState;
  75. struct IHXAccurateClock;
  76. class  RTSPResendBuffer;
  77. class  CHXBitset;
  78. class  HX_deque;
  79. class  Timeval;
  80. class  CHXTimestampConverter;
  81. class RTCPBaseTransport;
  82. class RTCPUDPTransport;
  83. class RTCPTCPTransport;
  84. class RTCPPacket;
  85. class ReportHandler;
  86. _INTERFACE IHXQoSSignal;
  87. _INTERFACE IHXQoSSignalBus;
  88. _INTERFACE IHXQoSSignalSourceResponse;
  89. HX_RESULT
  90. FixRTPHeader(IHXCommonClassFactory* pCCF, 
  91.      IHXBuffer* pOrigBuf, 
  92.      REF(IHXBuffer*) pNewBuf, 
  93.      UINT16 unSeqNoOffset, 
  94.      UINT32 ulRTPTSOffset);
  95.      
  96. HX_RESULT
  97. FixRTCPSR(IHXCommonClassFactory* pCCF, 
  98.   IHXBuffer* pOrigBuf, 
  99.   REF(IHXBuffer*) pNewBuf, 
  100.   UINT32 ulRTPTSOffset);
  101. /* The largest number of SR records we will keep */
  102. #define LSR_HIST_SZ 64
  103. struct LSRRecord
  104. {
  105.     UINT32          m_ulSourceLSR;
  106.     UINT32          m_ulServerLSR;
  107. };
  108. /******************************************************************************
  109. *   RTP RTP RTP RTP RTP 
  110. ******************************************************************************/
  111. class RTPBaseTransport: public RTSPTransport, public IHXSourceBandwidthInfo
  112. {
  113. public:
  114.     RTPBaseTransport (BOOL bIsSource);
  115.     ~RTPBaseTransport ();
  116.     STDMETHOD(QueryInterface)           (THIS_
  117.                                         REFIID riid,
  118.                                         void** ppvObj);
  119.     STDMETHOD_(ULONG32,AddRef)       (THIS);
  120.     STDMETHOD_(ULONG32,Release)      (THIS);
  121.     /*
  122.      * IHXSourceBandwidthInfo methods
  123.      */
  124.     STDMETHOD(InitBw) (THIS_
  125. IHXBandwidthManagerInput* pBwMgr);
  126.     STDMETHOD(SetTransmitRate) (THIS_
  127. UINT32 ulBitRate);
  128.     void Done ();
  129.     RTSPTransportTypeEnum tag ()
  130.     {
  131. HX_ASSERT(!"don't call this");
  132. return RTSP_TR_NONE;
  133.     };
  134.     HX_RESULT sendPacket (BasePacket* pPacket)
  135.     {
  136. HX_ASSERT(!"don't call this");
  137. return HXR_UNEXPECTED;
  138.     }
  139.     HX_RESULT init ();
  140.     
  141.     HX_RESULT reflectPacket (BasePacket* pBasePacket, REF(IHXBuffer*)pSendBuf);
  142.     HX_RESULT makePacket (BasePacket* pPacket, REF(IHXBuffer*) pPacketBuf);
  143.     void updateQoSInfo                  (UINT32 ulBytesSent);
  144.     HX_RESULT handlePacket (IHXBuffer* pBuffer);
  145.     HX_RESULT handleMasterSync (ULONG32 ulHXTime, LONG32 lHXOffsetToMaster);
  146.     HX_RESULT anchorSync (ULONG32 ulHXTime, ULONG32 ulNTPTime);
  147.     virtual HX_RESULT handleRTCPSync (NTPTime ntpTime, ULONG32 ulRTPTime);
  148.     
  149.     HX_RESULT streamDone (UINT16 streamNumber);
  150. //    IHXUDPSocket* getUDPSocket ();
  151.     void addStreamInfo (RTSPStreamInfo* pStreamInfo,
  152.       UINT32 ulBufferDepth = TRANSPORT_BUF_DURATION_UNDEF);
  153.     /* RTP-Info */
  154.     HX_RESULT setFirstSeqNum (UINT16 streamNumber, UINT16 seqNum);
  155.     void notifyEmptyRTPInfo (void);
  156.     void setFirstTimeStamp (UINT16 uStreamNumber, UINT32 ulTS,
  157.                                          BOOL bIsRaw = FALSE);
  158.     void setPlayRange (UINT32 ulFrom, UINT32 ulTo);    
  159.     HX_RESULT setFirstPlayTime (Timeval* pTv);
  160.       
  161.     void setRTCPTransport (RTCPBaseTransport* pRTCPTran);
  162.     void Reset(){}
  163.     void Restart(){}
  164.     BOOL isRTP() { return TRUE; }
  165.     BOOL isReflector() { return (m_ulPayloadWirePacket==1); }
  166.     void SyncTimestamp (IHXPacket* pPacket);
  167.     inline BOOL isRTCPRule (UINT16 unRuleNo) 
  168.     { 
  169. return (m_bHasRTCPRule && (unRuleNo == m_RTCPRuleNumber));
  170.     }
  171.     /* XXXMC
  172.      * Special-case handling for PV clients
  173.      */
  174.     void setPVEmulationMode     (BOOL bEmulatePVSession);
  175. protected:
  176. #ifdef RTP_MESSAGE_DEBUG
  177.     void messageFormatDebugFileOut(const char* fmt, ...);
  178. #endif // RTP_MESSAGE_DEBUG
  179.     void resetStartInfoWaitQueue (void);
  180.     /*
  181.      * Marker Bit Handling Routine
  182.      */
  183.     typedef void (RTPBaseTransport::*HandleMBitFunc)(REF(UINT8),IHXPacket*,UINT16); 
  184.     inline void MBitRTPPktInfo (REF(UINT8)bMBit, IHXPacket* pPkt, UINT16 unRuleNo);
  185.     inline void MBitASMRuleNo  (REF(UINT8)bMBit, IHXPacket* pPkt, UINT16 unRuleNo);
  186.     IHXBandwidthManagerInput* m_pBwMgrInput;
  187.     IHXTransportSyncServer* m_pSyncServer;
  188.     UINT16 m_streamNumber;
  189.     INT32 m_lRefCount;
  190.     UINT8 m_rtpPayloadType;
  191.     BOOL m_bHasMarkerRule;
  192.     UINT16 m_markerRuleNumber;
  193.     BOOL m_bIsSyncMaster;
  194. #ifdef RTP_MESSAGE_DEBUG
  195.     BOOL m_bMessageDebug;
  196.     CHXString m_messageDebugFileName;
  197. #endif // RTP_MESSAGE_DEBUG
  198.        
  199.      /*
  200.       * Reflection support
  201.       */
  202.      BOOL m_bHasRTCPRule;
  203.      UINT32 m_ulPayloadWirePacket;
  204.      UINT16 m_RTCPRuleNumber;
  205.     UINT16 m_uFirstSeqNum;
  206.     UINT32 m_ulFirstRTPTS;
  207.     BOOL m_bFirstSet;
  208.     BOOL m_bWeakStartSync;
  209.     INT32 m_lTimeOffsetHX;
  210.     INT32 m_lTimeOffsetRTP;
  211.     INT32 m_lOffsetToMasterHX;
  212.     INT32 m_lOffsetToMasterRTP;
  213.     INT32 m_lSyncOffsetHX;
  214.     INT32 m_lSyncOffsetRTP;
  215.     INT32 m_lNTPtoHXOffset;
  216.     BOOL m_bNTPtoHXOffsetSet;
  217.     ULONG32 m_ulLastRTPTS;
  218.     ULONG32 m_ulLastHXTS;
  219.     ULONG32 m_ulLastRawRTPTS;
  220.     BOOL m_bLastTSSet;
  221.     CHXSimpleList m_StartInfoWaitQueue;
  222.     BOOL m_bWaitForStartInfo;
  223.     BOOL m_bAbortWaitForStartInfo;
  224.     ULONG32 m_ulStartInfoWaitStartTime;
  225.     BOOL                                m_bSSRCDetermined;
  226.     UINT32                              m_ulSSRCDetermined;
  227.     /*
  228.      * RTP-Info:  According to RFC2326, it is possible not to have one of them,
  229.      * so if it is missing, take care of it right here in transport 
  230.      */
  231.     BOOL m_bSeqNoSet;
  232.     /* m_bRTPTimeSet is used differently on the server and the client */
  233.     BOOL     m_bRTPTimeSet;
  234.     // Since client is expecting RTP timestap starting at 0, we need to offset
  235.     // it in here.  btw, this is a security risk...
  236.     UINT32 m_ulBaseTS;
  237.     Timeval* m_pFirstPlayTime;
  238.     
  239.     /* this class does everything for RTCP */
  240.     ReportHandler* m_pReportHandler;
  241.     RTCPBaseTransport* m_pRTCPTran;
  242.     BOOL m_bIsLive;
  243.     UINT32 m_ulExtensionSupport;
  244.     /*
  245.      * This stream may not have been SETUPed. 
  246.      */
  247.     BOOL m_bActive;
  248.     /* XXXMC
  249.      * Support for PV Emulation
  250.      */
  251.     BOOL                m_bEmulatePVSession;
  252.     /*
  253.      * Markerbit Handling
  254.      */
  255.     HandleMBitFunc m_pMBitHandler;
  256.     /*
  257.      * Reflector RTP-Info 
  258.      */
  259.     struct ReflectorInfo
  260.     {
  261. ReflectorInfo()
  262.     : m_unSeqNoOffset(0)
  263.     , m_ulRTPTSOffset(0)
  264. {}     
  265. UINT16 m_unSeqNoOffset;
  266. UINT32 m_ulRTPTSOffset;
  267.     } m_reflectorInfo;
  268.     UINT8           m_cLSRRead;
  269.     UINT8           m_cLSRWrite;
  270.     LSRRecord       m_LSRHistory [LSR_HIST_SZ];
  271.     UINT32          MapLSR(UINT32 ulSourceLSR);
  272.     IHXQoSTransportAdaptationInfo*      m_pQoSInfo;
  273.     friend class RTCPBaseTransport;
  274.     friend class RTCPUDPTransport;
  275.     friend class RTCPTCPTransport;
  276. private:
  277.     HX_RESULT _handlePacket(IHXBuffer* pBuffer, BOOL bIsRealTime);
  278. };
  279. /*
  280. *   NOTE:
  281. *   Each RTP transport represents a RTP session because transport is bounded to a pair
  282. *   of addr and ports.
  283. *   As it is currently implemented, RTP transport can NOT have more than one stream.
  284. *   Currently, we do NOT support RTSP/RTP multicast.  so we don't need to do a number
  285. *   of things that should be done if we were to support multicast.
  286. *   1. Maintain a table of members (instread we have just one member)
  287. *   2. Don't really need to calculate RTCP intervals (instead every 5 sec)
  288. *   There are two assumptions due to the nature of 1 to 1 or 1 to many session
  289. *   1. A server (server) never receives RTP.
  290. *   2. There is only one sender (server) in a session.
  291. */
  292. class RTPUDPTransport: public RTPBaseTransport
  293. {
  294. public:
  295.     RTPUDPTransport (BOOL bIsSource);
  296.     ~RTPUDPTransport ();
  297.     void Done ();
  298.     RTSPTransportTypeEnum tag ();
  299.     HX_RESULT init (IUnknown* pContext,
  300. IHXUDPSocket* pSocket,
  301. IHXRTSPTransportResponse* pResp);
  302.     void setForeignAddress (UINT32 foreignAddr,
  303.      UINT16 foreignPort);
  304.     HX_RESULT sendPacket (BasePacket* pPacket);
  305.     IHXUDPSocket* getUDPSocket ();
  306. //    void setRTCPTransport (RTCPUDPTransport* pRTCPTran);
  307.     /* XXXMC
  308.      * Special-case handling for PV clients
  309.      */
  310.     HX_RESULT sendPVHandshakeResponse(UINT8* pPktPayload);
  311.     HX_RESULT handlePacket(IHXBuffer* pBuffer);
  312.     void            JoinMulticast(UINT32 ulAddress, UINT32 ulPort, IHXUDPSocket* pUDP);
  313.     IHXUDPSocket*   getMulticastSocket(void);
  314. protected:
  315.     class KeepAliveCB : public IHXCallback
  316.     {
  317.     public:
  318. KeepAliveCB(RTPUDPTransport* pTransport);
  319.         /*
  320.          *      IUnknown methods
  321.          */
  322.         STDMETHOD(QueryInterface)       (THIS_
  323.                                         REFIID riid,
  324.                                         void** ppvObj);
  325.         STDMETHOD_(ULONG32,AddRef)      (THIS);
  326.         STDMETHOD_(ULONG32,Release)     (THIS);
  327.         /*
  328.          *      IHXCallback methods
  329.          */
  330.         STDMETHOD(Func)                 (THIS);
  331.     private:
  332. RTPUDPTransport* m_pTransport;
  333.         LONG32               m_lRefCount;
  334.         ~KeepAliveCB();
  335.         PRIVATE_DESTRUCTORS_ARE_NOT_A_CRIME
  336.     };
  337.     friend class KeepAliveCB;
  338.     HX_RESULT onNATKeepAlive();
  339. private:
  340.     HX_RESULT writePacket (IHXBuffer* pSendBuffer);
  341.     IHXUDPSocket*               m_pUDPSocket;
  342.     UINT32                       m_foreignAddr;
  343.     UINT16                       m_foreignPort;
  344. //    RTCPUDPTransport* m_pRTCPTran;       
  345.     CHXKeepAlive m_keepAlive;
  346.     UINT16       m_keepAliveSeq;  // Sequence # for keepalive packets
  347.     UINT32     m_ulCurrentMulticastAddress;
  348.     UINT32     m_ulCurrentMulticastPort;
  349.     IHXUDPSocket*   m_pMCastUDPSocket;
  350.     friend class RTCPBaseTransport;
  351.     friend class RTCPUDPTransport;
  352. };
  353. inline IHXUDPSocket*
  354. RTPUDPTransport::getUDPSocket()
  355. {
  356.     return m_pUDPSocket;
  357. }
  358. inline IHXUDPSocket*
  359. RTPUDPTransport::getMulticastSocket()
  360. {
  361.     return m_pMCastUDPSocket;
  362. }
  363. class RTPTCPTransport: public RTPBaseTransport
  364. {
  365. public:
  366.     RTPTCPTransport (BOOL bIsSource);
  367.     ~RTPTCPTransport     ();
  368.     void Done ();
  369.     
  370.     RTSPTransportTypeEnum tag ();
  371.     HX_RESULT init (IUnknown* pContext,
  372.   IHXTCPSocket* pSocket,
  373.   IHXRTSPTransportResponse* pResp);
  374.     void setInterleaveChannel (INT8 tcpInterleave)
  375.     {
  376. m_tcpInterleave = tcpInterleave;
  377.     }
  378.     HX_RESULT sendPacket (BasePacket* pPacket);
  379. //    HX_RESULT streamDone (UINT16 streamNumber);    
  380. //    void setRTCPTransport (RTCPTCPTransport* pRTCPTran);
  381.  protected:
  382.     IHXTCPSocket*  m_pTCPSocket;
  383.     
  384. private:
  385.     HX_RESULT writePacket          (IHXBuffer* pBuf);
  386.     INT8 m_tcpInterleave;
  387.     friend class RTCPBaseTransport;
  388.     friend class RTCPTCPTransport;
  389. };
  390. /******************************************************************************
  391. *   RTCP RTCP RTCP RTCP RTCP
  392. ******************************************************************************/
  393. class RTCPBaseTransport: public RTSPTransport,
  394.  public IHXQoSSignalSourceResponse
  395. {
  396. public:
  397.     RTCPBaseTransport (BOOL bIsSender);
  398.     ~RTCPBaseTransport ();
  399.     STDMETHOD(QueryInterface)           (THIS_
  400.                                         REFIID riid,
  401.                                         void** ppvObj);
  402.     STDMETHOD_(ULONG32,AddRef) (THIS);
  403.     STDMETHOD_(ULONG32,Release) (THIS);
  404.     void Done ();
  405.     RTSPTransportTypeEnum tag ()
  406.     {
  407. HX_ASSERT(!"don't call this");
  408. return RTSP_TR_NONE;
  409.     }
  410.     HX_RESULT sendPacket (BasePacket* pPacket)
  411.     {
  412. HX_ASSERT(!"don't call this");
  413. return HXR_UNEXPECTED;
  414.     }
  415.     HX_RESULT handlePacket (IHXBuffer* pBuffer);
  416.     HX_RESULT streamDone (UINT16 streamNumber)
  417.     {
  418. HX_ASSERT(!"don't call this");
  419. return HXR_UNEXPECTED;
  420.     }
  421.     void addStreamInfo(RTSPStreamInfo* pStreamInfo,
  422.        UINT32 ulBufferDepth = TRANSPORT_BUF_DURATION_UNDEF);
  423.     void setSSRC(UINT32 ulSSRC);
  424.     HX_RESULT init ();
  425.     void setSessionID         (const char* pSessionID);
  426.     void Reset(){}
  427.     void Restart(){}
  428.     HX_RESULT SetTSConverter(CHXTimestampConverter::ConversionFactors conversionFactors);
  429.     CHXTimestampConverter* GetTSConverter(void)    { return m_pTSConverter; }
  430.     class ReportCallback : public IHXCallback
  431.     {
  432.     public:
  433. ReportCallback (RTCPBaseTransport* pTransport);
  434.         /*
  435.          *      IUnknown methods
  436.          */
  437.         STDMETHOD(QueryInterface)       (THIS_
  438.                                         REFIID riid,
  439.                                         void** ppvObj);
  440.         STDMETHOD_(ULONG32,AddRef)      (THIS);
  441.         STDMETHOD_(ULONG32,Release)     (THIS);
  442.         /*
  443.          *      IHXCallback methods
  444.          */
  445.         STDMETHOD(Func)                 (THIS);
  446.     private:
  447. RTCPBaseTransport* m_pTransport;
  448.         LONG32               m_lReportRefCount;
  449.         ~ReportCallback ();
  450.         PRIVATE_DESTRUCTORS_ARE_NOT_A_CRIME
  451.     };
  452.     friend class ReportCallback;
  453.     virtual HX_RESULT reflectRTCP (IHXBuffer* pSendBuf) = 0;
  454.     virtual HX_RESULT sendSenderReport () = 0;
  455.     virtual HX_RESULT sendReceiverReport () = 0;
  456.     virtual HX_RESULT sendBye () = 0;
  457.     // IHXQoSSignalSourceResponse
  458.     STDMETHOD (SignalBusReady)(THIS_ HX_RESULT hResult, IHXQoSSignalBus* pBus, 
  459.        IHXBuffer* pSessionId);
  460. protected:
  461.     /* caller is responsible for freeing pSendBuf */
  462.     HX_RESULT makeSenderReport (REF(IHXBuffer*) pSendBuf);
  463.     HX_RESULT makeReceiverReport (REF(IHXBuffer*) pSendBuf);
  464.     HX_RESULT makeBye (REF(IHXBuffer*) pSendBuf);
  465.     HX_RESULT startScheduler ();
  466.     HX_RESULT stopScheduler ();
  467.     BOOL      isShedulerStarted (void) { return m_bSchedulerStarted; }
  468.     void      scheduleNextReport ();
  469.     
  470.     RTPBaseTransport* m_pDataTransport;
  471.     // XXXGo
  472.     // make sure stream number that RTCP is using is the same as the one
  473.     // in RTP
  474.     UINT16 m_streamNumber;
  475.     INT32 m_lRefCount;
  476.     BOOL m_bSendBye;
  477.     BOOL m_bSendReport;
  478.     ReportCallback* m_pReportCallback;
  479.     BOOL m_bCallbackPending;
  480.     CallbackHandle m_reportTimeoutID;
  481.     BOOL m_bSchedulerStarted;
  482.     BOOL                                m_bSendRTCP;
  483.     BOOL                                m_bSSRCDetermined;
  484.     UINT32                              m_ulSSRCDetermined;
  485.     // a random number for CNAME...
  486.     BYTE* m_pcCNAME;
  487.     /* this class does everything for RTCP */
  488.     /* and pointing to the same instance that RTPBaseTransport has */
  489.     ReportHandler* m_pReportHandler;
  490.     CHXTimestampConverter* m_pTSConverter;
  491.     /* For placing recevier reports on QoS Signal Bus */
  492.     IHXQoSSignalBus*                    m_pSignalBus;
  493.     IHXQoSSignal*                       m_pQoSSignal_RR;
  494.     IHXQoSSignal*                       m_pQoSSignal_APP;
  495.     IHXBuffer*                          m_pSessionId;
  496.     friend class RTPBaseTransport;
  497.     friend class RTPUDPTransport;
  498.     friend class RTPTCPTransport;
  499. };
  500. class RTCPUDPTransport: public RTCPBaseTransport
  501. {
  502. public:
  503.     RTCPUDPTransport (BOOL bIsSender);
  504.     ~RTCPUDPTransport ();
  505.     void Done ();
  506.     HX_RESULT init (IUnknown* pContext,
  507.      IHXUDPSocket* pSocket,
  508. RTPUDPTransport* pDataTransport,
  509. IHXRTSPTransportResponse* pResp,
  510. UINT16 streamNumber);
  511.     RTSPTransportTypeEnum tag ();
  512.     HX_RESULT streamDone (UINT16 streamNumber);
  513.     void setForeignAddress (UINT32 foreignAddr,
  514.      UINT16 foreignPort);
  515.     IHXUDPSocket* getUDPSocket ();
  516.     HX_RESULT handlePacket(IHXBuffer* pBuffer);
  517.     void            JoinMulticast(UINT32 ulAddress, UINT32 ulPort, IHXUDPSocket* pUDP);
  518.     IHXUDPSocket*   getMulticastSocket(void);
  519. protected:
  520.     class KeepAliveCB : public IHXCallback
  521.     {
  522.     public:
  523. KeepAliveCB(RTCPUDPTransport* pTransport);
  524.         /*
  525.          *      IUnknown methods
  526.          */
  527.         STDMETHOD(QueryInterface)       (THIS_
  528.                                         REFIID riid,
  529.                                         void** ppvObj);
  530.         STDMETHOD_(ULONG32,AddRef)      (THIS);
  531.         STDMETHOD_(ULONG32,Release)     (THIS);
  532.         /*
  533.          *      IHXCallback methods
  534.          */
  535.         STDMETHOD(Func)                 (THIS);
  536.     private:
  537. RTCPUDPTransport* m_pTransport;
  538.         LONG32               m_lRefCount;
  539.         ~KeepAliveCB();
  540.         PRIVATE_DESTRUCTORS_ARE_NOT_A_CRIME
  541.     };
  542.     friend class KeepAliveCB;
  543.     HX_RESULT onNATKeepAlive();
  544. private:
  545.     HX_RESULT reflectRTCP (IHXBuffer* pSendBuf);
  546.     HX_RESULT sendSenderReport ();
  547.     HX_RESULT sendReceiverReport ();
  548.     HX_RESULT sendBye ();
  549.     
  550.     IHXUDPSocket*   m_pUDPSocket;
  551.     UINT32          m_foreignAddr;
  552.     UINT16          m_foreignPort;
  553.     CHXKeepAlive    m_keepAlive;
  554.     UINT32     m_ulCurrentMulticastAddress;
  555.     UINT32     m_ulCurrentMulticastPort;
  556.     IHXUDPSocket*   m_pMCastUDPSocket;
  557.     friend class RTPBaseTransport;
  558.     friend class RTPUDPTransport;
  559. };
  560. inline IHXUDPSocket*
  561. RTCPUDPTransport::getUDPSocket()
  562. {
  563.     return m_pUDPSocket;
  564. }
  565. inline IHXUDPSocket*
  566. RTCPUDPTransport::getMulticastSocket()
  567. {
  568.     return m_pMCastUDPSocket;
  569. }
  570. class RTCPTCPTransport: public RTCPBaseTransport
  571. {
  572. public:
  573.     RTCPTCPTransport (BOOL bIsSender);
  574.     ~RTCPTCPTransport ();
  575.     void Done ();
  576.     HX_RESULT init (IUnknown* pContext,
  577.      IHXTCPSocket* pSocket,
  578. RTPTCPTransport* pDataTransport,
  579. IHXRTSPTransportResponse* pResp,
  580. UINT16 streamNumber);
  581.     void setInterleaveChannel (INT8 tcpInterleave)
  582.     {
  583. m_tcpInterleave = tcpInterleave;
  584.     }
  585.     RTSPTransportTypeEnum tag ();
  586.     HX_RESULT streamDone (UINT16 streamNumber);
  587. private:
  588.     HX_RESULT reflectRTCP (IHXBuffer* pSendBuf);
  589.     HX_RESULT sendSenderReport ();
  590.     HX_RESULT sendReceiverReport ();
  591.     HX_RESULT sendBye ();
  592.     HX_RESULT writePacket (IHXBuffer* pBuf);
  593.     
  594.     IHXTCPSocket* m_pTCPSocket;
  595.     INT8 m_tcpInterleave;
  596. //    friend class RTPBaseTransport;
  597. //    friend class RTPTCPTransport;
  598. };
  599. #endif /* ndef _RTPTRAN_H_ */