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.
- 📺 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: If you don’t have an IPTV provider, choose a playlist for your country.
- 📽️ Picture-In-Picture Mode: Watch videos in a floating window.
docker run -d --name streamdock --network host --restart unless-stopped ghcr.io/limmer55/streamdock:latest
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
docker-compose up -d
http://[IPADDRESS/HOSTNAME]:6050/
If you don't set a M3U_URL, open settings page and set it there.
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!
If you like the project, I would be happy if you left a ⭐️ in the repo.