...
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:
Create a bash/shell script with the following parameters:
Code Block <bitrate_bps> <iframe> <name> <encoder_address>
Parameter Description bitrate_bps Total desired bitrate. This includes the audio + video + overhead. iframe Specifies if an i-frame should be introduced or not. Use when GOPs are large (multiple seconds). name The name of the input. encoder_adderss Optional parameter with the encoder address. Code Block <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:
...
- 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