Overflow is a framework for the RTSP RTP protocol.
To compile native libraries:
$ mkdir build
$ cd build
$ cmake -DTESTS=ON ../
$ make
To compile android lib:
$ cd android/overflow
$ ./gradlew clean build
- iOS build - Podfile/Carthage
- iOS Decoders - H264/MJPEG/MPEG4
- Android decoders
- Cleanup code
- PIMPL Pattern implement
- More unit-tests
- Test reconnection does libuv do this?
- RTSP->RTMP
- Python Bindings