帮助列表 |
https://openapi.aodianyun.com/v2/LSS.PullStreamOp
POST
access_id:安全校验ID,值为字符串。必选
示例:“access_id”:“123456789”
access_key:安全校验码,值为字符串。必选
示例:“access_key”:“ABCDEFG”
appid:APPID 。必选
示例:“appid”:“test”
type:操作类型,fromList:以列表方式添加。必选
示例:
以列表方式添加:“type”:“fromList”
from:from 。必选
示例:
以列表方式添加:“from”: [“https://xxx.aodianyun.com”]
stream:stream 。必选
示例:“stream”:“demo”
autoPlay:type为fromLis时设置是否自动播放,默认为1。可选
示例:“autoPlay”: 1
runCount:type为fromLis时设置播放循环次数,默认为0。可选
示例:“runCount”: 1
concat:type为fromList时设置是否无缝播放有效,默认为0。可选
示例:“concat”: 1
curl -X POST https://openapi.aodianyun.com/v2/LSS.PullStreamOp -d'{"access_id":"123456789", "access_key":"ABCDEFG","appid":"test","type":"fromList","autoPlay":1,"runCount":1,"from": ["https://xxx.aodianyun.com","https://xxx.aodianyun.com"],"stream":"demo","concat":1}'#注意开发时,请写成一行!
Flag:操作处理结果状态码
示例:“Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“成功”
{ "Flag": 100, "FlagString": "操作成功"}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools