[mythtv-commits] Ticket #11239: Slow tuning -> Real time commflag starts too fast.

MythTV noreply at mythtv.org
Wed Nov 28 13:27:51 UTC 2012


#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


More information about the mythtv-commits mailing list