node-av / lib / RTSPStreamInfo
Interface: RTSPStreamInfo
Defined in: src/lib/format-context.ts:18
RTSP stream information interface
Properties
channels?
optionalchannels?:number
Defined in: src/lib/format-context.ts:27
codecId
codecId:
AVCodecID
Defined in: src/lib/format-context.ts:23
controlUrl
controlUrl:
string
Defined in: src/lib/format-context.ts:20
direction
direction:
"sendonly"|"recvonly"|"sendrecv"|"inactive"
Defined in: src/lib/format-context.ts:28
fmtp?
optionalfmtp?:string
Defined in: src/lib/format-context.ts:29
mediaType
mediaType:
"unknown"|"video"|"audio"|"data"|"subtitle"
Defined in: src/lib/format-context.ts:24
mimeType
mimeType:
string
Defined in: src/lib/format-context.ts:25
payloadType
payloadType:
number
Defined in: src/lib/format-context.ts:22
sampleRate?
optionalsampleRate?:number
Defined in: src/lib/format-context.ts:26
streamIndex
streamIndex:
number
Defined in: src/lib/format-context.ts:19
transport
transport:
"tcp"|"udp"|"udp_multicast"|"unknown"
Defined in: src/lib/format-context.ts:21
