Anonymousdog / displaycameras

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

displaycameras not working after upgrading to bullseye #107

Closed vjiggi closed 2 years ago

vjiggi commented 2 years ago

To Reproduce Steps to reproduce the behavior:

  1. Install per README.md
  2. Configure my feeds in layout.conf.default
  3. Run 'sudo displaycameras start'
  4. See error "..."

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Raspberry Pi (please complete the following information):

**Display Configuration

Camera information (please complete the following information):

Features enabled (please complete the following information):

NVR information (please complete the following information):

Additional context stopped working after upgrading from buster to bullseye

`pi@raspberrypi:~ $ systemctl status displaycameras.service ● displaycameras.service - Displays camera feeds for monitoring Loaded: loaded (/etc/systemd/system/displaycameras.service; enabled; vendor preset: enabled) Active: active (exited) since Sat 2021-11-20 17:49:15 AEDT; 13min ago Docs: man:systemd-sysv-generator(8) Process: 4295 ExecStart=/usr/bin/displaycameras start (code=exited, status=0/SUCCESS) Main PID: 4295 (code=exited, status=0/SUCCESS) Tasks: 1 (limit: 1169) CPU: 8.158s CGroup: /system.slice/displaycameras.service └─4316 dbus-daemon --fork --print-address 5 --print-pid 6 --session

Nov 20 17:49:10 raspberrypi displaycameras[4844]: Waiting for Backyard omxplayer startup 1 Nov 20 17:49:11 raspberrypi displaycameras[4844]: Waiting for Backyard omxplayer startup 2 Nov 20 17:49:12 raspberrypi displaycameras[4844]: Waiting for Backyard omxplayer startup 3 Nov 20 17:49:13 raspberrypi displaycameras[4844]: Waiting for Backyard omxplayer startup 4 Nov 20 17:49:15 raspberrypi displaycameras[4844]: Waiting for Backyard omxplayer startup 5 Nov 20 17:49:15 raspberrypi displaycameras[4844]: Backyard failed playback Nov 20 17:49:15 raspberrypi displaycameras[4295]: Camera Display Started Nov 20 17:49:15 raspberrypi displaycameras[4295]: For complete status info, run Nov 20 17:49:15 raspberrypi displaycameras[4295]: /usr/bin/displaycameras status. Nov 20 17:49:15 raspberrypi systemd[1]: Finished Displays camera feeds for monitoring.`

**Files Attach any suspect config files.

vjiggi commented 2 years ago

It looks like omxplayer is not supported in bullsyeye

Anonymousdog commented 2 years ago

Yes, this pretty much deprecates this project unless I port it to VLC or you run Stretch.

On Sat, Nov 20, 2021, 2:36 AM VJ @.***> wrote:

It looks like omxplayer is not supported in bullsyeye

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/107#issuecomment-974610145, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKL3RV2GN2K5AZA3FA3UM5FWVANCNFSM5INUJJWA . 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.

vjiggi commented 2 years ago

Reverted back to buster.