Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To implement this feature, you will need to create a special script and place it in the designated folder location of the Zixi Feeder installation, as described below.  

To Clear the LogTo Configure the Encoder Feedback Script:

  1. Create a bash/shell script with the following parameters: 

    Code Block
    <bitrate_bps> <iframe> <name> <encoder_address>
  2. <bitrate_bps> <iframe> <name> <encoder_address>

 

To Save the Log as a File:

  • In the Event Log page, click Save in the menu bar.
    A .cvs file is created and saved to the local destination.

 

To Refresh the Screen:

...


  1. ParameterDescription
    bitrate_bpsTotal desired bitrate. This includes the audio + video + overhead.
    iframeSpecifies if an i-frame should be introduced or not. Use when GOPs are large (multiple seconds).
    nameThe name of the input.
    encoder_adderssOptional parameter with the encoder address.


  2. Place the script in the following location and using the following filename:
    • For Linux: /usr/local/bin/feedback.sh
    • For Windows: <Feeder program installation folder>\feedback.bat