Opened 11 years ago

Closed 4 years ago

#11239 closed Bug Report - General (Won't Fix)

Slow tuning -> Real time commflag starts too fast.

Reported by: dag@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Change History (2)

comment:1 Changed 11 years ago 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

comment:2 Changed 4 years ago by Stuart Auchterlonie

Resolution: Won't Fix
Status: newclosed

Closing out old tickets.

Note: See TracTickets for help on using tickets.