Skip to content

@camera.ui/sdk / camera / StreamingInterface

Interface: StreamingInterface

Defined in: camera/device.ts:241

Methods

streamUrl()

streamUrl(sourceId): Promise<string>

Defined in: camera/device.ts:249

Get the streaming URL for a source.

Parameters

sourceId

string

The ID of the source

Returns

Promise<string>

The streaming URL (e.g., rtsp://, rtmp://, or custom protocol)