
Originally Posted by
jerryk1234
Hello,
I'm trying to get my PBO to play youtube videos served by mediatomb. All I get is "Invalid File!!". Yet sample videos
preloaded by the mediatomb author play ok. Unfortunately,
my interest in Russian military hardware is somewhat limited

.
You Tube has just change the way they present their feed and you need to last version to be able to view You Tube videos "mediatomb ver: 0.12.1. Make sure you have that version. I am streaming You tube here from three standard feed and my favorites without any problems. Here's a look at some of my config.xml:
Code:
<YouTube enabled="yes" refresh="28800" format="mp4" hd="yes" update-at-start="yes" purge-after="604800" racy-content="exclude">
<favorites user="*******"/>
<playlists user="********"/>
<uploads user="*********"/>
<standardfeed feed="most_viewed" time-range="today"/>
<standardfeed feed="top_rated" time-range="this_week"/>
<standardfeed feed="recently_featured" time-range="today"/>
</YouTube>
No transcoding is required; PBO is quite happy with the stream as is using firmware 02 and firmware 04.
Code:
<transcoding enabled="no">
I did not have to make any changes to the parsing done by the script that come with mediatomb to automatically create the Youtube database feed.
Just click on the "refresh You Tube Content" in mediatomb web interface.
Hope this help.
Cheers!