OpenIPC / divinus

Multi-platform open source streamer

Home Page:https://openipc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIPC logo

Divinus

Divinus is a new open source, multi-platform streamer

Inner workings

This project strives to adopt a KISS "keep it simple, stupid!" structure while being as portable as can be.

Compared to most streamer software solutions available to this day, it attaches to the application-specific peripherals of a system-on-a-chip using an easy to understand HAL platform (hardware abstraction layer) proper to each chip series it supports.

Since it is using runtime dynamic linking, its executable remains particularly compact and can be run on a multitude of environments, including in a tethered context (e.g. running from a temporary filesystem on read-only systems).

In spite of these design choices, Divinus boasts numerous features that cater to a wide range of uses you will be able to make of it.

Supported hardware and features

SoC Family Audio Stream JPEG Snapshot fMP4 Stream RTSP Stream On-Screen Display*
GM813x ✔️ ✔️ ✔️
Hi3516AV1001 ✔️ ✔️ ✔️ ✔️
Hi3516CV1002
Hi3516CV2003 ✔️ ✔️ ✔️ ✔️
Hi3516CV3004 ✔️ ✔️ ✔️ ✔️ ✔️
Hi3516CV5005 ✔️ ✔️ ✔️ ✔️ ✔️
Hi3516EV2006 ✔️ ✔️ ✔️ ✔️ ✔️
GK7205V2007 ✔️ ✔️ ✔️ ✔️ ✔️
Hi3519V1008 ✔️ ✔️ ✔️ ✔️ ✔️
Hi3519AV100 ✔️ ✔️ ✔️ ✔️ ✔️
Hi3559AV100 ✔️ ✔️ ✔️ ✔️ ✔️
T31 series ✔️ ✔️ ✔️ ✔️ ✔️
infinity69 ✔️ ✔️ ✔️ ✔️ ✔️
infinity6b010 ✔️ ✔️ ✔️ ✔️ ✔️
infinity6e11 ✔️ ✔️ ✔️ ✔️ ✔️
infinity6c12 ✔️ ✔️ ✔️ ✔️ ✔️
infinity6f13 ✔️ ✔️ ✔️ ✔️ ✔️

✔️ - supported, ↻ - in development, ✗ - unsupported, ⁿ/ₐ - not supported by hardware

* At the moment, only text, 24-bit and 32-bit RGB overlays are handled, matricial formats and covers are to follow

Documentation

Roadmap

  • Writing config changes
  • Safe mode feature
  • Additional WebUI functionalities
  • Motion detection reimplementation
  • Hardware support improvement (older SoCs, general usage chips)
  • Alternative audio codecs

Technical support and donations

Please support our project with donations or orders for development or maintenance. Thank you!

Footnotes

  1. Hi3516AV100 and Hi3516DV100

  2. Hi3516CV100, Hi3518AV100, Hi3518CV100 and Hi3518EV100

  3. Hi3516CV200 and Hi3518EV20[0/1]

  4. Hi3516CV300 and Hi3516EV100

  5. Hi3516AV300, Hi3516CV500 and Hi3516DV300

  6. Hi3516DV200, Hi3516EV200/300 and Hi3518EV300

  7. GK7202V300, GK7205V200/300 and GK7605V100

  8. Hi3516AV200 and Hi3519V101

  9. SSC323, SSC325(D/DE) and SSC327(D/DE/Q)

  10. SSC333/35/37(DE)

  11. SSC30K[D/Q], SSC336[D/Q], SSC338[D/G/Q] and SSC339G

  12. SSC377(D/DE/QE) or SSC378[DE/QE]

  13. SSC379G

About

Multi-platform open source streamer

https://openipc.org

License:MIT License


Languages

Language:C 99.0%Language:HTML 0.9%Language:Shell 0.1%Language:Makefile 0.0%