Question / Help Adding running time on a broadcast

Rayj

Member
So, I tried posting in Scripts and plugin forums but I guess I don't have privileges.

My question is: I want to add the current time during a broadcast, say at the bottom of the video or better yet in a bottom third type graphic. I imagine it will take either a script or plugin? Does one exist?

Thanks,

Ray
 

Sam W

New Member
Gonna just write in here because i am looking for something similar...

Looking for a way to track how long the stream has been running in a text box or something similar. New with OBS, any help appreciated
 

Rayj

Member
I plan on streaming live when the first hurricane comes through and I want to also include the current time.
 

Rayj

Member
I have a neat Javascript file that does what I want, but I doubt there is way to incorporate it into a live stream? (hint, hint)
 

Rayj

Member
Write time to a text file and text source reading form that file
Not sure how to incorporate that. Right now my Javascript writes to a webpage. That way I can change the color and size of the font. If I write to a .txt file, I miss that capability. Also, the txt file would be updated every 1000ms. How do I update the stream with the new time?
 
Top