Rockit is a lightweight multimedia plugin system with the following features:
- Has a unified operating system adaptation layer.
- Streamlined plugin layer to minimize external dependencies; plugin layer has separate interfaces, plugins can be used alone or in tandem.
- Full-featured demultiplexing plugin, soft plugin and hard plugin.
- Support for extensions such as OpenCV plugins, Tensorflow checksums, etc.
- include: header file
- src/rt_base: base component
- src/rt_node: plugin management framework and plugin implementation
- src/rt_player: external interface
- src/rt_task: task thread and event bus
- doc: documentation
- tools: version management tool
- build/CodeBlock: CodeBlock project configuration
- build/Android: CodeBlock project configuration

