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

I want to make a real-time-streaming (Two Android devices connected 1:1) #83

Open
munsangu opened this issue Mar 29, 2023 · 2 comments
Open

Comments

@munsangu
Copy link

Hello, I am using a library for connecting between Android devices with React native. (Android 13 version)
I succeeded in connecting the two devices, but I want to know if real-time-streaming is also possible with this library.
(This means that B Android simultaneously watches the video that A Android is shooting)

Thank you, very much

@kirillzyusko
Copy link
Owner

@munsangu I highly doubt it's possible. Just theoretically you can send files picture by picture, but I don't think it will give a stable framerate. This library doesn't support streaming (yet) and in order to add it you'll need to modify source code.

Is there any apps which are using wi-fi direct for streaming?

@munsangu
Copy link
Author

@kirillzyusko
Thank you for caring me. The project manager said he would do it himself.😅

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