Skip to content

Yaml config file parsing for ristsender/ristreceiver

Ian Hall requested to merge ian.hall2/librist:yaml_parsing into master

Allows for the use of a yaml config file for configuring the normal command line arguments for ristsender/ristreceiver.

YAML files are formatted in the following way:

secret: blarg
buffer: 0
encryption_type: 256
profile: <simple/main/advanced>
stats_interval: 1000
input_url:
  - <URL A>
  - <URL B>
  - ...
output_url:
  - <URL A>
  - <URL B>
  - ...

Merge request reports