mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #53] How to let multiple clients access the same camera at the same time #44
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NaiveInvestigator on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/53
as stated above, when we try to access the same camera on 2 different devices, the video stream lags a lot, or one of the devices straight up shows no output.
@gen2brain commented on GitHub (Mar 21, 2024):
You can use some of the mjpeg proxies, there are a lot of them, written in python, go, etc. Just pick.
@NaiveInvestigator commented on GitHub (Mar 21, 2024):
I sadly do not have mych knowledge in this area. is there any that you would personally suggest :0
@gen2brain commented on GitHub (Mar 22, 2024):
Something like https://github.com/vvidic/mjpeg-proxy or https://github.com/johannfr/mjpeg-proxy.
@gen2brain commented on GitHub (Mar 22, 2024):
There was a request to add something like that here, but at the time I wanted cam2ip to be as simple as possible. Maybe I will try something when I find the time, I also have a few more ideas but I don't have the time to experiment.