Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多人查看同一屏幕 #2

Open
wangpipi0505 opened this issue Nov 21, 2024 · 0 comments
Open

多人查看同一屏幕 #2

wangpipi0505 opened this issue Nov 21, 2024 · 0 comments

Comments

@wangpipi0505
Copy link

作者你好,您的屏幕共享工具给了我们很大帮助,我们也基于您的功能,初步实现了一些鼠标和键盘控制事件,并移植到了vue中,vue的事件监听,个人感觉比jQuery好一些,感谢您的创作。

但是目前我们遇到一个问题,在多个浏览器中观看同一服务器屏幕时,会出现客户端浏览器解码乱码等问题,会有颜色失帧和掉帧的情况出现。

我们初步判断,可能是在CompressWorker中的lastImage变量是非线程独立的,这就导致新连接过来,会接受到一个lastImage不为空的值,会导致新连接只接受了一个变化的arraybuffer。

不知道我们的判断是否有误,还请作者大人指点迷津。再次感谢您的作品。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant