THEOROS

Results 14 comments of THEOROS

> 这个错误是正常的,不影响执行。 > > 可以在 `socket.on('rrwebLive')` 内打印 event 看看顺序和值是否正确。 我在这个地方打印了一下, ```typescript socket.on('rrwebLive', (e: any) => { console.log(e); replayerLive.startLive(500); replayerLive.addEvent(e); }); ``` 数据看起来是正常的,但是页面始终只显示一个静止的鼠标指针。 ![image](https://user-images.githubusercontent.com/31613432/150648051-e1843917-b866-4e1e-9848-81a28541f6d4.png)

![image](https://user-images.githubusercontent.com/31613432/150714193-55a3590e-cf57-403c-a6ec-7631bbdac78d.png) 一开始收到了4和2,后面的是3。emit里打印的event和在直播页面打印的一样,我录制页是这样写的: ```vue 返回首页 开始录制 停止录制录制 播放回放 打开直播页面 打开远控页面 import { ref, inject, onMounted } from 'vue'; import { record, Replayer } from 'rrweb'; import 'rrweb/dist/rrweb.min.css'; import { eventWithTime, listenerHandler...

有没有完整的例子或文档以示例如何使用实时直播模式?

github pages地址被改成 [https://vbenjs.github.io/vue-vben-admin-doc/ ](https://vbenjs.github.io/vue-vben-admin-doc/ ) 了

@Billyas 非常感谢,已经换成你的了。

[https://github.com/immersive-translate/immersive-translate/issues/163#issuecomment-1443460675](https://github.com/immersive-translate/immersive-translate/issues/163#issuecomment-1443460675)

[https://github.com/tuyafeng/Via/issues/1136#issuecomment-1324748947](https://github.com/tuyafeng/Via/issues/1136#issuecomment-1324748947)