This does not work for me.
<streamUrl>http://myserver/videos/01 First Video.mp4</streamUrl>
My web server reports an error. It gets a request for
http://myserver/videos/01. Whatever is parsing the URL out of the XML does not seem to like the space. I have tried URL encoding the filename, but
http://myserver/videos/01+First+Video.mp4 is not the URL to get that file. I renamed the file 01_First_Video.mp4 and everything works great. I'd like to support spaces in the file name if possible.
Anyone know if there is a way?