OnTime: Difference between revisions

From YSTV Documentation Wiki
(Created page with "OnTime is the stage timer system we use to manage time for live shows with a specific running order. It is a piece of software that usually runs on edit1. The software can b...")
 
Line 6: Line 6:


= Signage =
= Signage =
Currently, the iMac on the control room monitor wall and Mac Mini rigged in the lighting rig display the timer view so that crew members can see current timings.
Currently, the iMac on the control room monitor wall and Mac Mini rigged in the lighting rig display the timer view so that crew members can see timings for the current production.


The Macs should automatically display the [[OnTime]] timer view when they are powered on; this is currently achieved by a script which runs on startup and opens Firefox in kiosk mode to https://go.ystv.co.uk/signage. At the time of writing, this redirects to edit1's IP address on port 4001. This redirection can be changed by modifying the entry for "signage" on the [[URL Shortener]] admin page.
The Macs should automatically display the [[OnTime]] timer view when they are powered on; this is currently achieved by a script which runs on startup and opens Firefox in kiosk mode to https://go.ystv.co.uk/signage. At the time of writing, this redirects to edit1's IP address on port 4001. This redirection can be changed by modifying the entry for "signage" on the [[URL Shortener]] admin page.

Revision as of 12:04, 16 November 2022

OnTime is the stage timer system we use to manage time for live shows with a specific running order. It is a piece of software that usually runs on edit1.

The software can be found at https://github.com/cpvalente/ontime

A Streamdeck can be used to make it easier to control OnTime, although it can be controlled using just a keyboard and mouse just fine. The Streamdeck can be connected using BitFocus Companion and the plugin GetOnTime-OnTime, which should be pre-installed with BitFocus Companion (I need to double check that).

Signage

Currently, the iMac on the control room monitor wall and Mac Mini rigged in the lighting rig display the timer view so that crew members can see timings for the current production.

The Macs should automatically display the OnTime timer view when they are powered on; this is currently achieved by a script which runs on startup and opens Firefox in kiosk mode to https://go.ystv.co.uk/signage. At the time of writing, this redirects to edit1's IP address on port 4001. This redirection can be changed by modifying the entry for "signage" on the URL Shortener admin page.

The Mac Mini in the lighting rig will automatically boot on power; the iMac on the monitor wall will need to manually be powered on. Both Macs will also need to be shutdown manually - this can be done by pressing the power button once and they'll shutdown after 60 seconds.

Both Macs currently run Ubuntu. We still need to investigate a proper signage solution. We did attempt to use PiSignage, however it turns out trying to use something designed for a Raspberry Pi on Ubuntu on a Mac doesn't work very well (the main reason we're using the Macs for signage is because they were just lying around not being used and aren't really suitable to be used for anything else).