参考文章:http://blog.csdn.net/qq_28877125/article/details/70141713
适用于Windows的低延迟,高帧率屏幕共享服务器以及用于浏览器的客户端 (A low latency, high framerate screen sharing server for Windows and client for browsers)
开源项目地址:https://github.com/phoboslab/jsmpeg-vnc
二进制文件下载地址:https://github.com/phoboslab/jsmpeg-vnc/releases
如何使用
1、下载二进制文件
2、使用方法:jsmpeg-vnc.exe [选项] <窗口名字>
3、选项
-b 千位/秒的比特率 (默认: 估计的输出尺寸)
-s 输出尺寸为 宽度x高度. 例如: -s 640x480
(默认: 同窗口大小)
-f 目标帧率(默认: 60)
-p 端口 (默认: 8080)
-c 捕获窗口的作业区范围就像 X,Y,W,H. 例如: -c 200,300,640,480
-i 启用/禁用远程输入 例如:-i 0 (default: 1)
4、窗口名字
使用“desktop”作为窗口名称来捕获整个桌面。
使用“cursor”在当前光标位置捕获窗口。
5、使用案例:
切换到下载的二进制文件下
D:\Git\jsmpeg-vnc-v0.>ls
README.md avcodec-.dll avutil-.dll client jsmpeg-vnc.exe swresample-.dll swscale-.dll
开始推流
jsmpeg-vnc.exe -b -s 640x480 -f -p "desktop"
然后我们在浏览器下输入http://localhost:9006/
页面上就可以显示鼠标光标周围的画面了