Hello Sir
I Vansh Student and interested in Development. I have Roku Ultra device and already enabled Developer Settings in that device. Now I want to check the Video Codecs supported by the device.
I runs a function CanDecodeVideo() but I am getting blank screen no output was display. Similarly this happen when I run GetSupportedGraphicsResolutions() as Object, GetDisplaySize() as Object. But when I runs GetModelDisplayName() as String, GetModelType() as String working fine gives me some output.
Sir please tell me that how should I run CanDecodeVideo() such that I can get some relevant output.
My Code Was this:
sub init()
m.top.SetFocus(true)
di = CreateObject("roDeviceInfo")
i=di.CanDecodeVideo()
infoPane = m.top.findNode("infoPane")
infoPane.infoText = i
End sub
Thanks and Regards
Vansh
Hello! I downloaded the "scenegraph-master-sample" from git and was able to follow along with the video tutorials all the way through Deep Linking. Since Deep Linking was the last tutorial, the source code includes ads and subscription logic that I am not interested in implementing and I'm unsure of how to remove it without wrecking the entire package. Can you provide source code that I can modify that includes the Deep Linking logic, but does not include ads and subscriptions logic? I hope that makes sense. Ultimately, I just want my viewers to be able to find my channel and watch my videos without having to worry about ads and subscriptions. PLUS, it appears the Payment section ( https://developer.roku.com/payments ) of the website is down at the moment? I look forward to hearing back from you soon. Any assistance will be greatly appreciated! EXCELLENT TUTORIAL, by the way!!! Many thanks!
Question about this. With the SceneGraph channel working on the same structure of feed that the Direct Publisher worked on, and only having the ability for a max of 512 kb feed size, I'm wondering if there are other pre-baked channel templates that work with the Direct Publisher feed that can have larger feed sizes.
Adding the video player
I've completed this video, when I select the video to play it flashes but doesn't play.
I've removed all of the code I typed in and replaced it with the code in github (https://github.com/rokudev/scenegraph-master-sample/tree/master/VideoPlayer)
The first step (GridScreen) worked fine.
Is this code still valid? It's 4 years old and I wonder if something has changed?
@TomB3 You may want to take a look at the Wizard tool I've created to migrate from Direct Publisher to SceneGraph. It's in my signature below.
Thanks. Using your app I was able to build a working app. Now I need to figure out how it works!
I had the same problem, there is a missing detail in the video which I only discovered looking at the example code in GitHub.
in the "MainLoaderTask.brs" file you have to import the video content (URL and format) from the json feed... in MainLoaderTask.brs, go to the GetItemData function and just below where you get the video duration from the previous exercise (item.length = video.content.duration - for me it was right after line 60), enter the following lines:
cariuspierrecharles@gmail.com
Todo canal