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