<div dir="ltr">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.<div><br></div><div>YouTube link: <a href="https://youtu.be/SnOBoF85k0k">https://youtu.be/SnOBoF85k0k</a><br><div><br></div><div>The process requires the installation of 4 packages.</div><div><ol><li>Apache2 (most likely have this installed already)</li><li>rsync (very small, lightweight and reliable)</li><li>ffmpeg to convert the audio</li><li>lame encoder to convert to mp3 codec</li></ol><div>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:</div></div><div><a href="https://drive.google.com/open?id=1-z9UgW_L81MKl9eBKqMmDeT0xO9jl7qE">https://drive.google.com/open?id=1-z9UgW_L81MKl9eBKqMmDeT0xO9jl7qE</a><br></div><div><br></div><div>The software mentioned above will still need installed as per video instructions. Quick overview is here:</div><div><br></div><div>sudo -s</div><div>apt update</div><div>apt-get install apache2</div><div>apt-get install rsync</div><div>apt-get install ffmpeg</div><div>apt-get install lame</div><div>mkdir /var/www/html/library</div><div><br></div><div>Enjoy and if you have any questions, please post them on the official Allstar Community forum here: <a href="https://community.allstarlink.org/">https://community.allstarlink.org/</a></div><div>73's</div><div>Jae   KG5EBI</div></div></div>