Ontime v1 - old
  • ontime
  • Feature list
  • Main Concepts
    • Application shortcuts
    • Interface
      • Settings Menu
      • Event List
      • Timer Control
      • Display Messages
      • Info
    • Event Types (Blocks)
      • ⚙️Settings
        • App Settings
        • Event Data Settings
        • URL Aliases Settings
        • Cuesheet Settings
        • OSC Settings
  • Views
    • Network views (Intro)
    • Stage Timer
    • Minimal Timer
    • Backstage Info
    • Public Info
    • Lower Thirds
    • PiP
    • Studio Clock
    • Cuesheet
    • Countdown
    • Clock
  • Control and feedback
    • OSC
    • HTTP API
  • Features
    • Smart Time Entry
    • The delay workflow
    • Roll
    • Import events from Excel
    • URL Aliases
    • Edit Anywhere
    • Headless Mode (Docker)
    • Note: Lower thirds in OBS
    • User fields
    • Custom Styling
    • Make your own viewer
    • Count to anything
  • ❤️Additional Notes
    • Control Ontime from vMix
    • Sync: Poll ontime status
    • Use in Raspberry Pi
Powered by GitBook
On this page

Was this helpful?

  1. Features

Note: Lower thirds in OBS

Using the lower thids in OBS Studio

PreviousHeadless Mode (Docker)NextUser fields

Last updated 3 years ago

Was this helpful?

It is possible to use the lower thirds feature in OBS in any networked machine using the Browser Renderer.

  • Please use an appropriate URL as defined in the

  • Remember to clear the CSS properties to ensure a transparent background (on by default in OBS)

  • The options "Shutdown source when not visible" and "Refresh browser when scene becomes active" ensures that the lower third animation play on load / unload

body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }

Lower Thirds Section
Please note use of Custom CSS and active Shutdown and Reload scene properties