Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I have added deep linking into my channel as per Roku guidelines
i am using the hero grid sample as a base
What commands must I use to start the video playing?
This is my test deeplinking account to check that it works and debugger prints deep linking active as per instruction.
if m.deeplinking.DeepContentId <> invalid then
if (m.deeplinking.DeepMediaType = "short-form" or m.deeplinking.DeepMediaType = "movie" or m.global.DeepMediaType = "episode") then print "deep linking active" end if
I've got this question too. I've been reading and testing a bunch of different suggestions that I've found (starting with SDK docs, then Stack Overflow, GitHub, etc), but nothing is working.