Home >Backend Development >PHP Tutorial >七牛云异步处理失败

七牛云异步处理失败

WBOY
WBOYOriginal
2016-06-06 20:36:502081browse

为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现

<code>{
    "code": 3,
    "desc": "The fop is failed",
    "id": "5516810e7823de4068c5f0d8",
    "inputBucket": "xushubai",
    "inputKey": "Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4",
    "items": [
        {
            "cmd": "xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k",
            "code": 3,
            "desc": "The fop is failed",
            "error": "execute fop cmd failed: unsupported cmd "
        }
    ],
    "pipeline": "0.default",
    "reqid": "default.bhsAADKZtg8qos8T"
}
</code>

curl 访问的

<code>curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k&notifyURL=http://m.ideer.cn/api.php/Api/Public/sharingTopRanking" -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: QBox 9FMaTxskZVYmm1LQBucZpZdExa2Zvz7q-5y0x7t7:CeGwt84LxUTiaieN1g6V7JgKFPg=" "http://api.qiniu.com/pfop/
</code>

回复内容:

为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现

<code>{
    "code": 3,
    "desc": "The fop is failed",
    "id": "5516810e7823de4068c5f0d8",
    "inputBucket": "xushubai",
    "inputKey": "Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4",
    "items": [
        {
            "cmd": "xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k",
            "code": 3,
            "desc": "The fop is failed",
            "error": "execute fop cmd failed: unsupported cmd "
        }
    ],
    "pipeline": "0.default",
    "reqid": "default.bhsAADKZtg8qos8T"
}
</code>

curl 访问的

<code>curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k&notifyURL=http://m.ideer.cn/api.php/Api/Public/sharingTopRanking" -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: QBox 9FMaTxskZVYmm1LQBucZpZdExa2Zvz7q-5y0x7t7:CeGwt84LxUTiaieN1g6V7JgKFPg=" "http://api.qiniu.com/pfop/
</code>

资源处理的命令是错误的,把fops操作修改成fops=avthumb/mp4/ab/1200k,然后重新签名再试下应该就没有问题了,音视频处理的具体参数可以参考 http://developer.qiniu.com/docs/v6/api/reference/fop/av/avthumb.html .

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn