Properties specific to the RTSP component

Export

ComponentPropertiesRTSP

interface ComponentPropertiesRTSP {
    keepAliveInterval: number;
    pierceNat: boolean;
    reconnectDelay: number;
    rtpPort: number;
    sourceUri: string;
}

Properties

keepAliveInterval: number

Interval (in ms) in which keep-alive RTSP messages will be sent to the remote stream source

Memberof

ComponentPropertiesRTSP

pierceNat: boolean

Whether to attempt to create client-side NAT binding by sending an empty datagram from client to source, after the completion of RTSP setup

Memberof

ComponentPropertiesRTSP

reconnectDelay: number

Delay (in ms) between successive reconnect attempts

Memberof

ComponentPropertiesRTSP

rtpPort: number

Local port RTP stream will be received at

Memberof

ComponentPropertiesRTSP

sourceUri: string

URI of RTSP source stream

Memberof

ComponentPropertiesRTSP