How do I open another channel from one channel in Roku?

試著忘記壹切 提交于 2019-11-29 16:07:46

A bit twisted but don't think there is simpler way:

  • create roDeviceInfo, call GetIPAddrs() to determine IP of the box
  • create roUrlTransfer, call setURL("http://"+IP+":8060/launch/33739"), then say PostFromString()

Nas Banov answer inspired me to write an article on dev.to regarding launching Roku Channel from within another channel. I hope my post will make it even more clear on how to do this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!