mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 13:25:46 +00:00
feat: cleanup stream on end
fix: audio codecs fix: hls segmenter
This commit is contained in:
@ -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>>,
|
||||
|
Reference in New Issue
Block a user