LivestreamSource
No description
type LivestreamSource {
drmDashUrl: URL
drmHlsUrl: URL
expiresAt: DateTime
fairplayCertificate: URL
fairplayLicense: URL
htmlEmbedCode: String
playreadyLicense: URL
url: URL
widevineLicense: URL
}
Fields
LivestreamSource.drmDashUrl
● URL
scalar references
URL for a DASH encrypted stream source.
LivestreamSource.drmHlsUrl
● URL
scalar references
URL for an HLS encrypted stream source.
LivestreamSource.expiresAt
● DateTime
scalar references
When this source information expires (never if empty).
LivestreamSource.fairplayCertificate
● URL
scalar references
Apple FairPlay encryption certificate URL.
LivestreamSource.fairplayLicense
● URL
scalar references
Apple FairPlay license URL.
LivestreamSource.htmlEmbedCode
● String
scalar references
Source HTML embed code (for web platforms only).
LivestreamSource.playreadyLicense
● URL
scalar references
PlayReady DRM license URL.
LivestreamSource.url
● URL
scalar references
Unencrypted source URL.
LivestreamSource.widevineLicense
● URL
scalar references
Widevine DRM license URL.
Member Of
Livestream
object