Re: theora streamer for Android anyone?
"Timothy B. Terriberry" <[email protected]> Fri, 14 Oct 2011 23:57:10 -0700
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
> i compiled libogg, libvorbis and libtheora for ARM > and linked it to the Java interface using JNI... > but alas, no luck, it crashes in various places > of the native code, so i guess i need a proper port of the libraries > to Android ( that should work on ARM processors > with fixed point processing no ? ). libvorbis requires floating point. I'm not aware of a fixed-point encoder for Vorbis, however most Android devices these days support at least VFP, if not NEON. That said, all of these libraries work just fine on ARM. Please be more specific about the kind of crashes you're observing.