> So you DO have satellite radio stations from Astra 28.2E with NO epg?
> Is it these channels?
> Heart 80s, WRN Europe, Panjab Radio, Heart Dance, EWTN Catholic, Sukh Sagar, KhushKhabri, Kiss, Magic, Hits Radio, Absolute 90s, Jazz FM, Classic Rock, Scala Radio, Heart 90s, LBC News.
Some of those (LBC, Hits Radio, Jazz FM) are on Freeview so I have their EPG.
> There is a program: openTVtoXML, https://github.com/dave-p/openTVtoXML that can extract the EPG from the transport stream of OpenTV: Sky UK to an XML file. This could be used to show if epg for those channels is being transmitted on 11778V or not.
Yes I know about that; I wrote it...
More accurately I modified an existing application to produce a TVH-compatible XML output. At the time, the TVH OpenTV grabber was badly broken and it was easier to start again than fix the grabber. It has since been fixed.
> In my case I don't think I can use openTVtoXML because it listens (for the EPG stream) on device block /dev/dvb/adapter0/dvr0 as though it exists locally but in my case my satellite tuners are on a set top box running minisatip and I cannot install anything on that box its linux OS is so minimal. Unless I could pipe the stream from the set top box to my Pi 4 running TVHeadend or maybe make a recording of the stream copy that file to my Pi then somehow pipe it to a device block on the Pi. Don't know how to do any of these things!
From reading the SAT>IP specification it should be possible to command the STB to send a raw mux stream which could then be decoded on the client, however it's probably not a trivial task. A sample from openTVtoXML (created yesterday) is at https://www.dropbox.com/s/1neuq5jfphn5meq/skyuk_28.2.xml?dl=0
Despite its name, the OpenTV EPG format is definitely not open. It's been reverse-engineered of course, but no-one seems to have written any documentation - the only documentation is the software. Sky STBs have EPG for radio channels but it's not clear where that comes from.