Open sujithdb opened 5 years ago
I can't reproduce exactly what you describe, but there is definitely something not right with ads in v1.1. My guess is that it's a regression introduced by the new preloading feature. Ads do work as expected in v1.0. I'll open a ticket internally and we'll get it fixed in the next release.
Thanks Chris for the response.
To reproduce the error, I have forked the repo and made the changes. You may clone it from below link and sideload the 2nd sample (2_Basic+Channel) https://github.com/sujithdb/SceneGraphDeveloperExtensions
Notes:
The video is missing only for the 1st Ad play. In case I am playing back to back videos as in a "Comedy" category, the for the rest of the videos plays, the Ad displays without any problem.
In a forum, it was mentioned that there could be a possibility of the VideoPlayer getting initiated twice. Sorry, I was not able to figure it out, but may be you could.
In short, what I feel is that the current sample and RAF version is fine, but somewhere there is a VideoPlayer initializing issue.
Thanks again.
I am relatively new to Roku. Currently trying out the Basic_Channel sample to be used with RAF. I cloned the 2_Basic+Channel sample into my local and followed the below steps and encountered the error.
Steps:
Cloned the sample channel [2_Basic+Channel]
In the components\contents\RootHandler.brs file add the below code between lines 28-29 (updated file attached). Note: Code used from Roku_Recommends sample in the same repo.