Dynamic text inside video.add_text does not update #3072
Closed
gavin2812
started this conversation in
User Support
Replies: 1 comment 3 replies
-
You need a reference for this: the definition of
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using liquidsoap 2.1.4 and I am trying to add dynamic text to a video using this:
where
screentext
is this:But even though the text updates correctly in the console, it does not update on the screen. I have it hardcoded at the beginning of the script as follows:
screentext = process.read("cat /home/test/mytext.txt")
And on the screen it initially shows that correctly, but it does not update as per the timed function even though it does update in the console correctly.
Any ideas why this might be?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions