-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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. |
Thanks for your reply. But in that case it would be the same camera server
streaming to different clients.
Is it possible to have them stream from different ports. Right now I did a
small change to start the server on different ports. And when we use it for
around 64 connections, we see latency and connection drops. Want to confirm
with you if any other alternative is there to achieve this ?
Thank you in advance
Karthika
…On Tue, 8 Nov 2022 at 1:08 PM, Vladimir Zhilin ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGSVKU3NFVJGAULPPUBZBLWHH7PPANCNFSM6AAAAAARZ7QO5Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh, sorry, I don't know. I made this project in the past and forgot everything. |
Ok no problem thanks for your support
…On Wed, 9 Nov 2022 at 1:16 PM, Vladimir Zhilin ***@***.***> wrote:
Oh, sorry, I don't know. I made this project in the past and forgot
everything.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGSVKVGAMVW7VXRT3JKTO3WHNJFBANCNFSM6AAAAAARZ7QO5Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: