Scripts and tools for streaming backend
- video_catalogue is a utility for displaying archived stream recordings. This should be copied to apache content folder at the same level where recording folder resides
- post_recording_hook.py is a python script that will be invoked by the nginx rtmp module as exec_record_done event.
exec_record_done /usr/bin/nice -n 10 /usr/bin/python /opt/nginx/rtmp/post_recording_hook.py $path /library/streaming/recordings/$basename.mp4;