Anybody has successfully ported live555 to android?
android, live555
Solution
I successfully built the project as follows:
git clone https://github.com/boltonli/ohbee.git
cd ohbee/android/streamer
android update project --path . --name "streamer" --target "android-15"
cp lib/jnix.jar libs/ # This is the only trick
ant debug
The jar was in the `lib/` directory rather than `libs/`.
If that doesn't resolve the issue you were or are having, you'll have to be more specific and share the steps you've taken and what problems you're encountering.
Problem
I've been trying to build `live555` according to this guide: https://github.com/boltonli/ohbee/tree/master/android/streamer/jni as well as using some other guides, all to no avail. If someone has succeeded in porting `live555` to android can you, please, tell me how I can do so?