Skip to content

Examples RTPPROXY

Lorenzo Mangani edited this page Mar 30, 2022 · 10 revisions

RTPPROXY + HEP

HEP Support

RTPProxy can natively send HEP RTCP Reports (HEP type 5) for relayed RTP/RTCP streams

Module Configuration Parameters:

Create (or extend) the optional configuration file containing the required settings:

modules {
   rtpp_acct_rtcp_hep {
       load = ../modules/acct_rtcp_hep/.libs/rtpp_acct_rtcp_hep.so
       capt_host  = HEP_SERVER_IP
       capt_port  = 9060
       capt_ptype = udp
       capt_id = 101
   }
}

Include the saved configuration in your RTPProxy arguments using the config parameter:

RTPPROXY_ARGS="--config path/to/rtpp_acct_rtcp_hep.conf"

Further examples can be found in the RTPProxy test coverage

Clone this wiki locally