Ticket #947 (assigned defect)
Issues loading PCM Wav on Unix
| Reported by: | verm | Owned by: | nielsm |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Audio | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | All | |
| Sub Component: |
Description (last modified by nielsm) (diff)
When I try to load a PCM Wav I get this error:
ffmpegsource factory: FFmpegSource audio provider: Failed to open audio track: Out of bounds track index selected
The debug output to the console for the various readers are:
18:22:17: Debug: Creating PCM WAV reader failed with message: PCM audio provider: Attempted to map beyond end of file Proceeding to try other providers. 18:22:17: Debug: Creating Wave64 reader failed with message: Wave64 audio provider: File is not a Wave64 RIFF file Proceeding to try other providers.
Loading the same file a second time succeds though it appears it's still not using the PCM wav reader anymore I get the exact same output as above.
Change History
comment:2 Changed 2 years ago by TheFluff
- Owner changed from TheFluff to nielsm
- Status changed from new to assigned
The "attempted to map beyond end of file" isn't my fault, I blame jfs. I guess the out of bounds track index one might be, but it's probably a problem with ffms itself and it should be fixed there.
comment:3 Changed 20 months ago by verm
This is being worked on in milestone:2.2.0
Note: See
TracTickets for help on using
tickets.

Any chance this was fixed?