nuboxas / epg

EPG for ott-play by alex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPG for ott-play by alex

As we all know about this great lightweight app for watching IPTV streams, and we all love it, BUT, it always had one problem - EPG

We patiently waited for developer of this app to add this crucial feature, of having your own EPG, so we decided to add this missing feature using DNS hack.

This PHP script, using Laravel framework helps you to grab and store your own or public EPG xml files on database or your choice.

How to use it?

  • Run this app using Nginx, Apache or any other web server
  • Setup your database, where all EPG will be stored
  • Add provider(s) info to your database
  • Adjust scheduler when to update all of EPG
  • Setup Redis connection (for caching EPG) (put REDIS_ENABLED=false in .env file if you do no want to use Redis)
  • Change DNS record, to point epg.ott-play.com to your server

About

EPG for ott-play by alex


Languages

Language:PHP 99.7%Language:Shell 0.3%