Skip to content
Gong Xian edited this page Feb 22, 2023 · 17 revisions

Mr. OTCS is a Python program that runs a pair of ffmpeg processes, one to encode videos in a playlist text file consecutively, and one to receive that encoding in real time and relay it to an RTMP endpoint. As each video is queued for streaming, Mr. OTCS generates a JSON file containing the schedule of upcoming videos to be displayed in a webpage.

Getting started

Clone this wiki locally