[mythtv-commits] Ticket #12318: Live-TV stuttering before pausing for a few seconds

MythTV noreply at mythtv.org
Wed Nov 8 21:01:45 UTC 2017


#12318: Live-TV stuttering before pausing for a few seconds
---------------------------------------------+----------------------------
 Reporter:  Jan Vogelsang <j.d.vogelsang@…>  |          Owner:  pbennett
     Type:  Bug Report - General             |         Status:  infoneeded
 Priority:  minor                            |      Milestone:  unknown
Component:  MythTV - General                 |        Version:  0.27-fixes
 Severity:  medium                           |     Resolution:
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+----------------------------

Comment (by pbennett):

 Changing float secs_min to 1.5 is not acceptable. It uses a default
 bitrate of 8000 to calculate the amount of buffering to do. It calculates
 a reasonable approximation to 1.5 seconds on high bitrate HD, but on low
 bitrate channels such as audio only, it results in buffering and waiting
 for 15 - 30 seconds, and the frontend times out before it get started.

 My proposed patch forces a brief pause when the stutter condition is
 detected. There will be one or two brief pauses during the first 30
 seconds of Live TV, which I hope is better than continuous stuttering. See
 attached patch. Please try this out and give feedback on whether it is
 acceptable and whether it fixes the problem.

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


More information about the mythtv-commits mailing list