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

Multistream bug 5 cameras #275

Closed
istyszy opened this issue Oct 8, 2024 · 3 comments
Closed

Multistream bug 5 cameras #275

istyszy opened this issue Oct 8, 2024 · 3 comments

Comments

@istyszy
Copy link

istyszy commented Oct 8, 2024

What happened

I am trying to setup print farm with 5 printers and 1 PC
i made the config file for the 5 cameras and started the crowsnest service:

    [10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
    [10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 2] looks good. Continue ...
    [10/08/24 06:44:10] crowsnest: INFO: Configuration of Section [cam 3] looks good. Continue ...
    [10/08/24 06:44:11] crowsnest: INFO: Configuration of Section [cam 4] looks good. Continue ...
    [10/08/24 06:44:11] crowsnest: INFO: Configuration of Section [cam 5] looks good. Continue ...
    [10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
    [10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 2]. Skipped.
    [10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 3]. Skipped.
    [10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 4]. Skipped.
    [10/08/24 06:44:11] crowsnest: V4L2 Control: No parameters set for [cam 5]. Skipped.
    [10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-path/pci-0000:03:00.0-usb-0:1.4.1.1:1.0-video-index0 ...
    [10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_HD_Pro_Webcam_C920_8CF1DD0F-video-index0 ...
    [10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-path/pci-0000:03:00.0-usb-0:1.3.2:1.0-video-index0 ...
    [10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_C270_HD_WEBCAM_55184460-video-index0 ...
    [10/08/24 06:44:14] crowsnest: Starting ustreamer with Device /dev/v4l/by-id/usb-046d_C270_HD_WEBCAM_08302460-video-index0 ...

all 5 streams are working apperently
/webcam/?action=snapshot ->works
/webcam2/?action=snapshot -> works this is cam2
/webcam3/?action=snapshot -> works this is cam3
/webcam4/?action=snapshot -> works this is cam4
/webcam5/?action=snapshot -> this does not work
so webcam 5 link does not work .. and i do not know why....
image
ports are waiting for connection ...

What did you expect to happen

i expected all streams to work :)

How to reproduce

just add more than 4 cameras

Additional information

No response

@istyszy istyszy added the bug Something isn't working label Oct 8, 2024
@meteyou
Copy link
Member

meteyou commented Oct 8, 2024

pls check the header of the crowsnest.conf file. there are only 4 redirects in the mainsail nginx proxy config. so if you need more, you can add custom redirects or you have to use the ip:port url.

@mryel00 mryel00 added not an Issue and removed bug Something isn't working labels Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

Ahoi!

It looks like this ticket is a request for help (or similar).
Many helpful people will not see your message here and you are
unlikely to get a useful response.

We use the Github Issue-Tracker only for development related
topics, like feature requests, bug reports etc. To get help,
please join our Discord-Server or ask in Github Discussions:

This ticket will be automatically closed.

Fair wind and a following sea!
~ Your friendly MainsailGithubBot

PS: I'm just an automated script, not a real sailor.

@github-actions github-actions bot closed this as completed Oct 8, 2024
@mryel00
Copy link
Member

mryel00 commented Oct 8, 2024

If you join our Discord or open a post, we are happy to help you to add more redirects, but this is nothing that comes from Crowsnest directly, so here is the wrong place for that

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

No branches or pull requests

3 participants