视频直播 LIVE-修改直播拉流回源配置:请求示例

时间:2023-11-13 18:42:50

请求示例

修改直播拉流回源配置。

PUT https://{endpoint}/v1/{project_id}/domain/pull-sources

{
  "play_domain" : "pull.example.test.com",
  "source_type" : "domain",
  "sources" : [ "example1.test.com", "example2.test.com" ],
  "scheme" : "http",
  "additional_args" : {
    "key1" : "value1",
    "key2" : "value2"
  }
}
support.huaweicloud.com/api-live/UpdatePullSourcesConfig.html