Opened 10 years ago
Closed 10 years ago
#11372 closed bug (fixed)
CD .wav files crash media player (64 bit)
Reported by: | vidrep | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/MediaPlayer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attempting to play a CD in mediaPlayer causes an error message to be generated (see screenshot2). Video files that previously played in mediaPlayer also cause an error.
Attachments (1)
Change History (8)
by , 10 years ago
Attachment: | screenshot2.png added |
---|
comment:1 by , 10 years ago
Component: | Applications/MediaPlayer → Servers/media_addon_server |
---|---|
Milestone: | R1 → R1/alpha5 |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Milestone: | R1/alpha5 → R1 |
---|
comment:3 by , 10 years ago
Component: | Servers/media_addon_server → Applications/MediaPlayer |
---|
Make sure your ffmpeg is up to date (version 0.11.5 is needed), and please run MediaPlayer from Terminal and share the output you get there.
Also, this has nothing to do with the media_addon_server (media plugins are not the same as media add-ons).
comment:4 by , 10 years ago
Ffmpeg version was 0.10.2. However, in order to update to 0.11.5 the package manager says it has to uninstall Webpositive and Haikuwebkit. I went ahead with the ffmpeg update, and CD's are now playing again. Attempting to reinstall Webpositive again brings up an error message that libavcodec is not available (see ticket #11371).
comment:5 by , 10 years ago
HaikuWebKit does not require FFmpeg directly, so I dunno what's up with that...
comment:6 by , 10 years ago
I guess that libtool has linked in transitive dependencies as usual; these have been added then in HaikuWebKit requirements. This is a topic I brought up on the mailing list without really following up.
http://www.freelists.org/post/haiku-development/libtool-link-all-deplibs,2
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It does require ffmpeg for web audio support (not the same as html5 audio). It uses it to compute Fourier transforms and other similar stuff. libtool is not involved. this is reported in #11371 already, so closing this.
Probably caused by PulkoMandy's changes to FFmpeg recently. Reassigning to him.