mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 06:35:58 -05:00
seamless mid-stream video parameter changes
For #217. This handles the recording logic. May still need fixes to playback and/or live stream logic.
This commit is contained in:
@@ -156,7 +156,7 @@ impl VideoSampleEntry {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
pub struct VideoSampleEntryToInsert {
|
||||
pub data: Vec<u8>,
|
||||
pub rfc6381_codec: String,
|
||||
|
||||
Reference in New Issue
Block a user