Romulus 的筆記
RSS · 日本語 · 寫文章
Romulus 的文章歸檔

Android SDK really has problems for multimedia

Nov 21, 2008
AndroidMeridian

OK today I try to perform a better seeking and clip browsing, so I need to use the MediaPlayer.getFrameAt(), then found it's gone in SDK 1.0.
Also, the bug of PreviewCallback.onPreviewFrame() prevents me to make a video recorder. I can get only YCrCb420 frames (as setting preview image format doesn't work and is a known issue), using pure Java to convert 240x160 frame into RGB costs more than 300 ms. Really sucks.
So Meridian Video Player (MVP for short) 0.3.1 has UI improvement and just-can-launch network streaming over rtsp.
What's next?