[mythtv] [mythtv-commits] Ticket #1872: Backend stops recording in middle of program

Daniel Kristjansson danielk at cuymedia.net
Wed May 31 00:21:32 UTC 2006


On Fri, 2006-05-26 at 23:00 +0000, MythTV wrote:
> #1872: Backend stops recording in middle of program
> ---------------------------+------------------------------------------------
>  Reporter:  cizek at rcn.com  |       Owner:  danielk
>      Type:  defect         |      Status:  new    
>  Priority:  minor          |   Milestone:         
> Component:  mythtv         |     Version:         
>  Severity:  medium         |  
> ---------------------------+------------------------------------------------
>  Attached is a log for a USA DVB recording which should have run from 9:30
>  - 10:00.  The log indicates the show is being recorded properly, but the
>  file stops being written at 9:46.  As well, there are a slew of "Writing
>  PAT & PMT" messages in the log files until 9:46.  After that time there
>  are none of these messages.
> 
>  This is on SVN 10005.  If there is anything else useful let me know.

Is this slave backend?

If so, were the clocks on the master and slave in sync?

Other than that, this looks suspicious:

2006-05-26 09:46:28.433 0xacdfbbb0 bool
DVBRecorder::ProcessTSPacket(const TSPacket&) DVBRec(1): PID 0x40
discontinuity detected522 2006-05-26 09:46:28.433 0xacdfbbb0 void
DVBRecorder::WritePATPMT() Writing PAT & PMT @7b6f0a54 + 19e30523
2006-05-26 09:46:28.434 0xacdfbbb0 virtual void
DVBRecorder::StartRecording() DVBRec(1): Resetting Demux Filters524
2006-05-26 09:46:28.443 0xacdfbbb0 int debug_thread_create(pthread_t*,
const pthread_attr_t*, void*(*)(void*), void*, const char*, const char*)
PTH: Created run_dummy_video(0xa8a6bbb0) from StartDummyVideo

The discontinuity itself could be due to some problem at the
transmitter, or reception problems, so it's not so fishy, but
this is not the PMT for our program, so the demux filter reset
looks strange.

-- Daniel



More information about the mythtv-dev mailing list