Attachments (2)
Change History (12)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Summary: | Backend crashing while parsing EIT → Backend crashing TVRec |
---|
comment:3 by , 19 years ago
Component: | mythtv → dvb |
---|---|
Owner: | changed from | to
Can you try the patch attached to #2664.... I think this may be a duplicate of that ticket, but I'm not sure yet.
comment:5 by , 19 years ago
I can't get signal lock after installing this patch...
this is output I'm getting for ATSC FusionHDTV 5 Lite
2007-01-02 17:18:21.349 TVRec(3): Changing from None to WatchingLiveTV 2007-01-02 17:18:21.350 TVRec(3): HW Tuner: 3->3 2007-01-02 17:18:21.352 DVBChan(2) Warning: Symbol Rate setting (0) is out of range (min/max:5056941/10762000)
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I don't think it's a fix by any means... as this issue in .20-fixes branch and
that's the way dvbrecorder.cpp looks like
{
if (!info->CheckCC(tspacket.ContinuityCounter())) {
VERBOSE(VB_RECORD, LOC +
QString("PID 0x%1 discontinuity detected").arg(pid,0,16));
_continuity_error_count++;
}
}
follow-up: 10 comment:9 by , 19 years ago
danielk,
Is there any idea why I don't get signal lock with 2664 patch?
-p
comment:10 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
2006-12-31 06:51:36.881 Discarding broken PES packet 2006-12-31 06:51:36.904 PESPacket: Failed CRC check 0xffffffff != 0x1291273f for StreamID = 0x72 2006-12-31 06:51:36.905 PESPacket: Failed CRC check 0xffffffff != 0x1291273f for StreamID = 0x72 2006-12-31 06:51:36.925 PESPacket: Failed CRC check 0xffffffff != 0x1291273f for StreamID = 0x72 2006-12-31 06:51:36.926 Discarding broken PES packet 2006-12-31 06:51:36.934 EITScanner: Added 157 EIT Events 2006-12-31 06:51:36.935 TVRec(1): SetChannel() -- begin 2006-12-31 06:51:36.936 TVRec(1): ClearFlags(RingBufferReady,) -> RunMainLoop,SignalMonitorRunning,EITScannerRunning, 2006-12-31 06:51:36.936 TVRec(1): Request: Program(no) channel(50146) input() flags(EITScan,) 2006-12-31 06:51:36.938 ChannelBase(1): Failed to find channel(50146) on current input (DVBInput #1) of card (1). 2006-12-31 06:51:36.940 ChannelBase(1): Found channel(50146) on another input (DVBInput #2) of card (1). 2006-12-31 06:51:36.940 TVRec(1): HW Tuner: 1->1 2006-12-31 06:51:36.941 TVRec(1): TeardownSignalMonitor() -- begin