You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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?
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
The text was updated successfully, but these errors were encountered: