fix: accept video streams without content length/average bitrate

This commit is contained in:
ThetaDev 2022-09-15 13:06:45 +02:00
parent b52fd7349b
commit 63d2a0fb36
6 changed files with 42 additions and 50 deletions

View file

@ -122,7 +122,7 @@ impl YamlFileReporter {
impl Default for YamlFileReporter {
fn default() -> Self {
Self {
path: Path::new("RustyPipeReports").to_path_buf(),
path: Path::new("rustypipe_reports").to_path_buf(),
}
}
}