Package Details: cctv-viewer-git 0.1.9_alpha-1

Git Clone URL: https://aur.archlinux.org/cctv-viewer-git.git (read-only, click to copy)
Package Base: cctv-viewer-git
Description: A simple Qt application for simultaneously viewing multiple video streams. Designed for high performance and low latency. Based on ffmpeg.
Upstream URL: https://github.com/iEvgeny/cctv-viewer
Licenses: GPL
Provides: cctv-viewer
Submitter: zajoe
Maintainer: zajoe (cradcore, iEvgeny)
Last Packager: iEvgeny
Votes: 6
Popularity: 0.056964
First Submitted: 2020-12-09 19:32 (UTC)
Last Updated: 2024-02-29 19:38 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Latest Comments

kuhtoxo commented on 2024-08-02 08:55 (UTC)

Sorry. Reinstall cctv-viewer-git fix my problems.

iEvgeny commented on 2024-08-02 07:18 (UTC)

I can't confirm the problem on a freshly installed Manjaro. Try install ffmpeg: # pacman -S ffmpeg

kuhtoxo commented on 2024-08-01 09:03 (UTC) (edited on 2024-08-02 04:02 (UTC) by kuhtoxo)

Manjaro 6.6.41-1-MANJARO (64-bit), KDE Plasma 6.0.5, cctv-viewer-git 0.1.9_alpha-1

$ cctv-viewer
cctv-viewer: error while loading shared libraries: libavformat.so.60: cannot open shared object file: No such file or directory
cctv-viewer: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory
cctv-viewer: error while loading shared libraries: libavutil.so.58: cannot open shared object file: No such file or directory
cctv-viewer: error while loading shared libraries: libswscale.so.7: cannot open shared object file: No such file or directory
cctv-viewer: error while loading shared libraries: libswresample.so.4: cannot open shared object file: No such file or directory

zajoe commented on 2023-04-26 09:09 (UTC)

Hi cradcore

You are welcome to take over as maintainer as I have been swamped with work for a while now. I'd like to remain a co-maintainer if that okay.

cradcore commented on 2022-10-10 21:28 (UTC) (edited on 2022-10-10 21:28 (UTC) by cradcore)

I recommend the following patch, as this package doesn't currently build with QT6.

diff --git a/PKGBUILD b/PKGBUILD
index d6062f4..5518ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,8 @@ prepare() {
     git submodule init    
     git config submodule.gmlav.url $srcdir/mysubmodule
     git submodule update
+
+    sed -i "s/Qt6//g" "${srcdir}/cctv-viewer/CMakeLists.txt"
 }

 build() {

zajoe commented on 2021-02-22 19:12 (UTC)

@erkexzcx thanks for the feedback, ttf-font dependency added.

erkexzcx commented on 2021-02-20 23:32 (UTC)

Add ttf-font as a dependency as installing ttf-dejavu fixed fonts rendering issue for me.

erkexzcx commented on 2021-02-20 23:13 (UTC)

I've installed this app as well as xorg server and start this app on boot. Some dependencies are missing because right-side panel is not rendering properly (only boxes, no text etc.)