
Opens a network video source through FFmpeg and emits a VideoFrame stream, applying scheme-aware defaults for RTSP, RTMP, HTTP, and HLS and auto-reconnecting after a silence. Use it for FFmpeg-only network decode.
RTSP surveillance — detect, track, and stream the annotated feed to a browser.
Live segmentation reported as JSON from a network stream.
url must be embedded in the URL or supplied through options; leading and trailing whitespace is stripped from the URL on ingestion.options.timeout_ms is the no-frames window before a reconnect, with zero disabling it, and retry_delay_ms is the wait between reconnect attempts; drop_frames discards frames under back-pressure rather than blocking the producer.width and height left at the sentinel keep the source resolution; setting either rescales without preserving aspect ratio on its own.url or options tears down the current decoder and re-opens the source.Automated release