Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork698
📺 Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.
License
4gray/iptvnator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
🌐Website |Telegram channel for discussions |Buy me a coffee |GitHub Sponsors
IPTVnator is a video player application that provides support for IPTV playlist playback (m3u, m3u8). The application allows users to import playlists using remote URLs or by uploading files from the local file system. Additionally, it supports EPG information in XMLTV format which can be provided via URL.
The application is a cross-platform, open-source project built with Electron and Angular.
- M3u and M3u8 playlist support 📺
- Xtream Code (XC) and Stalker portal (STB) support
- External player support - MPV, VLC
- Add playlists from the file system or remote URLs 📂
- Automatic playlist updates on application startup
- Channel search functionality 🔍
- EPG support (TV Guide) with detailed information
- TV archive/catchup/timeshift functionality
- Group-based channel list
- Favorite channels management
- Global favorites aggregated from all playlists
- HTML video player with HLS.js support or Video.js-based player
- Internationalization with support for 16 languages:
- Arabic
- Moroccan arabic
- English
- Russian
- German
- Korean
- Spanish
- Chinese
- Traditional chinese
- French
- Italian
- Turkish
- Japanese
- Dutch
- Belarusian
- Polish
- Custom "User Agent" header configuration for playlists
- Light and Dark themes
- Docker version available for self-hosting
Note: First version of the application which was developed as a PWA is available in an extra git branch.
Download the latest version of the application for macOS, Windows, and Linux from therelease page.
Alternatively, you can install the application using one of the following package managers:
$ brew install iptvnator
$ sudo snap install iptvnator
Also available as an Arch PKG,iptvnator-bin, in the AUR (using your favourite AUR-helper, .e.g.yay)
$ yay -S iptvnator-bin
You can install IPTVnator from thegentoo-zh overlay
sudo eselect repositoryenable gentoo-zhsudo emerge --sync gentoo-zhsudo emerge iptvnator-binDue to Apple's Gatekeeper security and code signing requirements, you may need to remove the quarantine flag from the downloaded application:
xattr -c /Applications/IPTVnator.app
Alternatively, if the app is located in a different directory:
xattr -c~/Downloads/IPTVnator.appIf you encounter the following error when launching IPTVnator:
The SUID sandbox helper binary was found, but is not configured correctly.Rather than run without sandboxing I'm aborting now.You need to make sure that chrome-sandbox is owned by root and has mode 4755.Solution 1: Fix chrome-sandbox permissions (Recommended for .deb/.rpm installations)
Navigate to the IPTVnator installation directory and run:
sudo chown root:root chrome-sandboxsudo chmod 4755 chrome-sandbox
Solution 2: Launch with --no-sandbox flag
Edit the desktop launcher file to add the--no-sandbox flag:
Find your desktop file location:
- Ubuntu/Debian:
~/.local/share/applications/iptvnator.desktop - System-wide:
/usr/share/applications/iptvnator.desktop
- Ubuntu/Debian:
Edit the file and modify the
Execline:Exec=iptvnator --no-sandbox %USave the file and relaunch the application from your application menu.
Alternatively, you can launch IPTVnator from the terminal with the flag:
iptvnator --no-sandbox
Requirements:
- Node.js with pnpm (via Corepack)
Clone this repository and install project dependencies:
$ corepack enable$ pnpm installStart the application:
$ pnpm run serve:backend
This will open the Electron app in a separate window, while the Angular dev server will run athttp://localhost:4200.
To run only the Angular app without Electron, use:
$ pnpm run serve:frontendIPTVnator doesn't provide any playlists or other digital content.
About
📺 Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.








