MP3 Playback on AROS

Report any Hollywood bugs here
Post Reply
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

MP3 Playback on AROS

Post by Allanon »

Hello,
I'm not able to reproduce any MP3 music on AROS, I've tried several musics, all working on OS4 and on AROS using mplayer but using this simple code Hollywood tell me that the sound format is unknown:

Code: Select all

OpenMusic(1, "Ram:test.mp3")
PlayMusic(1)

Repeat
   WaitEvent
Forever
Ofcourse I've an mp3 named "test.mp3" in ram disk

Please help, that's a very important feature...
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: MP3 Playback on AROS

Post by Allanon »

No one can try to open and play an mp3 under AROS?
User avatar
Clyde
Posts: 349
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

Re: MP3 Playback on AROS

Post by Clyde »

Sorry, no AROS available here right now. :-( Unfortunately I have no time for dealing with that right now ... :-( If you could wait 2 more weeks I can and will give it a try.

But I hope, someone else could help you earlier. :-)

Greetings!
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MP3 Playback on AROS

Post by airsoftsoftwair »

MP3s are currently not supported on AROS due to licensing issues (the mpega.library of AROS contains code that is under the GPL and thus must not be used by a commercial program like Hollywood). Please use mplayer on AROS instead.
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: MP3 Playback on AROS

Post by Allanon »

Andreas wrote:MP3s are currently not supported on AROS due to licensing issues (the mpega.library of AROS contains code that is under the GPL and thus must not be used by a commercial program like Hollywood). Please use mplayer on AROS instead.
Ok, thank you Andreas
Post Reply