Re: playing mp3 via datatypes doesn't work under MOS
Posted: Thu May 26, 2016 9:52 pm
@p-OS:
There is nothing I can do about this. It's a bug in MorphOS. Please report the following to the MorphOS team:
1) Raoui.mp3: NewDTObject() fails on this entirely, i.e. mp3.datatype fails to recognize this one as an MP3.
2) Port Colon.mp3: This one can be loaded but SDTA_SampleLength returns 17280 PCM frames which is about half a second of audio. That's why you can play it with Hollywood but it will immediately stop again because mp3.datatype reports that there is only 0.5 seconds of audio.
AFAIR the MorphOS mp3.datatype is based on a pretty outdated and picky version of FFMPEG which might get things messed up if there are certain extensions in the MP3 like ID3 stuff. But this definitely has to be fixed in MorphOS, not in Hollywood. The reason why it works in Multiview is probably because Multiview uses Reggae which Hollywood currently doesn't support.
There is nothing I can do about this. It's a bug in MorphOS. Please report the following to the MorphOS team:
1) Raoui.mp3: NewDTObject() fails on this entirely, i.e. mp3.datatype fails to recognize this one as an MP3.
2) Port Colon.mp3: This one can be loaded but SDTA_SampleLength returns 17280 PCM frames which is about half a second of audio. That's why you can play it with Hollywood but it will immediately stop again because mp3.datatype reports that there is only 0.5 seconds of audio.
AFAIR the MorphOS mp3.datatype is based on a pretty outdated and picky version of FFMPEG which might get things messed up if there are certain extensions in the MP3 like ID3 stuff. But this definitely has to be fixed in MorphOS, not in Hollywood. The reason why it works in Multiview is probably because Multiview uses Reggae which Hollywood currently doesn't support.