kenbrueck
13 years agoVisitor
1080p video vs. roScreen
I'm building custom navigation for seeking during a video. I'd like to use roScreen for performance reasons but my HLS video goes up to 1080p. Based on these threads, I believe I can't use 1080p video and roScreen at the same time:
viewtopic.php?p=324107
viewtopic.php?f=34&t=47560&p=323717
Even though I'd like to, I don't need to show the video while the user is navigating, so roVideoPlayer and roScreen don't need to occupy the screen at the same time. I was thinking of the following:
- create roVideoPlayer and play 1080p video
- when the user presses left/right/rw/ff, create a 720p roScreen with custom nav
- when the user has finished navigating, call close() on the roScreen
- resume 1080p playback in roVideoPlayer
Is it possible to do something like the above and still get 1080p playback?
viewtopic.php?p=324107
viewtopic.php?f=34&t=47560&p=323717
Even though I'd like to, I don't need to show the video while the user is navigating, so roVideoPlayer and roScreen don't need to occupy the screen at the same time. I was thinking of the following:
- create roVideoPlayer and play 1080p video
- when the user presses left/right/rw/ff, create a 720p roScreen with custom nav
- when the user has finished navigating, call close() on the roScreen
- resume 1080p playback in roVideoPlayer
Is it possible to do something like the above and still get 1080p playback?