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