UK Cable OTA EPG
Added by Paul Williams about 8 years ago
Hi,
My provider transmits EPG on PID 0x2bc on one specific mux, is it possible to add a custom Grabber?
I have disabled EPG scanning on all muxes except the one i'm looking for and tried to patch this myself by replicating the Bulsat patch from here https://github.com/tvheadend/tvheadend/commit/55efd0f6acba29e8f8ef9191f98fce80ac627bc6, obviously swapping out the relevant details but i'm not having much luck.
I come across this thread https://tvheadend.org/issues/1197 which asks if Viasat Baltic was the network name transmitted in the NIT, is this a problem if the network name is missing?
Replies (6)
RE: UK Cable OTA EPG - Added by Paul Williams about 8 years ago
Amended files attached
eit.c (21.1 KB) eit.c | |||
mpegts.h (34.5 KB) mpegts.h | |||
mpegts_mux.c (40.3 KB) mpegts_mux.c | |||
otamux.c (25.8 KB) otamux.c |
RE: UK Cable OTA EPG - Added by Paul Williams about 7 years ago
Just come across this issue again (after a year haha )
I noticed the OTA EPG code has been amended slightly in the newer builds, is there no chance of this being implemented?
RE: UK Cable OTA EPG - Added by Mark Clarkstone about 7 years ago
Paul Williams wrote:
Just come across this issue again (after a year haha )
I noticed the OTA EPG code has been amended slightly in the newer builds, is there no chance of this being implemented?
If you're able to modify the code once again, please open a PR on github :).
RE: UK Cable OTA EPG - Added by Paul Williams about 7 years ago
RE: UK Cable OTA EPG - Added by Mark Clarkstone about 7 years ago
Paul Williams wrote:
You need to add it as a PR to the main tvh repo now