I think it's safe to say that anyone who uses Subsonic for video would LOVE to see integrated video support in the subsonic application (whether it be the factory Subsonic app or DSub). I have a feeling (haven't actually looked though) that this could be fairly difficult to accomplish without a major rewrite of the player code. My idea is as follows, and anyone who is familiar with Subsonic server or client source code, or Android devlopment in general please feel free to chime in.
Instead of trying to integrate video playback directly into DSub, how difficult (from a coding perspective) would it be to modify how the current implementation is handled. I would think that DSub could pass a Video URL to another app (such as MX Player) through an intent and then allow that other application to actually play the video itself. Perhaps this could be added as an option to either support the existing http method through browser, or send the URL to an outside video player app.
I personally thikn that this would be much easier, what does everyone else think?
-Steve