Skip to content

@seydx/rtsp / AvInput

Type Alias: AvInput

AvInput = string | Buffer

Defined in: sources/av.ts:16

Input accepted by an AvSource.

Mirrors everything node-av's Demuxer.open understands: a URL or path string (rtsp://, tcp://, http(s)://, or a local file path) or an in-memory Buffer of already-muxed bytes. The string form is also what enables RTSP specific behaviour such as transport selection and the ONVIF backchannel.