feat: hls progress

This commit is contained in:
2024-11-18 16:05:25 +00:00
parent 0da9bd996f
commit e111e50199
23 changed files with 489 additions and 201 deletions

View File

@ -39,4 +39,14 @@ impl Overseer for WebhookOverseer {
) -> Result<()> {
todo!()
}
async fn on_thumbnail(
&self,
pipeline_id: &Uuid,
width: usize,
height: usize,
path: &PathBuf,
) -> Result<()> {
todo!()
}
}