Video enclosures
This test posterous:
<http://podtest.posterous.com/>
produces this rss:
<http://podtest.posterous.com/rss.xml>
I took that and added enclosures by duplication the 'media:content' tag renaming it enclosure and removed the filesize and added length (used filesize * 1000) for example:
<media:content url="http://posterous.com/getfile/files.posterous.com/podtest/Bba3s74Q1o9RdOcmOxzdSdUN0ClKCGlEdw7lz9LQBuKA23Z9SKEfBKIyXoZJ/roe_-_iPhone.m4v" type="video/m4v" fileSize="3037"/>
added:
<enclosure url="http://posterous.com/getfile/files.posterous.com/podtest/Bba3s74Q1o9RdOcmOxzdSdUN0ClKCGlEdw7lz9LQBuKA23Z9SKEfBKIyXoZJ/roe_-_iPhone.m4v" type="video/m4v" length="3037000"/>
uploaded the rss to: <http://johnjohnston.info/videotest.xml>
and the feed works in itunes
