Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all articles
Browse latest Browse all 1689

lib/dvb/epgcache

$
0
0

i wonder if a i can build my own image and make some modification in the lib/dvd/epgcache  ,, i already build my environment as you can see in the image but i dont find lib/dvb/epgcache i'm just a beginner and i need some help i want to change the intervall update of epgcache i want to make 5 min instead of 60 min

 

 

#include <errno.h>
 
#include <lib/dvb/eit.h>
#include <lib/dvb/lowlevel/eit.h>
#include <lib/dvb/idvb.h>
#include <lib/dvb/demux.h>
#include <lib/dvb/dvbtime.h>
#include <lib/base/ebase.h>
#include <lib/base/thread.h>
#include <lib/base/message.h>
#include <lib/service/event.h>
 
#define CLEAN_INTERVAL 60000 // 1 min
#define UPDATE_INTERVAL 3600000 // 60 min  change to  define UPDATE_INTERVAL 60000 // 1 min for exemple
#define ZAP_DELAY 2000 // 2 sek
 i think this is very easy for the expert please help :huh: :huh:

Attached Thumbnails

  • 01.JPG

Viewing all articles
Browse latest Browse all 1689

Trending Articles