I want to create Audio Radio Station, that have a JSON file that updates song's description every time when new song plays. I want to know that how can i handle it? Can i use streamingSegment field to update song's description every time from JSON?
I'm also trying to do what you want to do, but no success until now. By the way where do you want to put your JSON in the Roku panel?
Till now i come to the solution, use TIMER and call your server after sometime. It will update your data. But I'm also stuck in it.
@oa24153 wrote:Till now i come to the solution, use TIMER and call your server after sometime. It will update your data. But I'm also stuck in it.
Where do you see TIMER? The only voice I can see is under Content page BufferPictureTimer.
@oa24153 wrote:https://developer.roku.com/en-ot/docs/references/scenegraph/control-nodes/timer.md
I don't see it, I'm using Custom SDK, not Direct Publishing. Is that right?