Mailing List Archive

Ticket #11239: Slow tuning -> Real time commflag starts too fast.
#11239: Slow tuning -> Real time commflag starts too fast.
------------------------+--------------------------------------
Reporter: dag@… | Type: Bug Report - General
Status: new | Priority: minor
Milestone: unknown | Component: MythTV - General
Version: 0.25-fixes | Severity: medium
Keywords: | Ticket locked: 0
------------------------+--------------------------------------
Hi!

Have real-time commflagging turned on and found that if you have a slow-
tuning card (DVB) the commflag will startup too fast, find an empty file
and bail out. Error message:

2012-11-15 00:10:01.240656 E [26271/26271] CoreContext main.cpp:659
(DoesFileExist) - File /data/recordings/1003_20121115001000.mpg is zero-
byte, aborting.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11239>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-commits
Re: Ticket #11239: Slow tuning -> Real time commflag starts too fast. [ In reply to ]
#11239: Slow tuning -> Real time commflag starts too fast.
----------------------------------+----------------------------
Reporter: dag@… | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+----------------------------

Comment (by dag@…):

Verified the diagnosis by creating a wrapper around mythcommflag that
delayed the start by 15 seconds. With this workaround it works fine.


{{{
#!/bin/bash

(sleep 15; mythcommflag.real $*)
exit 0
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11239#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-commits
Re: Ticket #11239: Slow tuning -> Real time commflag starts too fast. [ In reply to ]
#11239: Slow tuning -> Real time commflag starts too fast.
----------------------------------+----------------------------
Reporter: dag@… | Owner: (none)
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.25-fixes
Severity: medium | Resolution: Won't Fix
Keywords: | Ticket locked: 0
----------------------------------+----------------------------
Changes (by Stuart Auchterlonie):

* status: new => closed
* resolution: => Won't Fix


Comment:

Closing out old tickets.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/11239#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center