lyzhchc / aquila

IPCamera, aim to support V4L2/UVC/RaspberryPi/Hisi/XXX SDK production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aquila 中文 Build Status Release License

Aquila is an app-level framework to process multimedia, aims to unify the different middleware SDK on generic level. It mainly support software encoding and decoding on CPU, and easily porting. It can be used on video surveillance, ipcam or drone.

Framework

  • algo algorithm
  • codec video enc/dec codecs
  • device video, audio and other multimedia source devices
  • playback video, audio and other multimedia sink devices
  • protocol network protocols
  • util utility

Libraries

This app is mostly based on libraries

Build

How to build aquila, please refer to INSTALL.md.

Documentation

The documentation is available in the doc/ directory.

Moral

Wiki: Aquila is the Latin and Romance languages word for eagle. Meaning fast, robust, intelligent, and good eyesight.

License

Aquila codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Framework

device ==> encode ==> decode ==> network ==> playback
v4l2       x264       h264       rtsp        sdl
fake       mjpeg                 rtmp
                                 rpc/mqtt

Author & Contributing

Welcome pull request to the project.
gozfree gozfree@163.com

About

IPCamera, aim to support V4L2/UVC/RaspberryPi/Hisi/XXX SDK production

License:GNU Lesser General Public License v3.0


Languages

Language:C 97.7%Language:Makefile 1.5%Language:Lua 0.6%Language:Batchfile 0.2%