Specify the channel name and your playback url()

in amplify-video-frontend/src/App.js [263:271]


              Specify the channel name and your playback url (m3u8 link) from your media services.
            </DialogContentText>
            <TextField
              autoFocus
              margin="dense"
              id="channelName"
              label="Channel Name"
              type="text"
              onChange={this.handleChangeChannelName} value={this.state.channelName}