Versions Compared

Key

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

...

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


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


 

To Save the Log as a File:

...