Opened 14 years ago
Closed 13 years ago
Last modified 13 years ago
#9823 closed Patch - Bug Fix (Fixed)
[PATCH] MythPlayer: fix stutters at program transition and during channel switch
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | MythTV - General | Version: | 0.24-fixes |
Severity: | medium | Keywords: | playback stutter |
Cc: | Ticket locked: | no |
Description
During LiveTV playback of a DVB-S channel the video & audio stutter when the program changes (according to the EPG) even though the source material is continuous.
This reverts part of commit 08a8a65535638de185e68f76898c118161d4bf88 (Force reload of context and stream properties when switching between LiveTV and reorders some code to reduce interference with RingBuffer? prefetching and decoding.
I can't reproduce (on DVB-S) the problems that commit 08a8a655 is supposed to fix and the disruption to program switching it causes is very annoying.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 0038-mythplayer-Avoid-stutters-between-programs-and-when-.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Fixed in [5161a5f43df98250314acbfda15ab5f8e3d8002d]
Revert "Force reload of context and stream properties when switching between LiveTV segments."
Fixes #9823. Refs #9542. This was already reverted in master, but we missed the backport to 0.24-fixes.
This reverts commit 08a8a65535638de185e68f76898c118161d4bf88.
comment:3 Changed 13 years ago by
Milestone: | unknown → 0.24.2 |
---|
commit 08a8a655 was reponse to ticket #9542. I think issue in #9542 was not fixed by other way so this patch should introduce it again.