Interface VerizonMediaPreplayLiveResponse

Represents a Verizon Media Preplay response for live assets.

interface VerizonMediaPreplayLiveResponse {
    drm?: VerizonMediaResponseDrm;
    playURL: string;
    prefix: string;
    sid: string;
    type: "live";
}

Hierarchy (view full)

Properties

The content protection information.


- Currently, this only contains the Fairplay certificate URL.
- Widevine will default to 'https://content.uplynk.com/wv'.
- Playready will default to 'https://content.uplynk.com/pr'.

playURL: string

The manifest's URL.

prefix: string

The zone prefix for the viewer's session.


- Use this prefix when submitting playback or API requests for this session.

sid: string

The identifier of the viewer's session.

type

The response type of the request.