Opened 18 years ago
Closed 18 years ago
#2948 closed defect (fixed)
LiveTV fails to change program info
Reported by: | otto at kolsi dot fi | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I decided to try out whether latest fixes now allow long LiveTV sessions, so that it won't hang during program changes. I started LiveTV with one channel and let it play. After several program changes and several hours (5h) it still plays nicely.
Problem is that program information stops updating. Below is program info from the DB. I started the LiveTV around 08:00 and when reached to "Supisuomea" program (at 12:45) and checked current program info, it shows:
"Unknown (10:09 - 10:10)". Program length indicator shows something like: "2:50:00"
It has failed to update the program at that point and then this info stays although we are already going several programs ahead.
Program info:
mysql> select chanid, starttime, endtime, title from program where starttime > '2007-01-19 09:00' AND starttime < '2007-01-19 14:00' AND chanid = 1001; +--------+---------------------+---------------------+------------------------+ | chanid | starttime | endtime | title | +--------+---------------------+---------------------+------------------------+ | 1001 | 2007-01-19 09:15:00 | 2007-01-19 10:04:35 | Elämä käsissä | | 1001 | 2007-01-19 10:05:00 | 2007-01-19 10:09:30 | | | 1001 | 2007-01-19 10:10:00 | 2007-01-19 10:29:11 | FST: Sodan varjossa | | 1001 | 2007-01-19 10:31:00 | 2007-01-19 11:00:00 | FST: Ramppi historiaan | | 1001 | 2007-01-19 11:00:00 | 2007-01-19 11:04:30 | Tv-uutiset | | 1001 | 2007-01-19 11:05:00 | 2007-01-19 12:27:07 | | | 1001 | 2007-01-19 12:30:00 | 2007-01-19 12:59:27 | Supisuomea | | 1001 | 2007-01-19 13:00:00 | 2007-01-19 13:04:30 | Tv-uutiset | | 1001 | 2007-01-19 13:05:00 | 2007-01-19 14:12:14 | | +--------+---------------------+---------------------+------------------------+
(In [14209]) Fixes #3789 and #2948
Fix for buffer/programinfo switch problem in livetv.
This was tested successfully overnight on my two backends one using dvb and the other ivtv.