Ignore:
Timestamp:
May 2, 2008 3:01:10 PM (16 years ago)
Author:
nanang
Message:

More ticket #513:

  • Added RTCP XR features on stream: configurable RTCP XR sending interval, third-party destination for RTCP XR, and sending last RTCP XR packet when stream destroyed.
  • Updated end system delay of RTCP XR: sound device latency estimated based on sound device implementation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/stream.h

    r1943 r1945  
    9999    pj_bool_t           rtcp_xr_enabled; 
    100100                                    /**< Specify whether RTCP XR is enabled.*/ 
     101    pj_uint32_t         rtcp_xr_interval; /**< RTCP XR interval.            */ 
     102    pj_sockaddr         rtcp_xr_dest;/**<Additional remote RTCP XR address. 
     103                                         This is useful for third-party (e.g: 
     104                                         network monitor) to monitor the  
     105                                         stream. If sin_family is zero,  
     106                                         this will be ignored.              */ 
    101107#endif 
    102108    pjmedia_codec_info  fmt;        /**< Incoming codec format info.        */ 
Note: See TracChangeset for help on using the changeset viewer.