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

NetworkInputSettings

import type { NetworkInputSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.

interface NetworkInputSettings {
HlsInputSettings?: HlsInputSettings | null;
ServerValidation?: NetworkInputServerValidation | null;
}

§Properties

§
HlsInputSettings?: HlsInputSettings | null
[src]

Specifies HLS input settings when the uri is for a HLS manifest.

§
ServerValidation?: NetworkInputServerValidation | null
[src]

Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.