Opened 7 years ago
Closed 7 years ago
Last modified 7 years ago
#13172 closed Bug Report - General (fixed)
Playback jerky and audio interrupted if adjusting audio sync negative
Reported by: | Peter Bennett | Owned by: | Peter Bennett |
---|---|---|---|
Priority: | minor | Milestone: | 30.0 |
Component: | MythTV - Video Playback | Version: | v29-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When playing some HD recordings, adjusting the audio sync lower than -100 causes a jerky playback with audio interruptions and video pauses.
It is exacerbated when playing Live TV.
This is caused by insufficient audio being in the buffer at the time the corresponding video frame is played.
This may be related to #12318
Attachments (1)
Change History (7)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Status: | new → accepted |
---|
comment:4 Changed 7 years ago by
Milestone: | needs_triage → 30.0 |
---|
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:6 Changed 7 years ago by
Owner: | changed from Peter Bennett to Peter Bennett |
---|
Note: See
TracTickets for help on using
tickets.
Attached is a proposed patch. With this patch there is also a setting which can be applied to adjust the amount of audio buffering. "AudioReadAhead" can be set to the number of milliseconds to buffer, so setting for example -O AudioReadAhead=1000 will allow setting a negative audio offset of -1000 milliseconds during playback.