Baradanikto
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016
09:54 AM
Code Performance and Video Error
I'm building a channel from the SampleVideoPlayer. I've run into two issues that have me stumped.
Issue 1:
A friend gave me permission to use some of his videos on my channel. His videos are currently stored on YouTube. I downloaded them using a free online service[/url:1ndoabhj] that seemed to work since I can play the videos locally. However...
Issue 1:
A friend gave me permission to use some of his videos on my channel. His videos are currently stored on YouTube. I downloaded them using a free online service[/url:1ndoabhj] that seemed to work since I can play the videos locally. However...
FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
4 REPLIES 4
Baradanikto
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016
11:49 AM
Re: Code Performance and Video Error
Some follow up....
I was able to resolve issue one. I ran the video through Nero Recode and it produce an mp4 file that I was able to play through the Roku stick. Now, my only problem is issue two, the performance is pretty poor when clicking on the screen.
I was able to resolve issue one. I ran the video through Nero Recode and it produce an mp4 file that I was able to play through the Roku stick. Now, my only problem is issue two, the performance is pretty poor when clicking on the screen.
FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2016
09:45 PM
Re: Code Performance and Video Error
Are your images sized properly? I'm not familiar with what screen types the SampleVideoPlayer code uses, but I know it can really slow things down if the Roku has to resize images.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Baradanikto
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2016
09:15 AM
Re: Code Performance and Video Error
renojim...Thanks for your reply.
Thanks a good question. I wasn't aware that there are restrictions on the size of the images in that context. I'll have to look into it, but, I'm not sure that wold explain what I am seeing. I've included some screenshots to try and explain it.
Getting to the first screen is fine. There's no performance hiccup.

But, once I mouse to move right to "Club", there's a noticeable delay in filling in the images below the arrow ("V") that represent each video. And, mousing right to left, left to right on each poster image also shows a noticeable delay.
Thanks a good question. I wasn't aware that there are restrictions on the size of the images in that context. I'll have to look into it, but, I'm not sure that wold explain what I am seeing. I've included some screenshots to try and explain it.
Getting to the first screen is fine. There's no performance hiccup.

But, once I mouse to move right to "Club", there's a noticeable delay in filling in the images below the arrow ("V") that represent each video. And, mousing right to left, left to right on each poster image also shows a noticeable delay.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
Baradanikto
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2016
12:47 PM
Re: Code Performance and Video Error
renojim,
Thanks for the tip. The image sizes were not what they needed to be (eg. 224 x 168). This was the cause of the slow performance. Once I resized them, I now see a much faster response to the remote clicks.
Thanks for the tip. The image sizes were not what they needed to be (eg. 224 x 168). This was the cause of the slow performance. Once I resized them, I now see a much faster response to the remote clicks.
FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.