CloudPlayer is a lightweight, modern, and mobile-friendly web video player built with HTML5, CSS3, and Video.js. It allows users to stream videos directly using any direct download link or streaming manifest URL seamlessly in their web browser.
π Live Demo: https://m4mental.github.io/cloudplayer/
- Universal Format Support: Play almost any standard video format directly from a link:
- MP4, MKV, AVI, MOV, WEBM
- HLS / M3U8 (HTTP Live Streaming)
- DASH (.mpd)
- FLV (Flash Video)
- Interactive UI Controls: Built-in
-10s(Rewind) and+10s(Fast Forward) buttons conveniently placed right next to the volume panel in the player control bar. - Keyboard Shortcuts (PC):
- Space : Play / Pause
- β : Fast Forward 10 seconds
- β : Rewind 10 seconds
- F : Toggle Fullscreen / Exit
- Fully Responsive & Mobile-Friendly: Optimized for smartphones, tablets, and desktop computers with touch-friendly controls.
- Serverless / Static: Hosted for free via GitHub Pages.
- Visit the live website: https://m4mental.github.io/cloudplayer/
- Paste any direct video download link or streaming link into the input box.
- Click the "Play" button and enjoy your media!
β οΈ Note: Ensure that the direct links you use allow CORS (Cross-Origin Resource Sharing) so the browser can stream the content properly without blocking.
- Video.js - HTML5 Video Player framework
- VideoJS HTTP Streaming (VHS) - For HLS/M3U8 support
- Flv.js - For FLV format support
- GitHub: @m4mental
This project is open-source and available under the MIT License.