tedohmatic / single-live-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASK Single Live Stream

Template for streaming a single Live Stream, for example a Radio Station

Setup Steps - Edit the following files and fill in your info

  • Edit src/constants.js

    • Add Skill ID as 'appID'
      // App-ID. TODO: set to your own Skill App ID from the developer portal.
       appId : '<Skill ID>',
    • Define a DynamoDB Table name
      //  DynamoDB Table name. TODO: define a name for the table to store playback info for users
      dynamoDBTableName : '<Table Name>',
  • Edit src/audioAssets.js

    • Fill out the Station info
      // Station Name - Displayed on card in Alexa App
      'title' : '<Radio Station Name>',
      // URL to Live Stream - Should be HTTPS 
      'url' : '<https://radio.stream.url>',
      // URL to Station Logo - Should be HTTPS, S3 works great
      'image' : '<https://s3.amazonaws.com/radiostation/logo.png>'

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%