[mythtv-commits] Ticket #12016: Watching in progress recording stutters
MythTV
noreply at mythtv.org
Fri Mar 14 14:52:25 UTC 2014
#12016: Watching in progress recording stutters
---------------------------------------+----------------------------
Reporter: angela.schmid@… | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - Video Playback | Version: 0.27-fixes
Severity: medium | Resolution:
Keywords: WatchingRecording stutter | Ticket locked: 0
---------------------------------------+----------------------------
Comment (by angela.schmid@…):
I identified/solved my problem. Starting with 0.27-pre, recordseek is
written every 10 seconds, previously it was written at the end of the
recording.
I noticed that some tables were using the InnoDB engine. I changed them to
MYISAM and afterwards everything is fine.
Even changing the volume produced hick ups, as it writes the volume change
immediately into the settings table. Pressing the remote constantly halted
playback until released.
As MythTV only supports MYISAM, I still tried the following MySQL setting
and everything was also OK:
innodb_flush_log_at_trx_commit = 0
Performance information using the MySQL setting:
[http://stackoverflow.com/questions/14121464/mysql-is-slow-with-innodb-
during-insert-compared-to-myisam]
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12016#comment:18>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list