Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
565 stars 112 forks source link

Displaycamera does not work after fresh installation #106

Closed daendaen closed 2 years ago

daendaen commented 2 years ago

Hi,

i installed it on a new SD card, but the service just doesn't work. Did everything as described on your site.

Does anyone have any idea where the error is?

Greetings

systemctl status displaycameras.service displaycameras.service - Displays camera feeds for monitoring Loaded: loaded (/etc/systemd/system/displaycameras.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2021-10-09 13:23:52 CEST; 44s ago Docs: man:systemd-sysv-generator(8) Process: 587 ExecStart=/usr/bin/displaycameras start (code=exited, status=1/FAILURE)

Main PID: 587 (code=exited, status=1/FAILURE)

Oct 09 13:23:52 raspberrypi systemd[1]: Starting Displays camera feeds for monitoring...

Oct 09 13:23:52 raspberrypi displaycameras[587]: Please, install omxplayer.

Oct 09 13:23:52 raspberrypi systemd[1]: displaycameras.service: Main process exited, code=exited, status=1/FAILURE

Oct 09 13:23:52 raspberrypi systemd[1]: displaycameras.service: Failed with result 'exit-code'.

Oct 09 13:23:52 raspberrypi systemd[1]: Failed to start Displays camera feeds for monitoring.

MajorDenkan commented 2 years ago

(Oct 09 13:23:52 raspberrypi displaycameras[587]: Please, install omxplayer.) You need to install OMX player..

Anonymousdog commented 2 years ago

You can install from upstream, http://archive.raspberrypi.org/debian/pool/main/o/omxplayer/, or install raspbian lite buster.

On Sat, Dec 18, 2021, 5:45 AM z8r-it @.***> wrote:

omx player is not installable on the newest raspi-os

`Dez 18 11:35:14 raspberrypi displaycameras[6479]: Please, install omxplayer. Dez 18 11:35:14 raspberrypi systemd[1]: displaycameras.service: Main process exited, code=exited, status=1/> Dez 18 11:35:14 raspberrypi systemd[1]: displaycameras.service: Failed with result 'exit-code'. Dez 18 11:35:14 raspberrypi systemd[1]: Failed to start Displays camera feeds for monitoring. @.***:~/displaycameras-master# apt install omxplayer Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Paket omxplayer ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Für Paket »omxplayer« existiert kein Installationskandidat. `

— Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/106#issuecomment-997183997, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKOGEI6FTZX7NZQRYWTURRQ25ANCNFSM5FVHBWSA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

LPhil commented 2 years ago

It looks like the dependent libraries OpenMAX IL and MMAL are deprecated in Bullseye. Is there a plan to fix this? Switching to another player?

https://forums.raspberrypi.com/viewtopic.php?t=324184

Anonymousdog commented 2 years ago

Not at this time; omxplayer is deprecated. I recommend installing it over Buster.

Thanks, Andy

On Sun, Jan 23, 2022, 6:08 AM LPhil @.***> wrote:

It looks like the dependent libraries OpenMAX IL and MMAL are deprecated in Bullseye. Is there a plan to fix this? Switching to another player?

https://forums.raspberrypi.com/viewtopic.php?t=324184

— Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/106#issuecomment-1019461376, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKPEMXPGLRAQ3H2HWFTUXPOUDANCNFSM5FVHBWSA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>