tifroz
9 years agoStreaming Star
no trickPlayBar after pausing video programmatically
Using the Video roSGNode, the trickPlayBar and bufferingBar do show up when appropriate as long as one uses the Roku remote to control the video with pause/seek. However when pausing/seeking programmatically they don't show up at all.
What am I missing?
As a reference, here is the doc for the video node's trickPlayBar & bufferingBar
What I have tried: I experimented by executing the following code when a video pause event is fired...with this, some elements of the trickPlayBar do show up, but the trickPlayBar clearly wasn't meant to be used that way because it's very buggy (background is missing, time is off, elements will only show up if the trickPlayBar was previously shown at least once using the remote etc...)
What am I missing?
As a reference, here is the doc for the video node's trickPlayBar & bufferingBar
What I have tried: I experimented by executing the following code when a video pause event is fired...with this, some elements of the trickPlayBar do show up, but the trickPlayBar clearly wasn't meant to be used that way because it's very buggy (background is missing, time is off, elements will only show up if the trickPlayBar was previously shown at least once using the remote etc...)
m.videonode.trickPlayBar.visible = true