Opened 6 years ago

Closed 5 years ago

Last modified 4 years ago

#13999 closed bug (fixed)

Haiku cannot play any module music

Reported by: miqlas Owned by: pulkomandy
Priority: normal Milestone: R1/beta2
Component: Audio & Video/Codecs Version: R1/Development
Keywords: module music Cc:
Blocked By: Blocking:
Platform: x86-64

Description

On current ( hrev51801 ) x86_64 Haiku i got troubles with module music files ( https://en.wikipedia.org/wiki/Module_file ). I got a bunch of .xm, .it, .mod, .s3m files but Haiku cannot play them.

1) MediaPlayer says they aren't media files
2) media_client plays silence
3) ffplay plays silence
4) mpd plays silence

I suppose it is something with libmodplug, but maybe it is something with the buffer size on ffmpeg side.

Here you can find plenty example files : https://modarchive.org/

Not tested on 32 bit yet.

Change History (4)

comment:1 by miqlas, 5 years ago

Libmodplug is from 2004 and have no active development. It have plenty known bugs with different module formats, and it is in "deprecated" status.

OpenMPT is newer, have better error handling, and it even provides an ABI/API compatible library for libmodplug based programs so they can use it without any changes.

FFMPEG already provides integration for the OpenMPT library. Building FFMPEG with openMPT results in working module file playback in MediaPlayer.

comment:2 by miqlas, 5 years ago

https://github.com/haikuports/haikuports/pull/3785#issuecomment-485497117 merged, you can close this ticket as it is solved. Thanks.

comment:3 by diver, 5 years ago

Resolution: fixed
Status: newclosed

Thanks!

comment:4 by nielx, 4 years ago

Milestone: UnscheduledR1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.