I'm working on a way to stream media from an SFTP server, so if you happen to have a server with your media on it, you might want to test it out to see if it's useful for you. (No guarantee at all that it will work or be useful.) So far I do have proofs of concepts working for streaming movies and audio albums. The encoding for the movies has to be done a very specific way, but it works. I'm not sure what audio formats work but I know MP3 works. This is NOT going to be good software that I'm building, but it does make it so there's a non-zero amount of utility in this little beast, and it's been fun to tinker around. The videos have to encoded in a really specific way in order to be able to stream them with decent quality, but it works and it doesn't completely suck! The audio playback is also fine although there are pretty wide gaps between the tracks; I'm definitely not implementing anything fancy at all.
Other things that I have working from older APKs: NES emulation, SNES emulation, and GameBoy Advance emulation. I also have a way to hook up a PS3 controller and also a WiiMote so you can use them as game controllers for these emulators, although there are some tricks to it.
|