[mythtv-commits] Ticket #11882: Attempt to play recording freezes frontend

MythTV noreply at mythtv.org
Sun Oct 27 10:12:58 UTC 2013


#11882: Attempt to play recording freezes frontend
----------------------------------------+----------------------------
 Reporter:  warpme@…                    |          Owner:  stichnot
     Type:  Bug Report - Hang/Deadlock  |         Status:  accepted
 Priority:  minor                       |      Milestone:  0.27.1
Component:  MythTV - Video Decoding     |        Version:  0.27-fixes
 Severity:  medium                      |     Resolution:
 Keywords:                              |  Ticket locked:  0
----------------------------------------+----------------------------

Comment (by warpme@…):

 @blm-ubunet,
 Thx for patch. I already give evening of test with this patch and results
 are very good.

 Quick summary:


 - all channels works OK for all combinations (good->bad; bad->bad)

 - 1..2sec. audio stuttering right after channel change almost gone (was on
 10channels, now is on 2..3)

 - seektable before and after commflag --rebuild are almost identical. For
 difference see below.

 - 1 per 10-15 channel changes I have jumpy looped picture from previous
 channel.

 Thx for this.

 Now I'm building BE/FE with
 http://code.mythtv.org/trac/ticket/11882#comment:7 and see how it goes.


 before --rebuild:

 {{{
 +--------+---------------------+------+----------+------+
 | chanid | starttime           | mark | offset   | type |
 +--------+---------------------+------+----------+------+
 |   8035 | 2013-10-27 09:47:52 |    0 |        0 |    9 |
 |   8035 | 2013-10-27 09:47:52 |    0 |        0 |   33 |
 |   8035 | 2013-10-27 09:47:52 |   12 |   571896 |    9 |
 }}}


 after rebuild:

 {{{
 +--------+---------------------+------+----------+------+
 | chanid | starttime           | mark | offset   | type |
 +--------+---------------------+------+----------+------+
 |   8035 | 2013-10-27 09:47:52 |    0 |        0 |    9 |
 |   8035 | 2013-10-27 09:47:52 |   12 |   571896 |    9 |
 }}}

 Thx again.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11882#comment:9>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list