showuptv-node lets you follow and archive your favorite models' shows on showup.tv
RTMPDump(ksv) used to capture the streams.
Node.js used to run showuptv-node, hence the name.
ffmpeg compiled with support for libmp3lame
& libspeex
audio for converting the output files.
You can help me to improve this script by buying me a coffee.
Install requirements, run npm install
in the same folder as main.js is. Add models you want to capture to config.yml file.
To start capturing streams you need to run node main.js
I recommend you do this in screen as that'll keep running if you lose connection to the machine or otherwise close your shell.
There is a simple script to convert .flv
files. Just edit convert.yml
file and set proper values for srcDirectory
(should be the same with completeDirectory
) and dstDirectory
, and run node convert.js
in separate console window.
Note for Windows users: You should copy
ffmpeg.exe
file into the same directory asmain.js
is.