N
O
D
E
M
E
D
I
A
Thinking
首页
产品
文档
博客
订单
文档
获取流信息
2026年 5月 20日 下午3:36
**简要描述:** - 获取流信息 **请求URL:** - ` http://serverip:8000/api/streams ` - ` http://serverip:8000/api/streams/{app_name} ` - ` http://serverip:8000/api/streams/{app_name}/{stream_name} ` **请求方式:** - GET **URL参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |app_name |否 |string |App名称 | |stream_name |否 |string | Stream名称 | **返回示例** ``` { "code": 200, "error": "", "data": { "live": { "a": { "publisher": { "id": "la986cjr9wttd1ez9jp69nqg54aa341w", "ip": "[::1]:37930", "app": "live", "name": "a", "protocol": "rtmp", "createtime": 1582524428710, "inbytes": 28590509, "outbytes": 0, "audio": { "codec": "AAC", "profile": "LC", "samplerate": 44100, "channels": 2 }, "video": { "codec": "H264", "width": 1920, "height": 1080, "profile": "High", "level": 40, "fps": 0 } }, "subscribers": null, "subcount": 0 }, "b": { "publisher": { "id": "x7lbb04chy8nc5g0xt8x09rt9hufxsgu", "ip": "[::1]:37928", "app": "live", "name": "b", "protocol": "rtmp", "createtime": 1582524419898, "inbytes": 29063273, "outbytes": 0, "audio": { "codec": "AAC", "profile": "LC", "samplerate": 44100, "channels": 2 }, "video": { "codec": "H264", "width": 1920, "height": 1080, "profile": "High", "level": 40, "fps": 0 } }, "subscribers": null, "subcount": 0 }, "c": { "publisher": { "id": "thb1q8kzowoe6898rlug8y9ntsa6we3b", "ip": "[::1]:37934", "app": "live", "name": "c", "protocol": "rtmp", "createtime": 1582524478751, "inbytes": 5100155, "outbytes": 0, "audio": { "codec": "AAC", "profile": "LC", "samplerate": 44100, "channels": 2 }, "video": { "codec": "H264", "width": 1920, "height": 1080, "profile": "High", "level": 40, "fps": 0 } }, "subscribers": null, "subcount": 0 }, "d": { "publisher": { "id": "2r8ggst4jyghubwsju8r7vbi6jcsp9n9", "ip": "[::1]:37932", "app": "live", "name": "d", "protocol": "rtmp", "createtime": 1582524474718, "inbytes": 5567191, "outbytes": 0, "audio": { "codec": "AAC", "profile": "LC", "samplerate": 44100, "channels": 2 }, "video": { "codec": "H264", "width": 1920, "height": 1080, "profile": "High", "level": 40, "fps": 0 } }, "subscribers": null, "subcount": 0 }, "s": { "publisher": { "id": "wx8wezd67r9ly8b2crqmvon3o50k6vyp", "ip": "192.168.0.2:47070", "app": "live", "name": "s", "protocol": "rtmp", "createtime": 1582524306515, "inbytes": 33883239, "outbytes": 0, "audio": { "codec": "AAC", "profile": "LC", "samplerate": 44100, "channels": 2 }, "video": { "codec": "H264", "width": 1280, "height": 720, "profile": "High", "level": 31, "fps": 0 } }, "subscribers": null, "subcount": 0 } } } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |publisher |Object |推流者信息 | |subscribers |Object[] |播流者信息数组 | |subcount |int |播流者数量 | |subbytes|int|播放总出口流量| **备注** - 当app_name和stream_name都传入时,才返回subscribers,所有该流订阅者的信息 - 当只传入app_name时,列出所有app_name的推流信息 - 当app_name和stream_name都不传入时,返回服务器上所有推流信息
嘿,我是小R,需要帮助随时找我哦
QQ客服:281269007
邮件支持
扫码加微信
回到顶部