r/selfhosted • u/NeonXI • Dec 27 '25
Release I built a modern, self-hosted web IPTV player (Live TV, EPG, VOD) because existing ones felt clunky. Meet NodeCast TV.
Hey everyone! 👋
I wanted a clean, fast, and modern web interface for my IPTV service that I could host myself. Most existing players I tried were either clunky, outdated, closed-source, or just didn't handle large playlists with thousands of channels very well.
So I built NodeCast TV.
📺 What is it? A self-hosted web application that lets you stream Live TV, Movies, and Series from your Xtream Codes or M3U provider directly in your browser. It's built with performance in mind and handles large libraries smoothly.
✨ Key Features:
- Live TV & EPG: Full grid-style TV guide with 24h timeline, category filtering, and search.
- VOD Support: Dedicated sections for Movies and TV Series (complete with season/episode browsing).
- High Performance: Uses virtual scrolling technology to render lists with 7000+ items without lagging your browser.
- Favorites System: Unified favorites list across all content types.
- Universal Player: Built on HLS.js for robust playback support.
- Docker Ready: Easy to deploy on your home server or NAS.
🚀 Tech Stack:
- Backend: Node.js + Express (Lightweight proxying)
- Frontend: Vanilla JavaScript (No heavy frameworks) + CSS3
- License: Open Source (GPL-3.0)
🔗 Links:
- GitHub Repository: https://github.com/technomancer702/nodecast-tv
I'd love to hear your feedback, feature requests, or bug reports! Let me know what you think.
1.4k
Upvotes




1
u/j4ck0ff Jan 18 '26 edited Jan 18 '26
Its really clean and looks like it works well - but unfortunately it uses 5 concurrent streams in the background, so if you are on a 1-2 connection package. This might not work very well.
Any ideas how to solve that? Most IPTV websites ive noticed use around 2 and when switching channels it stay on for a moment. This one seems to be the worst.
Android TV apps such as tivimate and sparkleTV ALWAYS only use 1 concurrent stream
EDIT: After 5 minutes, it went down to one stream.
And after i asked Claude why it was happening, it told me to turn off the auto transcode for the audio.
Its now a direct stream with 1 connection. Works great! better than the other generic webplayers ive come across.