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: 
Alesakndr
Channel Surfer

Test example AWS Adapter not work.

The SDK documentation(https://developer.roku.com/en-gb/docs/developer-program/advertising/ssai-adapters.md#aws-adapter) pointed on the example: https://github.com/rokudev/samples/tree/master/advertising/rsgemt/

In this example deprecated links on the manifest files.

 

Telnet logs:

[RAF] setDebugOutput(false)
RAFX_SSAI version 0b.48.28
SDK (15:45:21Z 177): Transfer url: https://mediatailor.us-east-1.amazonaws.com/v1/session/hashed_account_ID/originID/master.m3u8 failed, got code: -6 reason: Could not resolve host: mediatailor.us-east-1.amazonaws.com
Error requesting stream <Component: roAssociativeArray> =
{
    error: "No valid response from https://mediatailor.us-east-1.amazonaws.com/v1/session/hashed_account_ID/originID/master.m3u8"
}
^CRAFX_SSAI version 0b.48.28
SDK (15:45:21Z 177): Transfer url: https://mediatailor.us-east-1.amazonaws.com/v1/session/hashed_account_ID/originID/master.m3u8 failed, got code: -6 reason: Could not resolve host: mediatailor.us-east-1.amazonaws.com
Error requesting stream <Component: roAssociativeArray> =
{
    error: "No valid response from https://mediatailor.us-east-1.amazonaws.com/v1/session/hashed_account_ID/originID/master.m3u8"
}

 

 

 

 

Could you update the example with the correct manifest link?

CC: @RokuBen 

0 Kudos
1 REPLY 1
renojim
Community Streaming Expert

Re: Test example AWS Adapter not work.

@Alesakndr, if you look at contents.json you'll see where the description says, "Replace url with your test asset".  It's not meant to be a working example as is.  The reference to "hashed_account_ID" and "originID" give that away.  You'd need to replace them with your own IDs.

https://github.com/rokudev/samples/blob/master/advertising/rsgemt/assets/contents.json

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.