Re: theora streamer for Android anyone?
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
Timothy B. Terriberry wrote: >> 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. ok, good to know, do you have a version compiled for Android? i mean with all Makefile options ? maybe my Makefile is wrong... > Please be more specific about the kind of crashes you're observing.... > it's not easy to run gdb on the mobile with dalvik, all i get is SIGSEGV messages with raw stack pointers... hum, not very useful. > _______________________________________________ > theora-dev mailing list > [email protected] > http://lists.xiph.org/mailman/listinfo/theora-dev > >