Skip to content

Example: RTCPXR

Lorenzo Mangani edited this page Oct 10, 2022 · 9 revisions

HEPlify-XRcollector

HEPlify-XRCollector is a community made HEP client designed to handle SIP PUBLISH RTCP-XR voice quality reports.

Installation

Download heplify-xrcollector and execute chmod +x heplify-xrcollector

Usage

  -debug
        Log with debug level
  -hi uint
        HEP ID (default 3333)
  -hs string
        HEP UDP server address (default "127.0.0.1:9060")
  -xs string
        XR collector UDP listen address (default ":9064")

Examples

# Listen on 0.0.0.0:9064 for vq-rtcpxr and send it as HEP to 127.0.0.1:9060
./heplify-xrcollector

# Listen on 0.0.0.0:9066 for vq-rtcpxr and send it as HEP to 192.168.1.10:9060
./heplify-xrcollector -xs :9066 -hs 192.168.1.10:9060

# Additionally change HEP ID to 1234 and log with debug level
./heplify-xrcollector -xs :9066 -hs 192.168.1.10:9060 -hi 1234 -debug
Clone this wiki locally