DeaDBeeF-Player / deadbeef

DeaDBeeF Player
https://deadbeef.sourceforge.io/
Other
1.59k stars 174 forks source link

Ogg-FLAC streams and files do no play #3059

Closed bubbleguuum closed 3 months ago

bubbleguuum commented 3 months ago

For example, Radio Paradise:

https://stream.radioparadise.com/flacm

It results in this error:

No suitable decoder found for stream https://stream.radioparadise.com/flacm of content-type application/ogg

Tap mapping for network streams and application/ogg mime-type is the default value stdogg opus ffmpeg

FFmpeg plugin is of course installed.

A file with ogg container with FLAC audio does not play as well.

Such file can be trivially generated from any FLAC file with:

ffmpeg -i file.flac -c:a copy -vn file.ogg

Oleksiy-Yakovenko commented 3 months ago

duplicate of #1122