Old fashioned TV on Roku. Yay scheduled shows! Boo binge watching!
- Hello World on Roku
- Roku app retrieves statically served video file from the Internet and displays it in "TV" mode
- Roku app retrieves statically served video file from local server
- Roku app hits API to retrieve hardcoded URL+Metadata for Video/Audio
- Roku app hits API after currently playing video ends
- API hits Calendar to retrieve scheduled videos
- API save "Last Played" information and deduces next uri from name
- Install
roku
app on your Roku andserver
on your server.