This plugin displays text with many advanced features.
See the Pango Markup Language for detailed markup tags available.
List of properties describes all available propeties.
This plugin can set the text by setting or from a text file. To have transition, it is recommended that the text is updated from a progam, not by typing on the propeties window.
You can use SetSourceSettings
request for obs-websocket.
Request fields will be as below for example.
{"sourceName": "source-name", "sourceSettings": {"text": "your new text"}}
This plugin checks these file attributes; inode, mtime, and size. Recommended flow to update the text is as below.
/dev/shm/text.txt
for example.your_program > /dev/shm/text.txt~
mv /dev/shm/text.txt~ /dev/shm/text.txt
This step is atomic so that the plugin won't read the middle state.