David Brodsky
David Brodsky
I only have access to the 2012 N7 which apparently [isn't certified](http://stackoverflow.com/questions/20669590/ble-on-nexus-7-me370t-with-android-4-4-2) for Bluetooth 4.0. I supposer I could test it with CyanogenMod... Please tell all your buddies to star...
@AlexBravo That meaning you've gotten advertising to apparently work on your Nexus 5 running lpx13d? Really appreciate the feedback.
Is `~/Desktop/NDK_FFMPEG/ffmpeg` the ffmpeg root directory? e.g: Does it contain `configure` and `config.mak`?
@lorentrogers How would you envision adding these features. What if sliding a finger vertically up or down adjusted WPM, while sliding horizontally "scrubbed" through the text? Perhaps one additional "quick...
Had an idea here: I now show some history when you pause the spritzer. This avoids cluttering the UI, and helps add context in a way that (I think..) is...
~~In RTMP mode frames are shuttled across the network as soon as they're available. The delay is generally introduced by the RTMP server backend.~~ It seems there are [ways to...
I made a mistake with the Android 5.0 update that causes Kickflip to _only_ work on Android 5.0. I just need a clear day to publish the fix and then...
The library should definitely be Apache2 or LGPLv3. I don't have much opinion one way or the other. [One decent license quick-reference](https://tldrlegal.com)
The RTMP url is passed as the output location to the FFmpeg libraries just like any other path. The process for instructing FFmpeg to write data to "test.mp4" and "rtmp://test.com/teststream"...
You can build the ffmpeg binary by removing the `--disable-programs` flag in `build_ffmpeg_for_android.sh`, then simply call the binary from Java. In that case you'd do something like: `ffmpeg -re -i...