Forum Discussion
roVideoScreen was deprecated. I don't think roVideoPlayer was.
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?- necrotek4 years agoRoku Guru
I do not see rovideoplayer in the list of deprecated
https://developer.roku.com/docs/references/deprecated-apis.md
and does not mention deprecated on the doc page
https://developer.roku.com/docs/references/brightscript/components/rovideoplayer.md
roVideoplayer may have become un-deprecated according to this thread
https://community.roku.com/t5/Roku-Developer-Program/Is-roVideoPlayer-Not-Depreciated/td-p/510580
The warning may be a false flag that was not removed. Contact roku partnersuccess for clarification and have them flag for updating the warning message.