Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 streams 1 column fails to work #184

Closed
itsmeduhdoi opened this issue Jan 12, 2024 · 4 comments
Closed

2 streams 1 column fails to work #184

itsmeduhdoi opened this issue Jan 12, 2024 · 4 comments

Comments

@itsmeduhdoi
Copy link

I'm trying to have 2 camera streams appear on screen in 1 column, but when they both load, and i have to force tcp to get them to, they don't refresh. They don't get detected as dead streams, and i can log in to the cameras themselves and see that they are sending a stream to my rpisurv device, but the streams the device shows are a static image of when it first connected.

1 single stream, of either camera, works as expected.

occasionally, using backspace to return to command line, making adjustments in the display1.yml and restarting causes the device to lockup and i have to manually power cycle to get it functioning again.

@SvenVD
Copy link
Owner

SvenVD commented Jan 13, 2024

try lower resolution substreams

@itsmeduhdoi
Copy link
Author

Ok,
Will do. I have these cameras set with their main stream at h.265, but the sub stream at h.264
some googling has informed me that these cameras don't correctly pass their substreams over rtsp...all url's connect only to the main stream.

@itsmeduhdoi
Copy link
Author

try lower resolution substreams

got ahold of the manufacturer support group, the URL for these cameras to get to the substream had to be ip:port/multicast/video2 any other version of a url would work but only pull the main stream.

1 column will work now, did i just miss that this can't handle high quality camera feeds somewhere? thank you

@SvenVD
Copy link
Owner

SvenVD commented Jan 18, 2024

it depends on the hardware of the raspberry pi, it has a limit on how much downscalen from a highr resolution to fit within the window you want to show your stream. Generally try to avoid downscaling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants