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:]()

