Yaml config file parsing for ristsender/ristreceiver
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>
- ...