Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MediaSourceConfig

import type { MediaSourceConfig } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";

The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files that are streamed to the camera.

interface MediaSourceConfig {
MediaUriSecretArn: string;
MediaUriType: MediaUriType;
}

§Properties

§
MediaUriSecretArn: string
[src]

The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.

§
MediaUriType: MediaUriType
[src]

The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

Note: Preview only supports the RTSP_URI media source URI format .