Forum Discussion
roVideoScreen was deprecated. I don't think roVideoPlayer was.
- thdev4 years agoChannel Surfer
roVideoPlayer is deprecated according to the logs from the device.
When I create the object it sends the log that it's deprecated.Any other options you can think of?
- necrotek4 years agoRoku Guru
If you are unable to use roVideoPlayer (it may be deprecated but sometimes exceptions can be made for games) you cannot mix Scenegraph and roScreen components but you can switch between them. If you just need to play a video, spin up a Scenegraph context to play the video and drop back to roScreen on closing scenegraph.
- thdev4 years agoChannel Surfer
I need to show a video within the game. In the same time.
You've mentioned that sometimes exceptions can be made for games regarding roVideoPlayer.
Can you expand on this? How can I use it anyway within my game?