I watched this today and I might give it a shot.
I'm assuming you just setup a crontab schedule to kick off the script?

Also, do we need a delete script to remove them if the MP3s are older than a month or week.

73,
Russell Thomas, KV4S
DMR TG: 240218 | YSF: US KV4S | D-STAR: XRF334R
Allstar: 47923 | IRLP: 4535 | EchoLink: KV4S-L
Web: http://KV4S.com

On Mon, Jul 8, 2019, 2:57 AM Joshua Nulton <kg5ebi@gmail.com> wrote:
I have put together a <15 minute tutorial on everything needed to record the QSO's on your Allstar node, move them to an internet accessible web folder and convert them from large .WAV files (the compression used is not all that bad really) into manageable .MP3 files that will play back simply through your browser.

YouTube link: https://youtu.be/SnOBoF85k0k

The process requires the installation of 4 packages.
  1. Apache2 (most likely have this installed already)
  2. rsync (very small, lightweight and reliable)
  3. ffmpeg to convert the audio
  4. 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:
https://drive.google.com/open?id=1-z9UgW_L81MKl9eBKqMmDeT0xO9jl7qE

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

Enjoy and if you have any questions, please post them on the official Allstar Community forum here: https://community.allstarlink.org/
73's
Jae   KG5EBI
_______________________________________________
App_rpt-users mailing list
App_rpt-users@lists.allstarlink.org
http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.