Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 621 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 621 Bytes

Overflow Build Status

Overflow is a framework for the RTSP RTP protocol.

C/C++ Build

To compile native libraries:

$ mkdir build
$ cd build
$ cmake -DTESTS=ON ../
$ make

Android Build

To compile android lib:

$ cd android/overflow
$ ./gradlew clean build

TODO

  • 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