视频直播 Live-修改频道入流信息:请求示例

时间:2025-02-12 15:04:25

请求示例

PUT https://{endpoint}/v1/{project_id}/ott/channels/input{  "domain" : "push.testott.hls.com",  "app_name" : "ott",  "id" : "test",  "input" : {    "input_protocol" : "RTMP_PUSH",    "sources" : [ {      "width" : 100,      "bitrate_for3u8" : false,      "enable_snapshot" : false,      "bitrate" : 1024,      "passphrase" : "",      "url" : "rtmp://192.168.8.158/ott/adtestdrm?vhost=pull.testott.hls.com",      "height" : 100    } ]  }}
support.huaweicloud.com/mediaapi-live/ModifyOttChannelInfoInput.html