IrosTheBeggar / mStream

The easiest music streaming server available
http://mstream.io
GNU General Public License v3.0
2.21k stars 186 forks source link

create configs.transcode.ffmpegDirectory on enable if it does not exist #360

Closed tidux closed 2 years ago

tidux commented 2 years ago

Running mStream from Docker without a pre-existing config.json file, enabling transcoding through the UI doesn't work. The binaries are downloaded correctly, but without an output directory provided to ffbinaries.downloadFiles() the extract-and-chmod+x step fails silently. Resolves https://github.com/IrosTheBeggar/mStream/issues/359.

IrosTheBeggar commented 2 years ago

This fix has been added by the linux server group