New: Video Support
mainline:
http://github.com/netguy204/roku_media_ ... ves/masterpartition branch:
http://github.com/netguy204/roku_media_ ... /partitionI've just updated the latest version of both the main and the partitioning branch with video support.
Make sure you re-install your channel from springboard after you download. Also make sure to kill any instances python still lingering around. You may have to go to the alt+ctrl+delete process's tab to do this.
Here are the current requirements for getting your video to work:
* video must be encoded in one of the supported mp4 encodings mentioned on page 37 of the Component Reference in the SDK documentation you've all downloaded (Handbrake's Ipod setting with "Web Optimized" checked works.)
* Files must end in m4v
* Place files in your music folder. I may add an option later for separate audio and video folders.
What I have tested:
* Handbrake encoded, ipod preset, web optimized
* Fast forward, Rewind, and Pause
What I haven't tested:
* Videos longer than 30 minutes
* Any other encoding settings
* Lots of other stuff.
Known Issues:
* Video takes a while to start. This can be improved by building more streaming smarts into the server.
* No video metadata available in the list view (other than file name) -- I need to find a good cross-platform library that lets me get this
* No wmv support yet. Won't be hard to add.
Let the bug reports begin!