Forum Discussion
tim_beynart
10 years agoChannel Surfer
Unfortunately, bif only works with roVideoScreen. Our implementation uses roVideoPlayer, so all the UI is custom using roImageCanvas. Right now my approach is to download jpegs in sequence during seek, and draw them to screen using roImageCanvas with a url property. One suggestion was to use roTextureManager to load the images, but that only works with roScreen as the base layer, which doesn't quite fit my design but I'll see if there is any performance difference.
You can see an example of what I am trying to accomplish in the Nickelodeon and Comedy Central channels.
You can see an example of what I am trying to accomplish in the Nickelodeon and Comedy Central channels.