Opened 15 years ago

Last modified 11 years ago

#6974 closed Patch - Bug Fix

last few seconds of video are not played — at Initial Version

Reported by: Mark Spieth Owned by: Isaac Richards
Priority: minor Milestone: 0.27
Component: MythTV - Video Playback Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

when a recording or video is played, the last few seconds are not played.

There are 2 reasons for this:

  1. appended audio with no more video is sent and discarded but the audiooutput.

so if not paused, feed the audio into the output buffer carefully but not with infinite wait.

  1. eof is detected and any frames in the queue are discarded.

delay eof activation until all frames are played

needs some testing with unusual cases such as audio only and video only.

this is another of my annoyances fixed.

patch attached.

Change History (1)

Changed 15 years ago by Mark Spieth

Attachment: play-to-end.patch added
Note: See TracTickets for help on using tickets.