Skip to content

@seydx/rtsp / FfmpegOutput

Type Alias: FfmpegOutput

FfmpegOutput = string | Writable | IOOutputCallbacks

Defined in: sinks/ffmpeg.ts:14

Output destination for an FfmpegSink.

Resolves to whatever the underlying node-av muxer can write to: a filesystem path or URL (string), a Node.js writable stream, or a set of low-level IO callbacks for fully custom sinks.