use 4 seconds for pat and pmt timeout instead of 20 seconds
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Sep 2008 08:44:21 +0000 (08:44 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Sep 2008 08:44:21 +0000 (08:44 +0000)
lib/dvb/specs.h

index 6f30c7b2b0ddc5b380d458ffe7e3c8bd10e84bfa..c53a23b50a63ab784d4279a75d09054c256f3ab6 100644 (file)
@@ -19,7 +19,7 @@ public:
                m_spec.pid     = pid;
                m_spec.tid     = ProgramMapSection::TID;
                m_spec.tidext  = sid;
                m_spec.pid     = pid;
                m_spec.tid     = ProgramMapSection::TID;
                m_spec.tidext  = sid;
-               m_spec.timeout = 20000; // ProgramMapSection::TIMEOUT;
+               m_spec.timeout = 4000; // ProgramMapSection::TIMEOUT;
                m_spec.flags   = eDVBTableSpec::tfAnyVersion | 
                        eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDExt | 
                        eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout;
                m_spec.flags   = eDVBTableSpec::tfAnyVersion | 
                        eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDExt | 
                        eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout;
@@ -112,7 +112,7 @@ public:
        {
                m_spec.pid     = ProgramAssociationSection::PID;
                m_spec.tid     = ProgramAssociationSection::TID;
        {
                m_spec.pid     = ProgramAssociationSection::PID;
                m_spec.tid     = ProgramAssociationSection::TID;
-               m_spec.timeout = 20000; // ProgramAssociationSection::TIMEOUT;
+               m_spec.timeout = 4000; // ProgramAssociationSection::TIMEOUT;
                m_spec.flags   = eDVBTableSpec::tfAnyVersion |
                        eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
                        eDVBTableSpec::tfHaveTimeout;
                m_spec.flags   = eDVBTableSpec::tfAnyVersion |
                        eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
                        eDVBTableSpec::tfHaveTimeout;