![]() |
帮助列表 |
https://openapi.aodianyun.com/v2/LPS.GetAllStatusForAppStream
POST
access_id:安全校验ID,值为字符串。必选
示例:“access_id”:“123456789”
access_key:安全校验码,值为字符串。必选
示例:“access_key”:“ABCDEFG”
appStreamList:直播流数组。必选
示例:“appStreamList”: [{"app":"app","stream":"stream"}]
curl -X POST https://openapi.aodianyun.com/v2/LPS.GetAllStatusForAppStream -d '{"access_id":"123456789", "access_key":"ABCDEFG","appStreamList":[{"app":"app","stream":"stream"}]}'
#注意开发时,请写成一行!
Flag:操作处理结果状态码
示例:“Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“操作成功”
data:详细信息
示例:"data": {
"guangdianyun_42099": {
"lb3r4u0fq": {
"publish_to_break_off": false,
"publish": {
"start_time": 1736072439728,
"video_type": "AVC",
"video_height": 1080,
"video_width": 1920,
"audio_type": "AAC",
"frame_rate": 25,
"byte_rate": 2132,
"forward_fluency": null,
"publish_fluency": 100,
"publish_to_fluency": null,
"play_fluency": 100,
"bporn": false,
"bdelay": false,
"check_porn_time": null,
"capture_img_url": "https://lps-publish-capture.aodianyun.com/guangdianyun_42099.lb3r4u0fq.1736145776"
},
"publish_to_bind": {
"app": "guangdianyun_42099",
"stream": "lb3r4u0fq"
},
"publish_bind": {
"guangdianyun_42099": {
"lb3r4u0fq": true
}
},
"play": {
"_": {
"info": {
"note": "No token"
},
"running": {
"202.168.191.25:54208": {
"ip": "202.168.191.25",
"port": 54208,
"start_time": 1736145127376,
"fluency": 100,
"bsrc": false,
"bdelay": true,
"token": "",
"type": 1,
"request_info": {
"host": "42099.lps.aodianyun.com",
"protocol": "rtmp",
"query": null,
"url": "/guangdianyun_42099/lb3r4u0fq"
}
}
},
"count": 1
}
},
"config": {
"max_plays": 5,
"max_plays_per_token": 0,
"delay_time": 0,
"benable_lcps": false,
"lcps_init_config": null,
"bcheck_porn": true,
"publish_capture_interval": 10,
"bpublish_capture": true,
"update_time": 1735731295039,
"bfrozen": 0,
"bclose_adjust_ts": 0,
"bclose_sync_ts": 0,
"brecord": -1,
"vod_file_prefix": null,
"vod_diy_param": null,
"vod_video_diy_param": null,
"vod_is_filing": null
}
}
}
}
{
"Flag": 100,
"FlagString": "操作成功",
"data": {
"guangdianyun_42099": {
"lb3r4u0fq": {
"publish_to_break_off": false,
"publish": {
"start_time": 1736072439728,
"video_type": "AVC",
"video_height": 1080,
"video_width": 1920,
"audio_type": "AAC",
"frame_rate": 25,
"byte_rate": 2132,
"forward_fluency": null,
"publish_fluency": 100,
"publish_to_fluency": null,
"play_fluency": 100,
"bporn": false,
"bdelay": false,
"check_porn_time": null,
"capture_img_url": "https://lps-publish-capture.aodianyun.com/guangdianyun_42099.lb3r4u0fq.1736145776"
},
"publish_to_bind": {
"app": "guangdianyun_42099",
"stream": "lb3r4u0fq"
},
"publish_bind": {
"guangdianyun_42099": {
"lb3r4u0fq": true
}
},
"play": {
"_": {
"info": {
"note": "No token"
},
"running": {
"202.168.191.25:54208": {
"ip": "202.168.191.25",
"port": 54208,
"start_time": 1736145127376,
"fluency": 100,
"bsrc": false,
"bdelay": true,
"token": "",
"type": 1,
"request_info": {
"host": "42099.lps.aodianyun.com",
"protocol": "rtmp",
"query": null,
"url": "/guangdianyun_42099/lb3r4u0fq"
}
}
},
"count": 1
}
},
"config": {
"max_plays": 5,
"max_plays_per_token": 0,
"delay_time": 0,
"benable_lcps": false,
"lcps_init_config": null,
"bcheck_porn": true,
"publish_capture_interval": 10,
"bpublish_capture": true,
"update_time": 1735731295039,
"bfrozen": 0,
"bclose_adjust_ts": 0,
"bclose_sync_ts": 0,
"brecord": -1,
"vod_file_prefix": null,
"vod_diy_param": null,
"vod_video_diy_param": null,
"vod_is_filing": null
}
}
}
}
}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools