A wrapper for ffmpeg and streamlink to grab your favorite streams live and encode them right after
Note: a more thorough documentation is scheduled for soon™
git clone https://github.com/TildeSlashC0re/stream-grab-and-transcode.git;
cd stream-grab-and-transcode;
cat config.example > config;
nano config # Provide, at minimum(!), $WORKDIR
# Optionally you can also
nano config.streamlink sudo apt-get update;
sudo apt-get install python-pip ffmpeg;
pip install streamlink # if you defined $APPRISE_HOOK_TARGET in your config you need to
pip install apprise ./listener
# OR
./listener <url> CTRL + C ./log/nuke-logs