Opened 16 years ago
Closed 15 years ago
#6652 closed defect (wontfix)
Flac files don't fast forward/rewind
Reported by: | paul < at > planar.id.au | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Video Playback | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I think this is related to http://svn.mythtv.org/trac/changeset/19477, which notes some seeking problems. I see oodles of changes that Stuartm has been doing in other areas of the app, so presume he's busy. It's a niggle, no more, but it would be nice to be able to fast forward / rewind these.
When I fast forward or rewind, I get a brief pause on the first key press, then on the second keypress it usually skips to the next track, with a message in the log of: 2009-06-23 06:34:21.951 avfdecoder.o: seek time 7 2009-06-23 06:34:22.267 Error seeking 2009-06-23 06:34:22.267 Read frame failed
Change History (10)
comment:1 Changed 16 years ago by
Milestone: | unknown → 0.22 |
---|---|
Status: | new → infoneeded_new |
Version: | unknown → head |
comment:2 Changed 16 years ago by
Wow, there's a lot of change in the last two weeks. Presume that's the ffmpeg resync. Retested on 20831 - still doesn't fast forward, but the error messages are different, and it no longer jumps onto the next track:
2009-07-08 21:39:22.181 avfdecoder.o: seek time 27 2009-07-08 21:39:22.494 Error seeking 2009-07-08 21:39:22.494 Read frame failed 2009-07-08 21:39:22.759 WriteAudio?: buffer underrun 2009-07-08 21:39:32.310 avfdecoder.o: seek time 5 2009-07-08 21:39:32.540 Error seeking 2009-07-08 21:39:32.541 Read frame failed 2009-07-08 21:39:32.886 WriteAudio?: buffer underrun
comment:3 Changed 16 years ago by
Status: | infoneeded_new → new |
---|
comment:6 Changed 16 years ago by
Milestone: | 0.22 → unknown |
---|---|
Status: | infoneeded_new → new |
Check suggests that this is an ffmpeg issue, ffplay head has the same problem. Bumping for now.
comment:7 Changed 16 years ago by
Component: | Plugin - MythMusic → MythTV - Video Playback |
---|---|
Owner: | changed from stuartm to Isaac Richards |
comment:8 Changed 15 years ago by
Status: | new → infoneeded_new |
---|
How does this look following our latest ffmpeg sync? How does current ffplay behave?
comment:9 Changed 15 years ago by
Is that the version in 0.23-fixes, or the new 0.24 branch? Unfortunately I "productionised" my test system when I added some tuner cards to it recently, so I only have 0.23-fixes running. I can install another for testing purposes when my new machine turns up end of this week, otherwise I can test 0.23-fixes later tonight (have to upgrade to latest first).
comment:10 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | infoneeded_new → closed |
Current ffmpeg trunk can't seek in flac either. I'd suggest that if you want to be able to seek that you build with --enable-libfaad
Until ffmpeg supports seeking in flac we can't do anything about it.
Could you see if this problem exists with current trunk - [20829]?