[android-developers] Re: Playing Video via MediaPlayer with Emulator

2009-01-09 Thread Dave Sparks
You left out a key detail - what is the frame size? The specs you quoted are for a G1 device - the emulator is probably not quite that good. In addition to running soft codecs in ARM emulation, it's also doing color space conversion, scaling, and rotation in ARM emulation. On Jan 9, 4:22 pm,

[android-developers] Re: Playing Video via MediaPlayer with Emulator

2009-01-09 Thread Brad A
Brad - I read another post that talked about the 30 fps spec. Video size is 320x240. I notice that I only get the VideoSize error when I push the file to the emulator after starting my app. If I restart the emulator, then I get the prepare failed error, which is probably the actual issue.