Releases: e1z0/QAnotherRTSP
v0.2 Build 201
MacOS/Linux/Windows nightly builds at: https://buildhost.e1z0.net/QAnotherRTSP/
macOS applies a "quarantine" flag to applications downloaded from the internet.
Because QAnotherRTSP is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:
“AnotherRTSP.app” cannot be opened because the developer cannot be verified.
✅ Why this is safe:
- This app is self-contained, does not install anything system-wide.
- You can inspect the source code or build it yourself.
- Removing the quarantine flag simply tells macOS “I trust this app.”
🛠 How to Remove the Quarantine Flag
- Open Terminal
- Run the following command:
xattr -r -d com.apple.quarantine AnotherRTSP.app
🛠️Noticeable changes since last release
- Recording by @e1z0 in #6
- Stability fixes by @e1z0 in #8
- Limit gui refresh rate.
- Implement persist camera settings when saving from settings dialog.
- Optimizations that prevents UI blocking on closing app.
- Support for building Linux arm64 target/appImage, modernized the Makefile macros
Full Changelog: build-36...build-201
v0.1 Build 36
MacOS/Linux/Windows nightly builds at: https://buildhost.e1z0.net/QAnotherRTSP/
macOS applies a "quarantine" flag to applications downloaded from the internet.
Because QAnotherRTSP is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:
“AnotherRTSP.app” cannot be opened because the developer cannot be verified.
✅ Why this is safe:
- This app is self-contained, does not install anything system-wide.
- You can inspect the source code or build it yourself.
- Removing the quarantine flag simply tells macOS “I trust this app.”
🛠 How to Remove the Quarantine Flag
- Open Terminal
- Run the following command:
xattr -r -d com.apple.quarantine AnotherRTSP.app
🛠️Noticeable changes since last release
[X] Introducing video debugging: show health chip, overlay displays: fps, bitrate dropped frames.
[X] Instant dynamic context menu generation when adding/editing/deleting the camera.
[X] Introducing formations, a defined group of camera windows with position/size save/restore.
[X] Fix: formations menu item disappear on cam add/edit/del.
[X] Introducing: CPU Usage overlay per camera the feature that helps you understand which streams are most CPU‑intensive.
Full Changelog: build-23...build-36
v0.1 Build 23
MacOS/Linux/Windows nightly builds at: https://buildhost.e1z0.net/QAnotherRTSP/
macOS applies a "quarantine" flag to applications downloaded from the internet.
Because QAnotherRTSP is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:
“AnotherRTSP.app” cannot be opened because the developer cannot be verified.
✅ Why this is safe:
- This app is self-contained, does not install anything system-wide.
- You can inspect the source code or build it yourself.
- Removing the quarantine flag simply tells macOS “I trust this app.”
🛠 How to Remove the Quarantine Flag
- Open Terminal
- Run the following command:
xattr -r -d com.apple.quarantine AnotherRTSP.app
🛠️Noticeable changes since last release
[X] Full Linux support with appBundle image
[X] Fix menu checkboxes on MS Windows
Full Changelog: build-17...build-23
v0.1 Build 17
MacOS Apple Silicon ARM64 Build of QAnotherRTSP, other OS nightly builds at: https://buildhost.e1z0.net/QAnotherRTSP/
macOS applies a "quarantine" flag to applications downloaded from the internet.
Because QAnotherRTSP is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:
“AnotherRTSP.app” cannot be opened because the developer cannot be verified.
✅ Why this is safe:
- This app is self-contained, does not install anything system-wide.
- You can inspect the source code or build it yourself.
- Removing the quarantine flag simply tells macOS “I trust this app.”
🛠 How to Remove the Quarantine Flag
- Open Terminal
- Run the following command:
xattr -r -d com.apple.quarantine AnotherRTSP.app
🛠️Noticeable changes since last release
[X] First public release
Full Changelog: https://github.com/e1z0/QAnotherRTSP/commits/build-17