https://github.com/limmer55/streamdock
๐บ A Web-IPTV Player docker image.
https://github.com/limmer55/streamdock
docker iptv iptv-player iptv-player-application selfhosted
Last synced: 3 months ago
JSON representation
๐บ A Web-IPTV Player docker image.
- Host: GitHub
- URL: https://github.com/limmer55/streamdock
- Owner: limmer55
- License: gpl-3.0
- Created: 2024-11-21T22:20:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:25:23.000Z (10 months ago)
- Last Synced: 2024-12-02T15:26:32.892Z (10 months ago)
- Topics: docker, iptv, iptv-player, iptv-player-application, selfhosted
- Language: HTML
- Homepage:
- Size: 2.09 MB
- Stars: 144
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-NAS-Docker - ็นๆๆฅ็ - commit/limmer55/streamdock?label) | (็ฝฎ้กถ / 04ใๅคๅชไฝๅค็ไธญๅฟ)
README
#
![]()
## ๐บ A Web-IPTV Player
> [!WARNING]
> Streamdock is still in its early stages. I've received a lot of valuable feedback, most of which highlights that certain codecs aren't running. Because of this, Iโve decided to implement transcoding (along with hardware acceleration) in future builds. Thank you for your patience.
## Features
- ๐บ **Watch from everywhere**: No client required. Just use your browser.
- ๐ **Search Functionality**: Find channels by name.
- ๐ **Darkmode Support**: Automatically switches between light and dark modes based on your system preferences.
- ๐ก **Similar Channels**: View and navigate to similar channels based on normalized channel names.
- ๐ [**iptv-org Playlists**](https://github.com/iptv-org/iptv): If you donโt have an IPTV provider, choose a playlist for your country.
- ๐ฝ๏ธ **Picture-In-Picture Mode**: Watch videos in a floating window.**โ ๏ธ It might not be very stable. Safari is currently not supported.**
## Installation
### Using docker
```bash
docker run -d --name streamdock --network host --restart unless-stopped ghcr.io/limmer55/streamdock:latest```
### Docker Compose
#### Create a docker-compose.yml file with the following content
```bash
version: "3.8"
services:
streamdock:
image: ghcr.io/limmer55/streamdock:stable
container_name: streamdock
network_mode: host
environment:
M3U_URL: "https://iptv-org.github.io/iptv/index.m3u" # optional, can be set in settings later
restart: unless-stopped```
#### Start the service using Docker Compose
```bash
docker-compose up -d
```### Once the service is running, open your browser and navigate to
```bash
http://[IPADDRESS/HOSTNAME]:6050/
```
If you don't set a M3U_URL, open settings page and set it there.## Why?
I'm not really a programmer, and I don't claim to do it better.
But other IPTV apps always seem a bit overloaded, unintuitive to use, or have hidden costs.
I just want to watch sports while sitting at my PC.
Also, "real projects" are best to learn programming!## Support
If you like the project, I would be happy if you left a โญ๏ธ in the repo.