[mythtv-users] LiveTV playback spontaneously stops on latest v31/fixes

Tim Pletcher pletchtd at gmail.com
Sun Mar 8 22:02:20 UTC 2020


>
>
> I've been looking at something <possibly> related (to the housekeeping
> job running, not LiveTV.)
>
> Please post the output of these:
>
> SELECT * FROM housekeeping WHERE tag='MythFillDB';
> SELECT * FROM settings WHERE value in ('MythFillEnabled',
> 'MythFillMinHour', 'MythFillMaxHour');
>
> Second observation: on line 315,  EITScanner stops. Are you/do you need to
> run EIT as MFDB and
> EIT can clobber each other's data.
>
> Bill, thank you for your response and questions.

I am not using EIT intentionally.  If I go into mythtv-setup and navigate
to:
Listings Grabber > Perform EIT Scan
the box is unchecked for both of my two video sources.

However, I found there is another EIT related setting under:
Capture Cards  > HDHOMERUN: xxxxxx > Card Type >  Recording Options > Use
HD Homerun for Active EIT Scan
which was checked.  I unchecked these but the LiveTV issue with
mythfilldatabase remains the same.

Here is the output of the mysql commands requested.

mysql> SELECT * FROM housekeeping WHERE tag='MythFillDB';
+------------+----------+---------------------+---------------------+
| tag          | hostname | lastrun             | lastsuccess         |
+------------+----------+---------------------+---------------------+
| MythFillDB | NULL     | 2020-03-08 00:36:59 | 2020-03-08 00:36:59 |
+------------+----------+---------------------+---------------------+
1 row in set (0.00 sec)

mysql> SELECT * FROM settings WHERE value in ('MythFillEnabled',
'MythFillMinHour', 'MythFillMaxHour');
+-----------------+------+----------+
| value           | data | hostname |
+-----------------+------+----------+
| MythFillEnabled | 1    | NULL     |
| MythFillMaxHour | 5    | NULL     |
| MythFillMinHour | 2    | NULL     |
+-----------------+------+----------+
3 rows in set (0.00 sec)

I have played with some of the optimization parameters to see if this is
related to heavy I/O on the backend but it is a relatively powerful machine
(i5-8400) and the database is on an SSD.  No luck so far.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200308/bae0fdf9/attachment.htm>


More information about the mythtv-users mailing list