Hey guys,
I been playing around with the Video Player from roku sdk, I'm doing it for a client. Client has a studio, so he live streams some of the events they cover. I figured out the live streaming part (wowza).
But now client want's to index few of his youtube videos in the app i created.
Right now all the links are pulling from XML files hosted in clients server.
Example :
<item sdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/CameronCarpenter.jpg" hdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/CameronCarpenter.jpg">
<title>Cameron Carpenter's dizzying improv on the organ</title>
<contentId>10031</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://video.ted.com/talks/podcast/CameronCarpenter_2008P_480.mp4</streamUrl>
</media>
<synopsis>At the 2008 EG conference,.</synopsis>
<genres>Music</genres>
<runtime>1790</runtime>
</item>
My question is how can i link a Youtube Video into this XML? I tried putting the link in streamurl and few different ways, it doesnt work :(.
Cheers!