YouTube link:
https://youtu.be/SnOBoF85k0k
The process requires the installation of 4 packages.
- Apache2 (most likely have this installed already)
- rsync (very small, lightweight and reliable)
- ffmpeg to convert the audio
- lame encoder to convert to mp3 codec
Installation and configuration of everything is demonstrated in the YouTube tutorial video. If you don't want to type out the bash script it can be downloaded here:
The software mentioned above will still need installed as per video instructions. Quick overview is here:
sudo -s
apt update
apt-get install apache2
apt-get install rsync
apt-get install ffmpeg
apt-get install lame
mkdir /var/www/html/library
73's
Jae KG5EBI