add more infos about missing config

This commit is contained in:
jb-alvarado 2022-02-18 16:45:09 +01:00
parent 19d8065666
commit 0aae9af109

View File

@ -116,7 +116,7 @@ pub fn get_config() -> Config {
if !Path::new(&config_path).is_file() {
println!(
"{} '{config_path}'\n{}",
"{} '{config_path}'\n{}\nYou found it in 'assets' folders...",
"ffplayout config doesn't exists:",
"Put 'ffplayout.yml' in '/etc/playout/' or beside the executable!"
);
@ -129,7 +129,7 @@ pub fn get_config() -> Config {
let fps = config.processing.fps.to_string();
let bitrate = config.processing.width * config.processing.height / 10;
let settings: Vec<String> = vec![
let settings = vec![
"-pix_fmt",
"yuv420p",
"-r",