pub fn demux_streaming(data: &[u8]) -> Result<Box<dyn StreamingDemuxer>>Expand description
Magic-byte detect the container and dispatch to a per-format
streaming reader. Mirrors demux::detect_container exactly so the
streaming and legacy paths agree on every input.