[mythtv-commits] Ticket #8706: mythfrontend exits when watching a recording at live point
MythTV
mythtv at cvs.mythtv.org
Fri Oct 1 06:18:17 UTC 2010
#8706: mythfrontend exits when watching a recording at live point
------------------------------------------+---------------------------------
Reporter: James Linder <jam@…> | Owner: markk
Type: defect | Status: assigned
Priority: blocker | Milestone: 0.24
Component: MythTV - General | Version: Trunk Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
------------------------------------------+---------------------------------
Comment (by wagnerrp):
Something that seems related to this are issues with handling interlaced
content. The last point in the skip data for these shows gives a bad
frame count, as if the content switched from 30fps to 60fps. On all
recordings where this happens, it also exhibits the issue where seeking to
the end in edit mode will terminate playback.
{{{
mysql> select * from recordedmarkup where chanid=4121 and
starttime=20100930195900 and (type=4 or type=5) order by mark;
+--------+---------------------+--------+------+------+
| chanid | starttime | mark | type | data |
+--------+---------------------+--------+------+------+
| 4121 | 2010-09-30 19:59:00 | 1 | 4 | NULL |
| 4121 | 2010-09-30 19:59:00 | 2676 | 5 | NULL |
| 4121 | 2010-09-30 19:59:00 | 31256 | 4 | NULL |
| 4121 | 2010-09-30 19:59:00 | 35379 | 5 | NULL |
| 4121 | 2010-09-30 19:59:00 | 50120 | 4 | NULL |
| 4121 | 2010-09-30 19:59:00 | 52845 | 5 | NULL |
| 4121 | 2010-09-30 19:59:00 | 57706 | 4 | NULL |
| 4121 | 2010-09-30 19:59:00 | 127973 | 5 | NULL |
+--------+---------------------+--------+------+------+
}}}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/8706#comment:7>
MythTV <http://www.mythtv.org/>
MythTV Media Center
More information about the mythtv-commits
mailing list