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: 
gomad
Roku Guru

How to get RAF playback errors?

How I can listen to or get the RAF ads playbacks errors? like i am seeing this error but no events:

[RAF.err] showVideoAd(): excessive video buffering detected, canceling ad play

Also, if possible, the reason for getting those errors, mostly to certify that the ads played well.
0 Kudos
2 REPLIES 2
renojim
Community Streaming Expert

Re: How to get RAF playback errors?

You can try setDebugOutput().  I don't know if that will get you what you want or not.

-JT
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.
0 Kudos
RokuNB
Roku Guru

Re: How to get RAF playback errors?

[RAF.err] diags are always printed to Brightscript console (telnet 8085 for side-loaded app), intentionally - while they are non-fatal (they don't affect behavior, it is preserved exactly as before v2.5 when there were no such warnings printed), they relate detected issues, sometimes with recommendation to fix.

Regarding how ads are playing, use the tracking beacons (impression, completion, quartiles) stats if you have access to those. Alternatively you can use .setTrackingCallback() and i believe for that particular issue you would have received a call.
0 Kudos