summaryrefslogtreecommitdiff
path: root/p2pvr/daemon
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-12-08 00:39:03 +0000
committerrandomdan <randomdan@localhost>2013-12-08 00:39:03 +0000
commita093bce049df33837892aef5a11ce573a53259b8 (patch)
tree29470e998a98789c9cdd398af85a29cbbc69ef99 /p2pvr/daemon
parentSet bigger internal buffers for demux (diff)
downloadp2pvr-a093bce049df33837892aef5a11ce573a53259b8.tar.bz2
p2pvr-a093bce049df33837892aef5a11ce573a53259b8.tar.xz
p2pvr-a093bce049df33837892aef5a11ce573a53259b8.zip
Add some SI functions for getting service stuff
Add a templated SI parser to bounce table objects to a function Allow SI parsers to say they want the next instance of an object too Add ServiceStreamer to write a/v streams of a TS to a raw data client
Diffstat (limited to 'p2pvr/daemon')
-rw-r--r--p2pvr/daemon/daemon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/p2pvr/daemon/daemon.cpp b/p2pvr/daemon/daemon.cpp
index 91b8daa..1bd328c 100644
--- a/p2pvr/daemon/daemon.cpp
+++ b/p2pvr/daemon/daemon.cpp
@@ -35,8 +35,6 @@ class P2PvrDaemon : public Daemon {
auto maint = P2PVR::MaintenancePrx::checkedCast(adapter->createProxy(ic->stringToIdentity("Maintenance")));
maint->UpdateNetwork(FE_OFDM);
maint->UpdateServices(FE_OFDM);
- maint->UpdateProgramAssociations(FE_OFDM);
- maint->UpdateProgramMaps(FE_OFDM);
maint->UpdateEvents(FE_OFDM);
//ic->waitForShutdown();