Anonymousdog / displaycameras

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

Wont feed on boot #104

Closed MajorDenkan closed 2 years ago

MajorDenkan commented 2 years ago

I really really think i have done everything right but still do not get ant feed. I have tested to run OMX player and there i get the feed to work really good with no issues.

i have attached the layout.conf layout.txt

Anonymousdog commented 2 years ago

You have no feeds configured on the layout file.

On Wed, Sep 15, 2021, 3:14 AM MajorDenkan @.***> wrote:

I really really think i have done everything right but still do not get ant feed. I have tested to run OMX player and there i get the feed to work really good with no issues.

i have attached the layout.conf layout.txt https://github.com/Anonymousdog/displaycameras/files/7167667/layout.txt

— 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/104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKK4J3BICWTGU57IDTTUCBBU3ANCNFSM5EBYHS3A . 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.

MajorDenkan commented 2 years ago

i can see that i did not get the complete config file.. I have attached it now. layout.txt

Anonymousdog commented 2 years ago

Missing a closing parethesis.

On Thu, Sep 16, 2021, 4:09 AM MajorDenkan @.***> wrote:

i can see that i did not get the complete config file.. I have attached it now. layout.txt https://github.com/Anonymousdog/displaycameras/files/7176031/layout.txt

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

MajorDenkan commented 2 years ago

Where? As i can see i have a closing parantes after camera feeds...

Anonymousdog commented 2 years ago

No, you don't. Put this, ), at the end of the file.

On Fri, Sep 17, 2021, 3:18 AM MajorDenkan @.***> wrote:

Where? As i can see i have a closing parantes after camera feeds...

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

MajorDenkan commented 2 years ago

I really appricate your help but even that is not working. i got everything to work like 3 month ago but it feels like the new raspian pi OS is not taking it. It worked on my older version. So i will try to download a older version of raspian and see if that is the problem..

MajorDenkan commented 2 years ago

pi@raspberrypi:~ $ sudo systemctl status displaycameras ● displaycameras.service - Displays camera feeds for monitoring Loaded: loaded (/etc/systemd/system/displaycameras.service; enabled; vendor preset: enabled) Active: active (exited) since Wed 2021-10-13 10:07:24 CEST; 3min 36s ago Docs: man:systemd-sysv-generator(8) Process: 1295 ExecStart=/usr/bin/displaycameras start (code=exited, status=0/SUCCESS) Main PID: 1295 (code=exited, status=0/SUCCESS) Tasks: 1 (limit: 4915) CGroup: /system.slice/displaycameras.service └─1310 dbus-daemon --fork --print-address 5 --print-pid 6 --session

Oct 13 10:07:19 raspberrypi displaycameras[1295]: Waiting for Vestibule omxplayer startup 1 Oct 13 10:07:20 raspberrypi displaycameras[1295]: Waiting for Vestibule omxplayer startup 2 Oct 13 10:07:21 raspberrypi displaycameras[1295]: Waiting for Vestibule omxplayer startup 3 Oct 13 10:07:22 raspberrypi displaycameras[1295]: Waiting for Vestibule omxplayer startup 4 Oct 13 10:07:24 raspberrypi displaycameras[1295]: Waiting for Vestibule omxplayer startup 5 Oct 13 10:07:24 raspberrypi displaycameras[1295]: Vestibule failed playback Oct 13 10:07:24 raspberrypi displaycameras[1295]: Camera Display Started Oct 13 10:07:24 raspberrypi displaycameras[1295]: For complete status info, run Oct 13 10:07:24 raspberrypi displaycameras[1295]: /usr/bin/displaycameras status. Oct 13 10:07:24 raspberrypi systemd[1]: Started Displays camera feeds for monitoring. pi@raspberrypi:~ $ sudo /usr/bin/displaycameras status NE is NOT playing SE is NOT playing South is NOT playing SW is NOT playing West is NOT playing Vestibule is NOT playing pi@raspberrypi:~ $

Anonymousdog commented 2 years ago

omxplayer deprecated in bullseye