Issue: setMessagePort is not a function
ShriprasadM opened this issue · 3 comments
ShriprasadM commented
setMessagePort is not a function.
I have used following example, but even facing same issues with other examples too.
https://github.com/googleads/googleads-ima-roku-dai/tree/main/podserving_example
lvcabral commented
Hi @ShriprasadM the BrightScript emulator is based on the brs-emu library, that still does not implement the Roku SceneGraph framework, see the limitations doc.
Currently it focus on the Draw 2D API that allows to create games and apps (not streaming).
We plan to support RSG in the future.
lvcabral commented
You will find links for 3 games with source code in the release page, so you can test the emulator: https://github.com/lvcabral/brs-emu-app/releases/tag/v0.10.31
ShriprasadM commented
Thank you @lvcabral for an update