Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
steco
Visitor

Playing video in Deep Linking

Hi

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
0 Kudos
1 REPLY 1
genepensiero
Roku Guru

Re: Playing video in Deep Linking

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. 
0 Kudos