Download the script or clone it from GitHub. Save it to a folder where it can be easily run with enough space for media files.
Change what courses to monitor in the setup.py file under the variable subjects. This subject tag is the same as displayed in the URL of the web stream. The course names has to be lower case.
The script can be set up as a cronjob to check for new video streams. startup.py will check for new streams and if they are allready recording. If a recording of a subject is already underway it will not interfeer but check for other streams.
All streams are recorded in a .ts file format, so when the stream is finished it might be a good idea to transcode the recorded file to a more versitile format like mp4. This is a job easily completed with programs like Handbrake or FFMPEG(Is know to throw errors)
Under construction