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

multi camera #40

Open
amarco opened this issue Nov 29, 2022 · 2 comments
Open

multi camera #40

amarco opened this issue Nov 29, 2022 · 2 comments

Comments

@amarco
Copy link

amarco commented Nov 29, 2022

If I have 3 cameras how do I get 3 cameras connected into a single room so when a real user connects they see the 3 cameras

@pfertyk
Copy link
Owner

pfertyk commented Nov 30, 2022

I'm afraid that feature is not supported by WebRTC itself. Your browser will ask you to pick a single camera. I think there is support for multiple streams, but I'm afraid it's only for remote ones (although I would have to check).

@amarco
Copy link
Author

amarco commented Dec 1, 2022

thanks, I worked around the issue by using obs to merge the 3 streams first and present it out obs's virtual camera, worked nicely actually.

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