tesshucom / jpsonic

This is a repository for development. See https://github.com/jpsonic/jpsonic
GNU General Public License v3.0
13 stars 13 forks source link

[Docker/Alpine] Fix bug that ffmpeg did not work #2649

Closed tesshucom closed 1 month ago

tesshucom commented 1 month ago

Problem description

Since 114.0.6, ffpmeg is not available in Alpine Image. This pull request will resolve it.

Steps to reproduce

Play the song under conditions that allow MP3 transcoding. Enabling [mp3 audio] and playing FLAC songs in BPS320, etc.

System information

Playable Jpsonic ffmpeg
Y 114.0.0 ffmpeg-6.1.1-r0
Y 114.0.5 ffmpeg-6.1.1-r0
N 114.0.6 ffmpeg-6.1.1-r0
N 114.0.7 ffmpeg-6.1.1-r0
N 114.1.0 ffmpeg-6.1.1-r0
N 114.1.2 ffmpeg-6.1.1-r0

Details

In 114.0.6, a somewhat drastic measure was taken to remove librav1e.so.0.6.6. This was to avoid GHSA-c827-hfw6-qwvm⁠(rustix 0.37.19), but the method was not appropriate. This Pull Request will roll it back. It is assumed that there is probably no problem, but progress is being monitored.