mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Disable IMA SSAI DASH live streams for now
#minor-release PiperOrigin-RevId: 428761508
This commit is contained in:
parent
b5d5f492e7
commit
238d9ca57b
@ -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…
x
Reference in New Issue
Block a user