https://github.com/pho3nyxx/video-player
Video Player is a simple and easy-to-use library that provides a custom videoplayer built on top of the html video element.
https://github.com/pho3nyxx/video-player
css3 html5 javascript nodejs video-player
Last synced: 3 months ago
JSON representation
Video Player is a simple and easy-to-use library that provides a custom videoplayer built on top of the html video element.
- Host: GitHub
- URL: https://github.com/pho3nyxx/video-player
- Owner: Pho3nyxX
- Created: 2024-06-08T00:50:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:35:27.000Z (3 months ago)
- Last Synced: 2025-03-11T17:45:38.631Z (3 months ago)
- Topics: css3, html5, javascript, nodejs, video-player
- Language: JavaScript
- Homepage:
- Size: 296 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Player
## Introduction
Video Player is a simple and easy-to-use library that provides a custom videoplayer built on top of the html video element. It customises and extends the available controls.
## Features
- **Playback Speed Control**
* Allow users to change the playback speed of videos.
- **Customizable Controls**
* Use your own icons and colors with the Video Player.
- **Available Controls**
* Play/pause
* mute/unmute
* volume
* fullscreen
* exit fullscreen
* draggable progress bar, etc.
- **Keyboard Shortcuts**
* space - play and pause.
* keyK - play and pause.
* keyF - enter and exit fullscreen.
* keyM - mute and unmute.
* ArrowRight - fast forward.
* ArrowLeft - rewind.
* keyJ - fast forward.
* keyL - rewind.
* Numpad0 - bring back to start.
* digit0 - bring back to start.
- **Events API**
* Listen for events such as video near end to trigger custom behavior.## Upcoming Features
- **Quality Control**: Allow users to change the quality of videos.
- **Subtitle Control**: Allow users to switch on or off subtitle of videos.## Installation