IPTV Catchup — self-hosted M3U/EPG addon
Each user runs their own server instance and enters their own M3U and EPG URLs.
The catalog manifest does not include any playlist, credentials, or shared streams.
Install (end users)
- In Stremio, add:
https://iptv.arielinnovations.com/manifest.json - Click Configure (configuration is required)
- Open the setup page, paste your M3U + EPG URLs
- Install the personal manifest URL generated for your config
Setup page: https://iptv.arielinnovations.com/html/direct-config.html
Self-host
- Clone the repository and run
npm install && npm start(port 7000) - Expose HTTPS (e.g. Cloudflare Tunnel)
- Serve public manifest at
/manifest.jsonwithconfigurationRequired: true
Features
- Live TV, EPG, catch-up TV (Flussonic-style DVR)
- Direct M3U or Xtream Codes
- Category filter, hide, reorder
- Favorites, optional channel surf (ZAP)
- English + Hebrew UI
Fork
Based on Inside4ndroid/M3U-XCAPI-EPG-IPTV-Stremio (MIT).
License: MIT.