#Ooyala IQ Sample App For Roku
This is a sample app showing how to use Ooyala IQ with a Roku channel. It connects to a Backlot account and displays all the account's assets. Static assets(outside of Backlot) can also be added manually in getNonBacklotAssets
.
##Building
- Clone this repository
- Get Ooyala IQ brightscript library and copy it into your source folder
- Update appMain file with your account information(PCODE, API_KEY, and SECRET).
- (Optional) Run
npm install
to get the necessary packages for deployment - (Optional) Deploy your app on your Roku using the following command line :
grunt --user=YOUR_USERNAME --pwd=ROKU_PASSWORD --address=YOUR_ROKU_IP