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

Multiple camera support #13

Closed
KarthikaKumar opened this issue Nov 8, 2022 · 4 comments
Closed

Multiple camera support #13

KarthikaKumar opened this issue Nov 8, 2022 · 4 comments

Comments

@KarthikaKumar
Copy link

How do we achieve multiple camera support ? do we increase the thread count in the yaml? if done so, will the same IP + Port stream for multiple cameras ? Will all the clients connect to the same URL ?

Or can we do code changes to listen to different ports? Will there be any performance issue if done so ?

@vzhn
Copy link
Owner

vzhn commented Nov 8, 2022

Hi! No, we don't need to increase thread count because bstreamer uses non-blocking I/O. So all connections are served with small number of threads.
Yes, same IP and port.
Yes, all clients are connecting to the same URL.

@KarthikaKumar
Copy link
Author

KarthikaKumar commented Nov 8, 2022 via email

@vzhn
Copy link
Owner

vzhn commented Nov 9, 2022

Oh, sorry, I don't know. I made this project in the past and forgot everything.

@KarthikaKumar
Copy link
Author

KarthikaKumar commented Nov 9, 2022 via email

@vzhn vzhn closed this as completed Nov 12, 2022
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