Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DP_Tech
Binge Watcher

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

Jump to solution

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.}

 

 

0 Kudos
1 Solution

Accepted Solutions
atc98092
Community Streaming Expert

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

Jump to solution

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.

Dan

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee, just another user.

View solution in original post

0 Kudos
2 REPLIES 2
atc98092
Community Streaming Expert

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

Jump to solution

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.

Dan

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee, just another user.
0 Kudos
DP_Tech
Binge Watcher

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

Jump to solution

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

0 Kudos