feat: cleanup stream on end

fix: audio codecs
fix: hls segmenter
This commit is contained in:
2024-11-21 22:08:47 +00:00
parent f192a915e0
commit 9937f9a6f9
16 changed files with 131 additions and 54 deletions

View File

@ -49,4 +49,8 @@ impl Overseer for WebhookOverseer {
) -> Result<()> {
todo!()
}
async fn on_end(&self, pipeline_id: &Uuid) -> Result<()> {
todo!()
}
}