fix: cleanup dead streams

This commit is contained in:
2025-06-06 18:41:03 +01:00
parent 29919c63f5
commit d60dfd790e
2 changed files with 67 additions and 21 deletions

View File

@ -173,7 +173,7 @@ impl HlsVariant {
id: s.id(),
})
},
_ => panic!("unsupported variant stream"),
_ => bail!("unsupported variant stream"),
}
}
unsafe {