[mythtv-commits] Re: Ticket #835: mythtranscode failure

MythTV mythtv at cvs.mythtv.org
Sun Dec 18 21:26:12 EST 2005


#835: mythtranscode failure
--------------------+-------------------------------------------------------
 Reporter:  xris    |        Owner:  ijr 
     Type:  defect  |       Status:  new 
 Priority:  minor   |    Milestone:  0.19
Component:  mythtv  |      Version:  head
 Severity:  medium  |   Resolution:      
--------------------+-------------------------------------------------------
Comment (by Geoffrey Hausheer <mythtv0368 at phracturedblue.com>):

 This can only happen in 2 cases:
 The 'editing' flag is set:
 SELECT editing FROM recorded WHERE chanid = <chanid> AND starttime =
 <starttime>;

 or commflag is running:
 SELECT status FROM jobqueue WHERE type = 2 AND chanid = <chanid> AND
 starttime = <starttime>;

 I can't see any way you'd get the message unless one of those 2 was true,
 and the transcoder has no way to set either of those that I'm aware of.
 How are you calling mythtranscode?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/835>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list