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 when I play them from my channel, I get the following debug output and the video does not play.
ButtonPressed
ButtonPressed
showHomeScreen | msg = startup progress | index = 0
Video status: 0 0
showHomeScreen | msg = startup progress | index = 66
Video status: 66 0
showHomeScreen | msg = startup progress | index = 132
Video status: 132 0
showHomeScreen | msg = startup progress | index = 198
Video status: 198 0
showHomeScreen | msg = | index = 0
Unexpected event type: 0
showHomeScreen | msg = startup progress | index = 264
Video status: 264 0
showHomeScreen | msg = startup progress | index = 330
Video status: 330 0
showHomeScreen | msg = startup progress | index = 0
Video status: 0 0
showHomeScreen | msg = startup progress | index = 66
Video status: 66 0
showHomeScreen | msg = startup progress | index = 132
Video status: 132 0
showHomeScreen | msg = startup progress | index = 198
Video status: 198 0
showHomeScreen | msg = startup progress | index = 264
Video status: 264 0
showHomeScreen | msg = startup progress | index = 330
Video status: 330 0
showHomeScreen | msg = Stream started. | index = 0
Unexpected event type: 20
showHomeScreen | msg = Format Detected | index = 1
Unexpected event type: 33
showHomeScreen | msg = Content contains no playable tracks. | index = 0
Video status: 0 0
showHomeScreen | msg = malformed data | index = -5
Video request failure: -5 1
showHomeScreen | msg = Playback completed. | index = 0
Unexpected event type: 16
showHomeScreen | msg = end of playlist | index = 0
Video status: 0 0
showHomeScreen | msg = startup progress | index = 330
Video status: 330 0
showHomeScreen | msg = | index = 0
Screen closed
Button pressed: 1 0
In particular, the “Content contains no playable tracks” appears to be the root of the problem, but, I’m not sure how to correct it. The videos play correctly on my PC.
Issue 2:
I’ve got one category (leaf) that currently has three videos associated with it. When moving from category to category, there’s a noticeable pause in displaying the video image files (posters?). There’s also a pause when moving from each video using the remote. I’m testing on a 3500R stick, so, I don’t know if that’s a limiting factor. The images and videos are currently stored on Amazon’s S3/Cloudfront system.
Lastly, can someone explain the purpose of and in the xml feed files? I tried to find some doc on them, but, nothing explained their purpose. It seems like all of the examples I’ve seen set both items to the same value when a category has multiple items.
Thanks for any help.
