...
- Create a bash/shell script with the following parameters:
<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:
...