直播API[font=微软雅黑, 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, 宋体] > [font=微软雅黑, 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, 宋体]添加APP录制配置
[font=微软雅黑, 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, 宋体]文档地址:
https://help.aliyun.com/document_detail/35416.html?spm=5176.doc35419.6.102.c9iGaZ
我写的php代码:
$url = 'https://cdn.aliyuncs.com?Action=AddLiveAppRecordConfig&DomainName=xxx.com&AppName=test_add&OssEndpoint=oss-cn-hangzhou.aliyuncs.com&OssBucket=shipin870929&OssObjectPrefix=record/live/{StreamName}/{UnixTimestamp}_{Sequence}';
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
返回错误代码:
<?xml version='1.0' encoding='UTF-8'?><Error><RequestId>51BAC0B5-F979-4A6E-83A3-547FA28CF6CC</RequestId><HostId>cdn.aliyuncs.com</HostId><Code>MissingParameter</Code><Message>The input parameter "Version" that is mandatory for processing this request is not supplied.</Message></Error> 求解决 ,我按照 文档上写的啊 。 | |
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。