August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)


Sandbox

from Kamaelia.Device.DVB.Parse.ReassemblePSITables import ReassemblePSITablesService

RegisterService( \

     Graphline( PSI     = ReassemblePSITablesService(),

                DEMUXER = ToService("DEMUXER"),

                linkages = {

                    ("PSI", "pid_request") : ("DEMUXER", "inbox"),

                    ("",    "request")     : ("PSI",     "request"),

                }

              ),

     {"PSI_Tables":"request"}

).activate()