From 8c3a66d71b900302646d02f521d6976f7b0bb3d4 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Mon, 24 Nov 2025 22:47:26 +0200 Subject: [PATCH] make proper readme ok! --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bcc477e..4177a2f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,28 @@ # actioncam / libipcamera + Go Library and command line tool for working with cheap action cameras. +libipcamera not to be mistaken with `libipcamera.so` shipped in XDV apps, but basically a recreation of the same features but in Go. + +## FORK! +This is a fork of the [original actioncam project](https://github.com/jonas-koeritz/actioncam). + +This fork adds the following features: +1. A better RTSP server implementation +2. Support for multiple concurrent RTSP clients +3. Improved error handling and logging +4. Better frame parsing + +Here lies snakes, most of this code was written mostly with AI as I'm very bad at Go. + ## Compatible Cameras | Vendor | Model | Firmware Version | Compatibility | Remarks | |---------------|-------------------|-------------------|-------------------|-----------| | Campark | ACT76 (Xtreme 2) | v1.0 rc5 | Full (tested) | | | TecTecTec | XPro2 | - | Full (untested) | | +| Trevi | GO 2500 4K | v1.0 rc5 | Full (tested) | | ## Usage Examples