Hey, I just wanted to say thanks for this crash course. I've been putting off getting caught up on this new Scene Graph thing since I've been away from Roku development for a long while. I couldn't wrap my brain around the concepts until I followed this. There's a few mistakes, I can't remember what they were, but I was able to figure it out and get it done. I learned a ton in the few hours it took me to do this. Thanks again!
P.S. Be aware, I skipped lesson 6 on account of the readme.md links Lesson 6 and Lesson 7 both to Lesson 7, skipping 6, explaining why my video player didn't get set up.
P.P.S. If anyone can point me in the right direction for figuring out an Error Code -4: "No Streams were provided for playback" error for a hls stream that I know works everywhere else, including my old Roku channel? I plugged in the url for the stream in the first entry of the drama.json;
"items": [
{
"id": "D123",
"title": "360 Music Television",
"description": "Live Video Feed",
"thumbnail": "http://xxx.xxx.xxx.xxx/roku_lessons/images/thumbnail-drama1.jpg",
"url":"http://xxx.xxx.xxx.xxx/live/360/index.m3u8",
"streamformat":"hls"
}
]