rookiedeveloper
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2011
01:38 PM
Modifying the videoplayer example
Hello. I am new to Roku and I am trying to modify the sample videoplayer example provided to stream my own RSS feed. I need a little help getting started. I believe I found that the feed is coded in the showfeed.xml, but I am not sure what I need to change.
Any suggestions?? Advice??
Any suggestions?? Advice??
3 REPLIES 3

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2011
10:46 AM
Re: Modifying the videoplayer example
You should probably just pick one stream out of your feed and test video playback with the simplevideoplayer example.
Once satisfied with your encodings, try modifying the videoplayer example to parse your xml feed and create a channel that lets the user play any videos in the feed.
--Kevin
Once satisfied with your encodings, try modifying the videoplayer example to parse your xml feed and create a channel that lets the user play any videos in the feed.
--Kevin
rookiedeveloper
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2011
04:40 PM
Re: Modifying the videoplayer example
Hi Kevin.
Yes, I have got it to stream one video buy directing it to the specific URL of the video. However, now trying to parse the XML, I get it to pull over some of the information from the rss feed, but the videos do not play and the images are blank? , however it does pull the description and title of the videos.
When I try and play one of the video's it says retrieving, and when i look a the debugger, I do not see an error. It just sits and hangs on retrieving.
Any ideas on why this may be happening?
Yes, I have got it to stream one video buy directing it to the specific URL of the video. However, now trying to parse the XML, I get it to pull over some of the information from the rss feed, but the videos do not play and the images are blank? , however it does pull the description and title of the videos.
When I try and play one of the video's it says retrieving, and when i look a the debugger, I do not see an error. It just sits and hangs on retrieving.
Any ideas on why this may be happening?


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2011
04:53 PM
Re: Modifying the videoplayer example
"rookiedeveloper" wrote:
Yes, I have got it to stream one video buy directing it to the specific URL of the video. However, now trying to parse the XML, I get it to pull over some of the information from the rss feed, but the videos do not play and the images are blank? , however it does pull the description and title of the videos.
When I try and play one of the video's it says retrieving, and when i look a the debugger, I do not see an error. It just sits and hangs on retrieving.
Any ideas on why this may be happening?
The videoplayer example isn't designed to work with RSS. There is some sample XML included with the channel that demonstrates the schema the channel uses. We do have an MRSS channel template that might suit your needs better. Shoot me a PM with your email address and I can send that to you.