mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Disable IMA SSAI DASH live streams for now
#minor-release PiperOrigin-RevId: 428761508
This commit is contained in:
parent
78b461f94c
commit
b22273de01
1 changed files with 4 additions and 0 deletions
|
|
@ -368,6 +368,10 @@ public final class ImaServerSideAdInsertionUriBuilder {
|
||||||
if (streamActivityMonitorId != null) {
|
if (streamActivityMonitorId != null) {
|
||||||
streamRequest.setStreamActivityMonitorId(streamActivityMonitorId);
|
streamRequest.setStreamActivityMonitorId(streamActivityMonitorId);
|
||||||
}
|
}
|
||||||
|
checkState(
|
||||||
|
streamRequest.getFormat() != StreamFormat.DASH
|
||||||
|
|| TextUtils.isEmpty(streamRequest.getAssetKey()),
|
||||||
|
"DASH live streams are not supported yet.");
|
||||||
return streamRequest;
|
return streamRequest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue