{"id":25043002,"url":"https://github.com/nexoscreator/html5-custom-video-player","last_synced_at":"2025-05-05T20:33:37.963Z","repository":{"id":251715224,"uuid":"838226193","full_name":"nexoscreator/html5-custom-video-player","owner":"nexoscreator","description":"This repository contains a custom video player designed to be integrated into web applications. The player is built with HTML, CSS, and JavaScript, offering a responsive and user-friendly experience.","archived":false,"fork":false,"pushed_at":"2025-02-23T04:20:26.000Z","size":5455,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T20:16:23.017Z","etag":null,"topics":["custom-video-player","html5","js","video-player"],"latest_commit_sha":null,"homepage":"https://nexoscreator.github.io/html5-custom-video-player/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nexoscreator.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}},"created_at":"2024-08-05T07:56:28.000Z","updated_at":"2025-02-23T04:20:27.000Z","dependencies_parsed_at":"2024-08-05T09:29:06.873Z","dependency_job_id":"f61e851f-7d2b-49cf-b029-acb35f6ac5a8","html_url":"https://github.com/nexoscreator/html5-custom-video-player","commit_stats":null,"previous_names":["nexoscreator/html5-custom-video-player"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoscreator%2Fhtml5-custom-video-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoscreator%2Fhtml5-custom-video-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoscreator%2Fhtml5-custom-video-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexoscreator%2Fhtml5-custom-video-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nexoscreator","download_url":"https://codeload.github.com/nexoscreator/html5-custom-video-player/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252571403,"owners_count":21769828,"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","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":["custom-video-player","html5","js","video-player"],"created_at":"2025-02-06T04:52:20.809Z","updated_at":"2025-05-05T20:33:37.943Z","avatar_url":"https://github.com/nexoscreator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Pages](https://img.shields.io/github/deployments/nexoscreator/html5-custom-video-player/github-pages.svg?style=flat-square\u0026color=cyan)\n![GitHub Release](https://img.shields.io/github/v/release/nexoscreator/html5-custom-video-player.svg?style=flat-square\u0026color=cyan)\n![GitHub License](https://img.shields.io/github/license/nexoscreator/html5-custom-video-player.svg?style=flat-square\u0026color=cyan)\n![GitHub Code](https://img.shields.io/github/languages/code-size/nexoscreator/html5-custom-video-player.svg?style=flat-square\u0026color=cyan)\n\n---\n\n## 🎥 Custom HTML5 Video Player\n\n![image](.github/preview.png)\n\n\u003e A **lightweight, customizable, and feature-rich** video player built using plain JavaScript and CSS. Includes essential video controls such as **play/pause, volume adjustment, speed control, fullscreen mode, theater mode, mini-player, and more**.\n\n---\n\n## ✨ Features\n\n- **Responsive Design**: Works seamlessly on desktop \u0026 mobile devices.\n- **Supports Multiple Video Formats**: (MP4, WebM, Ogg, etc.)\n- **Keyboard Shortcuts**: for easy navigation.\n- **Custom Controls**: Play/Pause, Volume, Speed Control, Fullscreen, Mini Player, Theater Mode.\n- **Loading Indicator**: for better UX.\n- **Touch \u0026 Click Support**: for mobile devices.\n- **Customizable**: Easily modify styles \u0026 functionality.\n\n---\n\n## 📥 Installation\n\n1. **Include the Video Player in HTML**\n\n   Use the following HTML to include the video player in your page:\n\n   ```html\n   \u003cdiv\n     class=\"nex-video-player\"\n     data-src=\"path/to/your/video.mp4\"\n     data-title=\"Video Title\"\n   \u003e\u003c/div\u003e\n   ```\n\n   \u003e **Note:** Replace `\"path/to/your/video.mp4\"` with your actual video file URL and update the `\"Video Title\"`.\n\n2. **Link CSS Styles**\n\n   Include the necessary CSS to style the video player and controls.\n\n   ```html\n   \u003clink\n     rel=\"stylesheet\"\n     href=\"https://cdn.jsdelivr.net/gh/nexoscreator/html5-custom-video-player@v0.5.3/video-player.min.css\"\n   /\u003e\n   ```\n\n3. **Link the JavaScript**\n\n   Add the JavaScript code cdn link provided below to the functionality of the video player.\n\n   ```html\n   \u003cscript\n     src=\"https://cdn.jsdelivr.net/gh/nexoscreator/html5-custom-video-player@v0.5.3/video-player.min.js\"\n     defer\n   \u003e\u003c/script\u003e\n   ```\n\n---\n\n## 🎯 Keyboard Shortcuts\n\nThis custom video player supports the following keyboard shortcuts to enhance your video playback experience:\n\n| Shortcut Key      | Action              | Description                              |\n| ----------------- | ------------------- | ---------------------------------------- |\n| `F`               | Fullscreen Toggle   | Enter or exit fullscreen mode.           |\n| `→` (Right Arrow) | Forward             | Skip the video forward.                  |\n| `←` (Left Arrow)  | Backward            | Rewind the video.                        |\n| `T`               | Toggle Theater Mode | Switch between normal and theater modes. |\n| `I`               | Mini Player Mode    | Activate or deactivate mini player view. |\n| `M`               | Mute/Unmute         | Mute or unmute the video.                |\n| `+`               | Increase Speed      | Increase playback speed.                 |\n| `-`               | Decrease Speed      | Decrease playback speed.                 |\n\n---\n\n## 🎨 Customization\n\nYou can customize the **CSS styles** and **JavaScript functionality** according to your needs.\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/nexoscreator/html5-custom-video-player.git\n   cd html5-custom-video-player\n   ```\n\n2. **Customize CSS:**\n   Edit the `video-player.css` file to change the styles.\n\n3. **Customize JavaScript:**\n   Customize the player controls by modifying `video-player.js`. You can update controls, navigation, or error handling as needed.\n\n---\n\n## 🔗 Useful Links\n\n[![Web Demo](https://img.shields.io/badge/Web-Demo-blue?style=for-the-badge\u0026logo=google-chrome)](https://nexoscreator.github.io/html5-custom-video-player)\n[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-green?style=for-the-badge\u0026logo=github)](https://github.com/nexoscreator/html5-custom-video-player)\n[![YouTube Video](https://img.shields.io/badge/YouTube-Video-red?style=for-the-badge\u0026logo=youtube)](https://youtu.be/rMnDe0iEGRs?si=B2viVesOhHYusbBG)\n\n---\n\n## 🤝 Contributing\n\nWe ❤️ contributions! Follow these steps to contribute:\n\n1. 🍴 **Fork** the repository\n2. 🌿 **Create** a new branch (`git checkout -b feature/AmazingFeature`)\n3. 💾 **Commit** your changes (`git commit -m 'Add some AmazingFeature'`)\n4. 🚀 **Push** to the branch (`git push origin feature/AmazingFeature`)\n5. 🔃 **Open a Pull Request**\n\n📖 _See our [Contribution Guidelines](CONTRIBUTING.md) for more details._\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📬 Contact \u0026 Community\n\n💬 Join us on **Discord**: [Click Here](https://discord.gg/H7pVc9aUK2)  \n🐦 **Follow on Twitter**: [@nexoscreator](https://twitter.com/nexoscreator)  \n📧 **Email**: [contact@nexoscreator.tech](mailto:contact@nexoscreator.tech)\n\nIf you find this project helpful, please consider **starring ⭐ the repository** or **sponsoring 💖 on GitHub**!\n\n\u003cp align=\"center\"\u003e\n  Created with ❤️ by \u003ca href=\"https://github.com/nexoscreator\"\u003e@nexoscreator\u003c/a\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexoscreator%2Fhtml5-custom-video-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexoscreator%2Fhtml5-custom-video-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexoscreator%2Fhtml5-custom-video-player/lists"}