How to multicast with EPG data?

Ondřej Caletka O.Caletka at sh.cvut.cz
Mon May 25 15:13:34 CEST 2009


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 at gt.owl.de
> http://gt.owl.de/mailman/listinfo/getstream



More information about the Getstream mailing list