Opened 15 years ago
Closed 15 years ago
#2030 closed defect (fixed)
real media files with sipr don't play audio
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | ad |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Recent versions of mplayer seem to be unable to play real media files with the sipr audio codec.
Take for example this video:
http://samples.mplayerhq.hu/real/AC-sipr/28dewdz-ep2.rm
I get this error message:
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
[sipr @ 0xd92460]Invalid block_align: 320
Could not open codec.
(after that follow a bunch of lines trying to use the proprietary real codecs I have not installed)
ffmpeg is able to decode sipr and convert it. If I use "ffmpeg -i 28dewdz-ep2.rm test.avi", I get an avi file with sound that I can play. So it's probably an issue within mplayer.
Also, I'm 99% sure that previous versions of mplayer were able to play those video files.

Should be fixed with latest FFmpeg.