Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 503 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 503 Bytes

streaming-ops

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;