Help

CPU Usage

It indicates the device CPU load in %. CPU usage should be maintained under 67%. Above this level, there is a chance of loosing frames in the streams.

If this level is reached, then it is recommended to use a codec with a lower quality or reducing the number of destinations.

Device Statistics

  • VU meter shows the audio input levelLine Input levels in dB
  • BRTP server statistics and list of clients connected
  • Stream Session Descriptions (SDP)

    The device generates the SDP for all configured streams after restart, and exports them here.

    Copy and paste them in a file to be used by your stream player (i.e. FFMPEG, VLC or Barix Exstreamer M400)

    NOTE 1:There is no standard notation defined in the SDP standard for PCM Little Endian (LE) codecs. For this reason the SDP contains the rtpmap line for PCM BE codec, but you need to take care to force switch your player to use little endian format.

    NOTE 2:For correct SDP copy, select the text staring from line "v=" till the last line of this Encoder (if you have more than one defined) ending with "b=" or "a=". For example, for AAC-LC these could be the selected lines:

    v=0
    o=- 0 0 IN IP4 127.0.0.1
    s=No Name
    c=IN IP4 227.1.2.8
    t=0 0
    a=tool:libavformat 58.29.100
    m=audio 4010 RTP/AVP 124
    b=AS:192
    a=rtpmap:124 MPEG4-GENERIC/48000/2
    a=fmtp:124 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=1190