{"id":30774069,"url":"https://github.com/lakunake/minecraft-webdisplays-video-player","last_synced_at":"2025-09-05T02:20:28.679Z","repository":{"id":295338193,"uuid":"989767671","full_name":"Lakunake/Minecraft-WebDisplays-Video-Player","owner":"Lakunake","description":"Lets you have a FULLY SYNCED .mp4 video player specifically designed for the mod WebDisplays for all versions!","archived":false,"fork":false,"pushed_at":"2025-08-29T15:36:32.000Z","size":2715,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T17:24:40.887Z","etag":null,"topics":["cef","expressjs","forge","html5-video","minecraft","nodejs","real-time","server","socket-io","sync","synchronization","video","video-player","video-sync","watch-together","webdisplays"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/Lakunake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T19:34:37.000Z","updated_at":"2025-08-29T16:53:47.000Z","dependencies_parsed_at":"2025-08-07T21:30:26.261Z","dependency_job_id":null,"html_url":"https://github.com/Lakunake/Minecraft-WebDisplays-Video-Player","commit_stats":null,"previous_names":["lakunake/webdisplays-video-player-1.20.1-forge","lakunake/webdisplays-video-player","lakunake/minecraft-webdisplays-video-player"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Lakunake/Minecraft-WebDisplays-Video-Player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakunake%2FMinecraft-WebDisplays-Video-Player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakunake%2FMinecraft-WebDisplays-Video-Player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakunake%2FMinecraft-WebDisplays-Video-Player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakunake%2FMinecraft-WebDisplays-Video-Player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lakunake","download_url":"https://codeload.github.com/Lakunake/Minecraft-WebDisplays-Video-Player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lakunake%2FMinecraft-WebDisplays-Video-Player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699936,"owners_count":25152335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cef","expressjs","forge","html5-video","minecraft","nodejs","real-time","server","socket-io","sync","synchronization","video","video-player","video-sync","watch-together","webdisplays"],"created_at":"2025-09-05T02:20:27.485Z","updated_at":"2025-09-05T02:20:28.663Z","avatar_url":"https://github.com/Lakunake.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebDisplays-Video-Player\n\nTHIS IS NO MOD, DATAPACK, PLUGIN OR RESOURCE PACK. THIS IS A STANDALONE COMPANION TOOL NODE.JS SERVER ENCHANCED WITH FFMPEG \n\nA FULLY synchronized HTML5 video player for Minecraft's WebDisplays mod using Node.js and Socket.IO. This project allows all players to view the same video in perfect sync—including play, pause, and seek actions—across connected clients.\n\n\u003e 🔗 GitHub Repo: [Lakunake/WebDisplays-Video-Player](https://github.com/Lakunake/WebDisplays-Video-Player)\n\n---\n\n## 🚀 Requirements\n\n* [Node.js](https://nodejs.org/) installed on your machine (v16+ recommended)\n* [ffmpeg](https://ffmpeg.org/) installed on your machine for 1.3 and further versions if you want high bitrate support and the video optimizer working (7.1 below is not tested)\n* A `.mp4` video file named `filmeva.mp4` placed in the `/videos/` folder\n\n---\n\n## 🎮 Features\n\n* 📺 MP4 video streaming via HTML5 `\u003cvideo\u003e` tag\n* ✨ VERY High Quality support in 1.3+ thanks to ffmpeg!\n* 🔁 Real-time playback synchronization using Socket.IO\n* ⎯️ Syncs `play`, `pause`, and `seek` events across all connected users\n* 📡 Can be used over LAN, Hamachi, or hosted publicly (Render etc.)\n* ⚙️ Lightweight Node.js + Express server\n* 🖱️ Custom video control zones (click-based)\n\n---\n\n## 🕹️ Controls\n\nClick-based controls have been implemented for easy, mouse-only interaction:\n\n| Zone                                   | Action                   | Sync Behavior |\n| -------------------------------------- | ------------------------ | ------------- |\n| **Left Edge (≤ 87px)**                 | ⏪ Rewind 5 seconds       | ✅ Synced      |\n| **Right Edge (≥ screen width − 87px)** | ⏩ Skip forward 5 seconds | ✅ Synced      |\n| **Center (±75px from center)**         | ⎯️ Toggle Play / Pause   | ✅ Synced      |\n| **Between Left Edge and Center**       | 🔈 Decrease volume (5%)  | ❌ Local only  |\n| **Between Center and Right Edge**      | 🔊 Increase volume (5%)  | ❌ Local only  |\n\n\u003e ⚠️ All users will see the same video at the same time except for **volume**, which is controlled individually per client.\n\n---\n\n## 🌐 Hosting Tutorials\n\n\u003e ⚠️ All commands are run from Command Prompt (CMD).\n\u003e Ensure [Node.js](https://nodejs.org/) is installed before proceeding.\n\u003e Place `videos/`, `server.js`, and `index.html` in the same folder, e.g. `C:\\YourFolder\\`.\n\n### 🔌 Option 1: LAN or Public IP (Direct Hosting)\n\n1. Run `start.bat` in your folder\n2. Make sure your selected port is open in your firewall/router.\n3. Access the video from another device at the links given\n   \n### 🌍 Option 2: Hamachi (Virtual LAN)\n\n1. Download and install [LogMeIn Hamachi](https://vpn.net).\n2. Create a network, have others join it.\n3. Share your **Hamachi IP address** (shown in Hamachi).\n4. Run `start.bat`, then visit the `Your Network` link\n\n### 🚂 Option 3: Hosting on Render or any other Cloud Hosting Service (Not Recommended)\n\n1. Go to [Render](https://render.com).\n2. Create a new project → Deploy from GitHub.\n3. Connect your repository:\n   [https://github.com/Lakunake/WebDisplays-Video-Player](https://github.com/Lakunake/WebDisplays-Video-Player)\n4. Choose the \"RENDER\" branch\n5. Set these scripts to:\n\n   ```json\n   \"start\": \"node server.js\"\n   \"build\": \"npm install\"\n   ```\n6. Deploy and access your video player via the Render-provided URL.\n\n---\n\n## 📁 File Structure\n\n```\n/videos/filmeva.mp4     # Your synced video file\nserver.js               # Node.js backend for socket and file serving\nindex.html              # The frontend video player\npackage.json            # This tells Node.js which dependencies to install and how to run the server\nstart.bat               # The start file, gives you the link of the server\nconfig.txt              # Optional config file to customize server port, install behavior, and launch settings\n```\n\n---\n\n## 📜 License\n\n**Short name**: `CC BY-NC-SA 4.0`\n**URL**: [https://creativecommons.org/licenses/by-nc-sa/4.0/](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\nThis project is licensed under **CC BY-NC-SA 4.0**:\n\n* ✅ Free to use and modify\n* 🔗 Must credit the original creator (**Lakunake**)\n* ❌ Commercial use is **not allowed**\n* ♻️ Must share any changes with the same license **if distributed or hosted publicly**\n\nSee [LICENSE](LICENSE) for more details.\n\n---\n\n## 🙏 Credits\n\nCreated by **Lakunake**\nBuilt with ❤️ using Node.js, Express, and Socket.IO\nContact me at JohnWebdisplay@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakunake%2Fminecraft-webdisplays-video-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakunake%2Fminecraft-webdisplays-video-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakunake%2Fminecraft-webdisplays-video-player/lists"}