add more infos about missing config
This commit is contained in:
parent
19d8065666
commit
0aae9af109
@ -116,7 +116,7 @@ pub fn get_config() -> Config {
|
|||||||
|
|
||||||
if !Path::new(&config_path).is_file() {
|
if !Path::new(&config_path).is_file() {
|
||||||
println!(
|
println!(
|
||||||
"{} '{config_path}'\n{}",
|
"{} '{config_path}'\n{}\nYou found it in 'assets' folders...",
|
||||||
"ffplayout config doesn't exists:",
|
"ffplayout config doesn't exists:",
|
||||||
"Put 'ffplayout.yml' in '/etc/playout/' or beside the executable!"
|
"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 fps = config.processing.fps.to_string();
|
||||||
let bitrate = config.processing.width * config.processing.height / 10;
|
let bitrate = config.processing.width * config.processing.height / 10;
|
||||||
|
|
||||||
let settings: Vec<String> = vec![
|
let settings = vec![
|
||||||
"-pix_fmt",
|
"-pix_fmt",
|
||||||
"yuv420p",
|
"yuv420p",
|
||||||
"-r",
|
"-r",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user