视频直播 LIVE-修改频道入流信息:请求参数
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token,使用Token鉴权方式时必选。通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
Access-Control-Allow-Internal |
否 |
String |
服务鉴权Token,服务开启鉴权,必须携带Access-Control-Allow-Internal访问服务。 |
Access-Control-Allow-External |
否 |
String |
服务鉴权Token,服务开启鉴权,必须携带Access-Control-Allow-External访问服务。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
domain |
是 |
String |
频道推流 域名 |
app_name |
是 |
String |
组名或应用名 |
id |
是 |
String |
频道ID。频道唯一标识,为必填项 |
input |
否 |
InputStreamInfo object |
频道出流信息 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
input_protocol |
是 |
String |
频道入流协议
|
sources |
否 |
Array of SourcesInfo objects |
频道主源流信息。入流协议为RTMP_PUSH和SRT_PUSH时,非必填项。其他情况下,均为必填项。 |
secondary_sources |
否 |
Array of SecondarySourcesInfo objects |
备入流数组,非必填项。如果有备入流,则主备入流必须保证路数、codec和分辨率均一致。入流协议为RTMP_PUSH时,无需填写。 |
failover_conditions |
否 |
FailoverConditions object |
非必填,频道供应商提供的主备音视频流URL切换的配置。 |
max_bandwidth_limit |
否 |
Integer |
当入流协议为HLS_PULL时,需要配置的最大带宽。 用户提供的拉流URL中,针对不同码率的音视频,均会携带带宽参数“BANDW IDT H”。
|
ip_port_mode |
否 |
Boolean |
当推流协议为SRT_PUSH时,如果配置了直推源站,编码器不支持输入streamid,需要打开设置为true |
ip_whitelist |
否 |
String |
SRT_PUSH类型时,客户push ip白名单 |
scte35_source |
否 |
String |
广告的scte35信号源。 仅HLS_PULL类型的频道支持此配置,且目前仅支持SEGMENTS。 |
ad_triggers |
否 |
Array of strings |
广告触发器配置。 包含如下取值:
|
audio_selectors |
否 |
Array of InputAudioSelector objects |
设置音频选择器,最多设置8个音频选择器 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
url |
否 |
String |
频道源流URL,用于外部拉流 |
bitrate |
否 |
Integer |
码率。无需直播转码时,此参数为必填项 单位:bps。取值范围:(0,104,857,600](100Mbps) |
width |
否 |
Integer |
分辨率对应宽的值,非必填项 取值范围:0 - 4096(4K) |
height |
否 |
Integer |
分辨率对应高的值,非必填项 取值范围:0 - 2160(4K) |
enable_snapshot |
否 |
Boolean |
描述是否使用该流做截图 |
bitrate_for3u8 |
否 |
Boolean |
是否使用bitrate来固定码率。默认值:false |
passphrase |
否 |
String |
协议为SRT_PUSH时的加密信息 |
backup_urls |
否 |
Array of strings |
备入流地址列表 |
stream_id |
否 |
String |
频道为SRT_PULL类型时,拉流地址的Stream ID。 |
latency |
否 |
Integer |
频道为SRT_PULL类型时的拉流时延。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
url |
否 |
String |
频道源流URL,用于外部拉流 |
bitrate |
否 |
Integer |
码率。无需直播转码时,此参数为必填项 单位:bps。取值范围:(0,104,857,600](100Mbps) |
width |
否 |
Integer |
分辨率对应宽的值,非必填项 取值范围:0 - 4096(4K) |
height |
否 |
Integer |
分辨率对应高的值,非必填项 取值范围:0 - 2160(4K) |
bitrate_for3u8 |
否 |
Boolean |
是否使用bitrate来固定码率。默认值:false |
passphrase |
否 |
String |
协议为SRT_PUSH时的加密信息 |
backup_urls |
否 |
Array of strings |
备入流地址列表 |
stream_id |
否 |
String |
频道为SRT_PULL类型时,拉流地址的Stream ID。 |
latency |
否 |
Integer |
频道为SRT_PULL类型时的拉流时延。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
input_loss_threshold_msec |
否 |
Integer |
入流停止的时长阈值。到达此阈值后,自动触发主备切换。 单位:毫秒,取值范围:0 - 3600000。 非必填,默认填2000ms。 |
input_preference |
否 |
String |
以主入流URL为第一优先级(PRIMARY)或主备URL平等切换(EQUAL)。 如果是平等切换时,使用的是备URL,不会自动切换至主URL。 非必填,默认值为EQUAL。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
name |
是 |
String |
音频选择器的名称。仅支持大小写字母、数字、中划线和下划线。 同一个频道中每个选择器的名称需要唯一。 |
selector_settings |
否 |
AudioSelectorSettings object |
设置音频选择器 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
audio_language_selection |
否 |
AudioSelectorLangSelection object |
设置语言选择器 |
audio_pid_selection |
否 |
AudioSelectorPidSelection object |
设置PID选择器 |
audio_hls_selection |
否 |
AudioSelectorHlsSelection object |
设置Hls选择器 |