getLivestreams
query GetLivestreams($stationId: UUID!) {
livestreams: stationLivestreams(stationId: $stationId) {
embedCode
id
logoTransformTemplate
name
slug
source {
drmDashUrl
drmHlsUrl
fairplayCertificate
fairplayLicense
playreadyLicense
url
widevineLicense
}
}
}