[mythtv-commits] Ticket #13171: Default to more RPi video buffs, falling back on alloc failure

MythTV noreply at mythtv.org
Sat Nov 11 15:20:36 UTC 2017


#13171: Default to more RPi video buffs, falling back on alloc failure
-----------------------------------+------------------------------
 Reporter:  Doug Larrick <doug@…>  |          Owner:  pbennett
     Type:  Patch - Feature        |         Status:  assigned
 Priority:  minor                  |      Milestone:  needs_triage
Component:  Ports - rPi            |        Version:  Master Head
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+------------------------------

Comment (by pbennett):

 I have some problems with this patch #13171.

 * It is already possible to change the number of output buffers with the
 setting !OmxVideoBuffers (e.g. -O !OmxVideoBuffers=15 on the command
 line). We could if needed add it to the setup GUI or change the default
 value to 15.
 * The criteria for failure and fallback. The only time the !CreateBuffers
 fails is if the malloc fails, and that will likely never happen. If it
 causes low memory, the system will instead begin swapping, and then
 performance will slow to a crawl. I do not think that fallback logic is
 useful.

 I have tried with -O !OmxVideoBuffers=15 and have not been able to see any
 difference in performance.

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


More information about the mythtv-commits mailing list