occ-ai / obs-urlsource

OBS plugin to fetch data from a URL or file, connect to an API or AI service, parse responses and display text, image or audio on scene
https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/
GNU General Public License v2.0
130 stars 18 forks source link

Output text source is not updated #64

Open Jeetah opened 7 months ago

Jeetah commented 7 months ago

I have a data source that should do requests every 30s - and outputs this to a text source (due to the mentioned CSS rendering issues). But the text source is never updated and keeps the initial values forever or until I reload the scene.

royshil commented 7 months ago

@Jeetah are you sure the request is going through? the logs may point to a problem in the request best to test the request first to see the output is what you expect

royshil commented 6 months ago

stale. closing

Jeetah commented 5 months ago

It's still an issue - during active streaming the data source is not refreshed. When I manually click on "Test data source" I see the current value - but this is not used in the overlay value. Although I have these seetings: image