replaced an aging Chromecast with the new Google TV Streamer, having a couple of issues which aren't entirely surprising given it's a newly released device:
- All videos report resolution as 1920x1088 and stretch to fit entire screen. Setting aspect ratio works, but isn't much help unless source video matches one of the options in the list. Setting video acceleration to 'disabled' or 'decode acceleration' solves this
- Audio output is a little buggy. Using AudioTrack works on first video to play, subsequent plays have no sound. Switching to OpenSL ES audio output then back to AudioTrack output seems to reset this for one more play. OpenSL ES output seems to work but introduces quite bit of audio delay, needs about -350ms in my setup.
Hopefully workarounds are useful to anyone frustrated by similar problems, or developers if they are in a position to chase down some bugs