steco
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018
02:07 PM
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
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
1 REPLY 1
genepensiero
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2018
12:16 PM
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.