Ontime v2
Link to new docs
  • ontime
  • Feature list
  • Roadmap
  • Contributing
  • Main Concepts
    • Interface
      • Settings Bar
      • Rundown
      • Timer Control
      • Display Messages
      • Info
      • Quick start
      • Upload
      • Integration Settings
      • Application Settings
        • App Settings
        • Event Data
        • Editor Settings
        • Cuesheet settings
        • Views
        • URL Aliases
      • About modal
  • Views
    • Network views (Intro)
    • Stage Timer
    • Clock
    • Minimal Timer
    • Backstage Info
    • Public Info
    • Lower Thirds
    • Studio Clock
    • Countdown
    • Cuesheet
  • Control and feedback
    • Ontime APIs
      • HTTP API
    • Integrations
    • Runtime Data
  • Features
    • Google Sheet
    • 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
    • External data
  • ❤️Additional Notes
    • Control Ontime from vMix
    • Sync: Poll ontime status
    • Use in Raspberry Pi
    • Companion module
Powered by GitBook
On this page
  1. Features

Note: Lower thirds in OBS

Using the lower thids in OBS Studio

PreviousHeadless Mode (Docker)NextUser fields

Last updated 2 years ago

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