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

@ -48,7 +48,7 @@ impl Display for UserStreamState {
#[derive(Debug, Clone, Default, FromRow)]
pub struct UserStream {
pub id: Uuid,
pub id: String,
pub user_id: u64,
pub starts: DateTime<Utc>,
pub ends: Option<DateTime<Utc>>,