mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-26 12:30:07 +08:00
完善 message_stream.md (#972)
完善URI的说明,必须加"/sub"。 2023年初就被这东西折腾过了,2024年又忘了,望合并。
This commit is contained in:
parent
8001a7b0da
commit
bdaddfd6f6
@ -44,6 +44,7 @@
|
||||
| wss_port | num | wss端口 | |
|
||||
| ws_port | num | ws端口 | |
|
||||
|
||||
|
||||
**示例:**
|
||||
|
||||
获得直播间`22824550`的信息流认证秘钥
|
||||
@ -94,6 +95,9 @@ curl -G 'https://api.live.bilibili.com/xlive/web-room/v1/index/getDanmuInfo' \
|
||||
|
||||
</details>
|
||||
|
||||
**注:最终URI格式为: host+对应port+"/sub"**,例如以上示例中一个可行的ws连接URI应当为`tx-sh-live-comet-02.chat.bilibili.com:2244/sub`
|
||||
|
||||
|
||||
## 数据包格式
|
||||
|
||||
数据包为MQ(Message Queue,消息队列)使用Websocket或TCP连接作为通道,具体格式为头部数据+正文数据
|
||||
|
Loading…
Reference in New Issue
Block a user