4phun / amproid

Amproid is an Ampache client for Android
GNU General Public License v3.0
9 stars 1 forks source link

.mp3 files do not play (.aac files do) #11

Closed Tarnyko closed 7 months ago

Tarnyko commented 1 year ago

Same server : Ampache 4.2.5 running on PHP 7.4.19.

Although the cursor & controls are active on .mp3 songs, no sound comes out. Both formats are set to "transcode: allowed". "backend = ffmpeg" (ffmpeg & lame are present on the server). Amdroid app plays them fine. How is it possible to debug this?

4phun commented 1 year ago

Hi,

This is very strange behavior. Amproid uses the device's built-in media player, as accessible from Java. It doesn't do its own decoding & output. So the only thing I can think of is maybe there is some problem with the device's MP3 decoder?