Forum Discussion

DP_Tech's avatar
DP_Tech
Binge Watcher
2 years ago
Solved

IgnoreThisOne:RAF.renderStitchedStream() not returning in scenegraph-master-sample/VideoAds

Edit: Ignore this one since it has been flagged as having a solution.

In the VideoAds sample here, video ads are successfully displayed, however at the end of the Ad the content does not start playing.  Nothing was changed to the workspace outside of providing a launch.json file to run it from VS Code.

From what we observed, the ad starts playing when PlayerTask.brs calls

keepPlay = RAF.renderStitchedStream(csasStream, parentNode)

but the function call never returns so it doesn't continue on in the while loop.

Here is the end part of the VS Code output window if it helps:

------ Running dev 'Video Ads' main ------
11-30 21:17:53.892 [scrpt.ctx.run.enter] UI: Entering 'Video Ads', id 'dev'
[RAF] setDebugOutput(true)
[RAF] Roku_Ads Framework version 3.0711
[RAF] setDebugOutput(false)
11-30 21:18:10.026 [beacon.signal] |VODStartInitiate ----------> TimeBase(14156 ms)
11-30 21:18:10.029 [beacon.signal] |VODStartComplete ----------> Duration(2961 ms)
[RAF.err] no Nielsen app id set when expanding ROKU_ADS_NIELSEN_APP_ID. Defaulting to {don't know how sensitive this id is.}

 

 

  • You are posting this on the user side of the forum. You should instead post on the developer's side of the house. Look at the options higher up on the page and you will see the selection for Developers over on the right end.

2 Replies

  • atc98092's avatar
    atc98092
    Community Streaming Expert

    You are posting this on the user side of the forum. You should instead post on the developer's side of the house. Look at the options higher up on the page and you will see the selection for Developers over on the right end.

    • DP_Tech's avatar
      DP_Tech
      Binge Watcher

      Well look at that. Thanks for calling this out.  Link to Developer's post here.