Looking at the code, if this is failing (and it does seem to be failing for Branksome), we have
Can we find out from the existing logs what network ID is being reported for Branksome?
A google search is telling me that 59 is for freesat and 9018 is for freeview. Is this across the whole UK? I guess since this is from a satellite, it will be. Can we be sure what satellite Branksome is pointing his dish at?
Mark
Code:
bool CEpgDecoder::CanDecodeNetwork(int NetworkID)
{
if(NetworkID == 9018 || NetworkID == 59)
{
return true;
}
return false;
]
Can we find out from the existing logs what network ID is being reported for Branksome?
A google search is telling me that 59 is for freesat and 9018 is for freeview. Is this across the whole UK? I guess since this is from a satellite, it will be. Can we be sure what satellite Branksome is pointing his dish at?
Mark