ispysoftware / agent-install-scripts

Setup scripts for Agent DVR
GNU General Public License v3.0
25 stars 7 forks source link

Start problem on raspberry pi 5 #39

Closed rolarndt closed 8 months ago

rolarndt commented 11 months ago

Describe the bug At installing the Agent DVR on a raspberry pi 5 (4GB) I got the following error messages (see below). I'm a real beginner, so I dont understand what it means an cannot get behind. Can you help me?

Information

Console output from installer Agent (v5.1.4.0) Starting... Detected: LinuxARM64 Creating temp path for opencv in /tmp/ Get com port list Conf: Check /home/pi/AgentDVR/Media/WebServerRoot/Media/ Using WorkStation GC StartUp: Inbuilt SOAP auth unavailable (using alternate) Using Original WebRTC library Init FFmpeg ffmpeg6/lib not found ffmpeg-v6/workspace/lib not found Checking in /usr/local/lib Checking in /usr/lib/aarch64-linux-gnu /usr/lib/aarch64-linux-gnueabi not found /usr/lib/aarch64-linux-gnueabihf not found Installing FFmpeg6 StartUp: P2P library not installed (this is normal) Init: NDI Downloading https://ispyrtcdata.blob.core.windows.net/downloads/ffmpeg6-linuxarm64.tar.xz Init SDL StartUp: SDL not available (SDL not available on all platforms - local talk playback disabled) Database Preloading Images Unhandled exception. System.TypeInitializationException: The type initializer for 'Pixiv.Rtc.ThreadManager' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'jingle_peerconnection_so' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libjingle_peerconnection_so: cannot open shared object file: No such file or directory at Pixiv.Rtc.ThreadManager.rtcThreadManagerInstance() at Pixiv.Rtc.ThreadManager..cctor() --- End of inner exception stack trace --- at Pixiv.Rtc.ThreadManager.get_Instance() at CoreLogic.Server.WebRTC.RTCConnection.RunTURN() at System.Threading.Thread.StartCallback() /dev/fd/62: Zeile 121: 4877 Abgebrochen ./Agent

0llifreak commented 9 months ago

I get the same error message on a Raspberry Pi 5 (8 GB RAM, 64-bit).

ispysoftware commented 9 months ago

On OSX, Linux, or Raspberry Pi, missing libraries can cause start-up failures (like a missing 'libcvextern.so'). Use commands like 'ldd' or 'objdump -r --dylibs-used' to identify and install missing dependencies.

Some linux distro's have missing pieces that Agent needs - we primarily test on Ubuntu - or you can use the docker version

0llifreak commented 9 months ago

Some linux distro's have missing pieces that Agent needs - we primarily test on Ubuntu - or you can use the docker version

I use the Docker version on the Raspberry Pi and still get this error message.

ispysoftware commented 9 months ago

you'd need to log an issue on the github repo for the docker container along with as many logs / output as you can find

On Mon, Feb 19, 2024 at 10:55 PM 0lli @.***> wrote:

Some linux distro's have missing pieces that Agent needs - we primarily test on Ubuntu - or you can use the docker version

I use the Docker version on the Raspberry Pi and still get this error message.

— Reply to this email directly, view it on GitHub https://github.com/ispysoftware/agent-install-scripts/issues/39#issuecomment-1952621323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGDKXPBMIVSKT5RNGSHDLTYUNRX5AVCNFSM6AAAAABAN4EY56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJSGYZDCMZSGM . You are receiving this because you commented.Message ID: @.***>

Tango77C commented 7 months ago

So can we take this as a final statement there is no support for a Raspberry Pi deployment?

ispysoftware commented 7 months ago

@Tango77C no - works fine on my raspberry pi 4b. It depends what OS you have installed on it. Some pi os's are missing dependencies. Put ubuntu on it.