How to multicast with EPG data?
Greetings, I'm looking for a tip how to pass original EPG from DVB-S into the multicast, the only piece I've found was there is a pipe involved for that? Anyone can elaborate on the process? Thanks, Vahan
Hi, EPG data are in EIT tables, which are on PID 0x12, you can stream it just like any other programme, for instance: stream { name "SI"; input { pid 0x10; pid 0x11; pid 0x12; pid 0x13; pid 0x14; }; output-http { url "/si"; }; output-rtp { remote-address 239.194.10.241; remote-port 1234; ttl 12; }; }; -- Oskar Vahan Yerkanian napsal(a):
Greetings,
I'm looking for a tip how to pass original EPG from DVB-S into the multicast, the only piece I've found was there is a pipe involved for that?
Anyone can elaborate on the process?
Thanks, Vahan
_______________________________________________ Getstream mailing list Getstream@gt.owl.de http://gt.owl.de/mailman/listinfo/getstream
Ondřej Caletka wrote:
Hi,
EPG data are in EIT tables, which are on PID 0x12, you can stream it just like any other programme, for instance:
stream { name "SI"; input { pid 0x10; pid 0x11; pid 0x12; pid 0x13; pid 0x14; }; Thanks,
That worked, actually having pids 0x10 - 0x12 with channel's pnr was enough to make the EPG appear on the client side, putting only 0x12 didn't work though, so I guess there is something in 0x10 and/or 0x11 (publisher id/name?) that links to 0x12 and is required for proper parsing of EPG data. Regards, Vahan
Hello, May i ask if this pid is valide for DVB-T and other DVB stuff or it only works with DVB-S ? Thanks Vahan Yerkanian a écrit :
Ondřej Caletka wrote:
Hi,
EPG data are in EIT tables, which are on PID 0x12, you can stream it just like any other programme, for instance:
stream { name "SI"; input { pid 0x10; pid 0x11; pid 0x12; pid 0x13; pid 0x14; }; Thanks,
That worked, actually having pids 0x10 - 0x12 with channel's pnr was enough to make the EPG appear on the client side, putting only 0x12 didn't work though, so I guess there is something in 0x10 and/or 0x11 (publisher id/name?) that links to 0x12 and is required for proper parsing of EPG data.
Regards, Vahan
_______________________________________________ Getstream mailing list Getstream@gt.owl.de http://gt.owl.de/mailman/listinfo/getstream
Dnia 2009-05-25, o godz. 16:28:02 Vahan Yerkanian <vahan@arminco.com> napisał(a):
Greetings,
I'm looking for a tip how to pass original EPG from DVB-S into the multicast, the only piece I've found was there is a pipe involved for that?
Anyone can elaborate on the process?
OT: what tool are you using to pare EPG data? -- .: Jakub Pawel Glazik, .: email & jabber: zytek<at>nuxi.pl
participants (4)
-
Jakub Pawel Glazik -
Maxime GUYOT -
Ondřej Caletka -
Vahan Yerkanian