Sensor configuration

You can fine-tune sensor configuration using relevant sections of ./data/config.json file.

HLS recording parameters

HLS recording parameters for both VOD and Live HLS missions can be found at sensorHls section:

 "sensorHls": {
    "segmentDuration": 15,
    "transcode": false,
    "width": 720,
    "height": 480,
    "bitrate": 1000
  }