ddiu8081 / blive-message-listener

Bilibili live danmu listener with type. 类型友好的 Bilibili 直播间弹幕监听库。
https://npmjs.com/blive-message-listener
MIT License
143 stars 14 forks source link

是否有字段或方法可以获取直播间信息? #15

Closed Nauxscript closed 1 year ago

Nauxscript commented 1 year ago

目前只在 onRoomInfoChange 回调中看到有和直播间相关的信息,是否有其他字段或方法可以在 onStartListen 后获取直播间的相关信息呢?如 直播间名称、主播名称、上下播时间之类的。

十分感谢!

ddiu8081 commented 1 year ago

有额外的 api 可以获取,参考 https://github.com/ddiu8081/bilicli/blob/main/packages/live-mini/src/utils/getInfo.ts node 端可以直接请求,在浏览器会有跨域问题

Nauxscript commented 1 year ago

有额外的 api 可以获取,参考 https://github.com/ddiu8081/bilicli/blob/main/packages/live-mini/src/utils/getInfo.ts node 端可以直接请求,在浏览器会有跨域问题

尝试了一下,确实可行; 十分感谢!