Anonymousdog / displaycameras

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

Cameras Wont playback #117

Open Rogerdoger465 opened 1 year ago

Rogerdoger465 commented 1 year ago

After installation and configuration of the main .conf files, I run the commands to start the streams and it always comes back with an error that omxplayer failed playback on all cameras. We have tested it with the debugging command and it does work with that command. VLC runs the rtsp link perfectly fine, it is purely just the configuration files that run into the issue

the config is not been changed from the already pre-made layout.config.default file, I just added the links and made enabled rotation. The main displaycameras.conf file was not edited since the debugging command worked fine with all 6 streams. I am using a RBPi4 with rasbien buster lite on it. Just ran updates on the OS aswell so there shouldnt be an issue with packages.

Screenshot of the error i get on all cameras

image

Rogerdoger465 commented 1 year ago

The links are as provided, all are the same format and there are 6 cameras

rtsp://IP-Address:7447/VfQT4hnOpxA7IudM

DevNDanger commented 1 year ago

I am having the same issue. Even after renaming the cameras I am not sure why its pulling up the default cameras.

Anonymousdog commented 1 year ago

I'll mark up the repo soon enough, but this project is EOL. I'm not supporting it anymore.

A

On Mon, Sep 12, 2022 at 7:35 PM DevNDanger @.***> wrote:

I am having the same issue. Even after renaming the cameras I am not sure why its pulling up the default cameras.

— Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/117#issuecomment-1244711885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKJSWXC4G6C6VAMURMTV5643LANCNFSM572ALEFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

DevNDanger commented 1 year ago

I get it. I wished I new programming better. I just finished my degree but it was mainly java. I find it odd that Ubiquiti doesn't have more support options.

Anonymousdog commented 1 year ago

Ubiquiti support is IMHO a nightmare as are their many of their upgrades. It's the whole reason we have only one piece of Ubuquiti equipment in our firm.

Thanks, A

On Tue, Sep 13, 2022, 8:50 PM DevNDanger @.***> wrote:

I get it. I wished I new programming better. I just finished my degree but it was mainly java. I find it odd that Ubiquiti doesn't have more support options.

— Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/117#issuecomment-1246098095, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKMJQ7L2AIVDSBAE62TV6EOORANCNFSM572ALEFQ . You are receiving this because you commented.Message ID: @.***>

MichaelTock commented 1 year ago

@Rogerdoger465 - not sure if you ever resolved this... I spent a good ~20 mins messing around debugging (it was an RTSPS/7441 vs RTSP/7447 issue) but was still getting the same playback issue.

In my case, I was updating the layout.conf.default in my install folder but it seemed to make no difference. Then I realised it was pulling another default file from /etc/displaycameras/layout.conf.default

To resolve this I simply coppied my layout.conf file from my original install directory into the /etc/displaycameras/layout.conf.default location. Restarted the service and that resolved my issue... up and running.

FWIW - I am using the older buster OS as per the readme warning.