Skip to content

Latest commit

 

History

History
140 lines (78 loc) · 2.74 KB

File metadata and controls

140 lines (78 loc) · 2.74 KB

Yellowstone / H264Transport

Class: H264Transport

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new H264Transport(client, stream, details)

Parameters

Name Type
client RTSPClient
stream Writable
details Details

Defined in

lib/transports/H264Transport.ts:29

Properties

_headerWritten

_headerWritten: boolean = false

Defined in

lib/transports/H264Transport.ts:27


client

client: RTSPClient

Defined in

lib/transports/H264Transport.ts:22


rtpPackets

rtpPackets: Buffer[] = []

Defined in

lib/transports/H264Transport.ts:25


stream

stream: Writable

Defined in

lib/transports/H264Transport.ts:23

Methods

processConnectionDetails

processConnectionDetails(details): void

Parameters

Name Type
details Details

Returns

void

Defined in

lib/transports/H264Transport.ts:44


processRTPFrame

processRTPFrame(rtpPackets): void

Parameters

Name Type
rtpPackets Buffer[]

Returns

void

Defined in

lib/transports/H264Transport.ts:78


processRTPPacket

processRTPPacket(packet): void

Parameters

Name Type
packet RTPPacket

Returns

void

Defined in

lib/transports/H264Transport.ts:67