

Added an example Lua script: An “Instant Replay” script which automatically saves a replay if there’s an active replay buffer, and then plays back that replay in a specified media source after that replay has saved.Added an example Lua script: A “Countdown Timer” script which sets the text of a text source to a countdown timer which counts down when that text source is displayed on stream.Added an example Lua script: An “Analog Clock” source which draws an analog clock (added like any other source when the script is active).Scripting documentation can be found in the developer documentation:.
#OBS STUDIO DOWNLOAD FOR MAC INSTALL#
On windows, to use Python, Python version 3.6 must be installed separately (“x86-64” version if 64bit OBS Studio, “x86” version if 32bit OBS Studio), and the Python 3.6 install path must be configured in the Python settings tab. Python is available if access to its convenient libraries is desired.Lua is recommended for high-performance scripts, automation, and sources. Lua is supported via Luajit, which comes with the program.Scripting can be accessed via the “Tools” menu -> “Scripts”. Added Luajit/Python3 scripting support.

