{"id":37427903,"url":"https://github.com/glaciall/hentai-desktop","last_synced_at":"2026-01-16T06:32:25.964Z","repository":{"id":47077488,"uuid":"180383490","full_name":"glaciall/hentai-desktop","owner":"glaciall","description":"基于浏览器的屏幕共享工具（互联网会议）","archived":false,"fork":false,"pushed_at":"2019-05-10T13:43:16.000Z","size":155,"stargazers_count":30,"open_issues_count":1,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-03T07:59:59.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glaciall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-09T14:19:47.000Z","updated_at":"2023-07-26T10:08:03.000Z","dependencies_parsed_at":"2022-08-27T22:50:09.107Z","dependency_job_id":null,"html_url":"https://github.com/glaciall/hentai-desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/glaciall/hentai-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaciall%2Fhentai-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaciall%2Fhentai-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaciall%2Fhentai-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaciall%2Fhentai-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaciall","download_url":"https://codeload.github.com/glaciall/hentai-desktop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaciall%2Fhentai-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T06:32:25.664Z","updated_at":"2026-01-16T06:32:25.943Z","avatar_url":"https://github.com/glaciall.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 桌面共享（局域网会议）\n小型IT企业开会比较随便，经常就在工位上就进行了，也懒得去会议室，所以这时候通常需要一款能够分享屏幕的工具。之前用过QQ的多人桌面共享，以及Teamviewer的会议功能，因为这两者都需要经过远程服务器中转，效果相当的不理想，比如QQ的画质堪忧，Teamviewer收费，而且两者都有很严重的画面不同步的问题。\n既然都在同一个局域网内了，那带宽起码是100Mb起步吧，所以我把tentacle远程桌面改了改，改为一款分享自己桌面到其他人的一款应用，开会效果倍儿棒~~~\n\n### 主持人\n1. 直接启动`cn.org.hentai.desktop.app.ServerApp`即可（也可以打包成jar包，创建一个bat批处理启动更方便）。\n2. 启动成功后，会显示当前主机的IP（如果有多网卡将会显示列出）以及所监听的端口、访问密码等，可以通过浏览器直接访问来观看共享的屏幕画面。\n3. 之后会进入一个简易的CLI命令行交互过程中，可以通过如下命令完成运行中的控制：\n\t1. `password \u003ctext\u003e`，设置访问密码，8位字符\n\t2. `list`，列出当前所有已经连接并且输入了正确密码的客户端。\n\t3. `kick \u003cid\u003e`，踢除指定ID的客户端，停止其画面同步。\n\t4. `start`，开始画面共享。\n\t5. `stop`，停止画面共享。\n\t6. `exit`，退出屏幕共享工具，结束进程。\n\n\u003cimg src=\"doc/cli.png\" /\u003e\n\n### 参会者/客户端\n参与会议者在浏览器中打开CLI中显示的IP地址以及相应的端口（完整的网址如上图所示），将会显示如下界面，输入CLI自动创建的或是主持人修改后的密码，将会进入到会议中来，在主持人开始启动会议后，即可看到主持人方的屏幕画面。\n\n\u003cimg src=\"doc/step1.png\" /\u003e\n\u003cimg src=\"doc/step2.png\" /\u003e\n\n### 注意事项\n1. 不支持1080p以上的分辨率，程序里有写死的参数。\n2. 不要在主持人（服务器端）打开网址，会导致画面无穷无尽的重叠起来的。\n\n另外，此工具改得比较仓促，就将就着用吧，反正我已经用了大半年了。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaciall%2Fhentai-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaciall%2Fhentai-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaciall%2Fhentai-desktop/lists"}