File size: 4,241 Bytes
fa291f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | # IPTV WEB Player | Web App
#### Author: Bocaletto Luca
[](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](LICENSE)
[]()
[]()
[]()
[]()
**IPTV WEB Player** is a professional, responsive web streaming application developed by **Bocaletto Luca**. It allows users to upload an .m3u or .m3u8 playlist file to dynamically generate a channel list and stream IPTV channels using HLS.js. The app features a modern, icon-enhanced UI with full keyboard and gamepad support for seamless navigation.
## Features
- **Playlist Upload:** Easily upload your .m3u or .m3u8 playlist to load IPTV channels.
- **Dynamic Channel List:** Automatically parse and display channels from your playlist.
- **HLS Streaming:** Seamless streaming powered by [HLS.js](https://cdn.jsdelivr.net/npm/hls.js@latest).
- **Responsive, Modern UI:** Beautiful design with professional icons and smooth animations.
- **Universal Input Support:**
- **Keyboard Controls:**
• **L key:** Open the file input to load a new playlist
• **Arrow Up/Down:** Navigate the channel list
• **Enter:** Select the highlighted channel
• **Space:** Toggle play/pause
• **‘+’ / ‘=’ and ‘-’:** Adjust volume
• **M key:** Toggle mute
• **F key:** Toggle fullscreen
• **P key:** Toggle Picture-in-Picture
- **Gamepad Controls:**
• **D-Pad Up/Down:** Navigate the channel list
• **A Button:** Select the channel
• **B Button:** Toggle play/pause
• **LT / RT:** Volume down/up
• **X Button:** Toggle mute
• **Y Button:** Toggle fullscreen
• **LB:** Trigger file input
• **Back Button:** Toggle Picture-in-Picture
- **Visual Feedback:** A spinner overlay is displayed during stream loading.
## Technologies Used
- **HTML5**
- **CSS3**
- **JavaScript (ES6+)**
- **[HLS.js](https://cdn.jsdelivr.net/npm/hls.js@latest)**
## Installation
1. Clone the repository:
git clone https://github.com/bocaletto-luca/IPTV-WEB-Player-JS.git
2. Navigate to the project directory:
cd IPTV-WEB-Player
3. Open the `index.html` file in your web browser or run a local web server for full functionality.
## Usage
1. **Upload Playlist:**
Click the file input (or press the **L key** or **LB button** on your gamepad) to select your .m3u or .m3u8 playlist containing IPTV channel links.
2. **Select Channel:**
The app will parse your playlist and dynamically generate a channel list. Use the mouse, keyboard (Arrow keys and Enter), or gamepad (D-Pad and A button) to navigate and select a channel.
3. **Stream Video:**
Once a channel is selected, the stream loads via HLS.js. Use on-screen controls or input devices (e.g., Space for pause/resume, volume keys, M for mute, F for fullscreen, P for Picture-in-Picture) to control playback.
## Contributing
Contributions are welcome! To contribute:
1. Fork the repository.
2. Create a new branch for your feature or fix:
git checkout -b feature/your-feature-name
3. Commit your changes with clear messages:
git commit -m "Describe your change"
4. Push your branch:
git push origin feature/your-feature-name
5. Open a pull request detailing your changes.
## License
This project is licensed under the GPLv3 License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or feedback, please contact **Bocaletto Luca**.
|