AWS::MediaLive::Channel HlsBasicPutSettings
配置 MediaLive 与下游系统(作为支持 HTTP 基本 PUT 的服务器)之间的连接。此元素属于 HlsCdnSettings。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "ConnectionRetryInterval" :
Integer
, "FilecacheDuration" :Integer
, "NumRetries" :Integer
, "RestartDelay" :Integer
}
YAML
ConnectionRetryInterval:
Integer
FilecacheDuration:Integer
NumRetries:Integer
RestartDelay:Integer
属性
ConnectionRetryInterval
-
在连接丢失的情况下重新尝试连接 CDN 之前等待的秒数。
必需:否
类型:整数
Update requires: No interruption
FilecacheDuration
-
流输出的文件缓存大小(以秒为单位)。
必需:否
类型:整数
Update requires: No interruption
NumRetries
-
在通道进入错误状态之前将进行的重试的次数。
必需:否
类型:整数
Update requires: No interruption
RestartDelay
-
流输出失败时,在重新启动之前要等待的秒数。值 0 表示绝不重新启动。
必需:否
类型:整数
Update requires: No interruption