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

Scale for multiple cameras and clients #11

Closed
kevinzezel opened this issue Mar 10, 2024 · 2 comments
Closed

Scale for multiple cameras and clients #11

kevinzezel opened this issue Mar 10, 2024 · 2 comments
Labels
question Further information is requested

Comments

@kevinzezel
Copy link

Hi,

Great work! Thanks for sharing your project.

I'm working with multiple RTSP streams and using ffmpeg and Flask to generate an MJPEG stream. However, I'm facing challenges scaling this solution for multiple clients. I really like your project and would like to explore using it.

For handling multiple cameras, I'm currently creating a separate server:port combination for each camera. Is this the best approach? How can I scale this for multiple clients? Could Kubernetes be a good solution?

Regards

@kevinzezel kevinzezel changed the title Scale for multiple câmeras and clients Scale for multiple cameras and clients Mar 10, 2024
@egeakman
Copy link
Owner

Hi @kevinzezel, it's nice to hear that you liked the project!

You can have multiple sources in a single server and a port (see this example).

How many clients are we talking about?

This project is meant for home and small network use cases. I haven't tested it on large/public networks and more than a few clients, thus I can't guarantee that it will work or be secure in those cases. However, I'd love to try new things out!

By the way, I am working on a new, more efficient structure. So stay tuned!

@egeakman egeakman added the question Further information is requested label Apr 2, 2024
@egeakman
Copy link
Owner

Closing as stale

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

No branches or pull requests

2 participants