Skip to main content

Module record

Module record 

Source
Available on crate feature record only.
Expand description

Continuous recording: a MediaSink that persists frames through a StorageBackend.

Gated behind record. RecordingSink buffers frame payloads and flushes them to storage as fixed-duration objects, giving a simple VOD/DVR artifact without coupling to any container format (pair it with a real Muxer when player-compatible output is required).

Structs§

RecordingSink
Records a stream to sequential objects under a storage prefix.