[mythtv-users] Failed Recordings

David Engel david at istwok.net
Sun Oct 15 04:27:37 UTC 2017


On Sat, Oct 14, 2017 at 08:12:55AM -0400, Peter Bennett wrote:
> Do you restart your Ceton occasionally? I have a Ceton eth 6 with cable
> card. There is a memory leak in the firmware and there may be other bugs, so
> I reboot it once a week. I have a script that does this. I also have a
> cooling fan underneath it as it gets rather hot. I have never had a failed
> recording in several years that I have had it.
> 
> If you need more info about the reboot script or the cooling fan let me
> know.

What kind of enclosure and power source do you use for your fan?  My
InfiniTV 6 ETH has been pretty reliable(*) over the years, but I do
get concerned about how hot it runs.

(*)Though, not as reliable as my HDHomerun Prime.  Also, I have the
following patch in my personal code base.  It helped at one time, but
I think it was mainly an issue with my cable provider.  I'm not sure
if it's still needed.

--- a/mythtv/libs/libmythtv/recorders/cetonstreamhandler.cpp
+++ b/mythtv/libs/libmythtv/recorders/cetonstreamhandler.cpp
@@ -479,7 +479,7 @@ uint CetonStreamHandler::GetProgramNumber(void) const
             .arg(prog).arg(i));
 
         uint prognum = prog.toUInt();
-        if (prognum != 0)
+        if (prognum != 0 && prognum != 1)
             return prognum;
 
         usleep(100000);

David
-- 
David Engel
david at istwok.net


More information about the mythtv-users mailing list