-
Hi All, Id be very appreciative if anyone can share any idea/snippet on what could be a way to send video, using iosrtc plugin to a Python Flask backend! Websocket? aiortc? What Im looking to do is to use the iPhone as a streaming device, sending video-stream to the backend for image-recognition. Any tips is very welcome! Thanks. Pete |
Beta Was this translation helpful? Give feedback.
Answered by
hthetiot
Aug 31, 2022
Replies: 2 comments 2 replies
-
I think you should be able to run this aiortc example inside iosrtc www folder and send frame to server: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hthetiot
-
Thanks again. Pete
…On Fri, 2 Sept 2022 at 09:43, Harold Thétiot ***@***.***> wrote:
Just run the client javascript example linked abov4 in the webview with
the plugin installed.
—
Reply to this email directly, view it on GitHub
<#758 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZ6GGOQ3TJGASVRG5MNJFLV4GV2ZANCNFSM6AAAAAAQAXHZRM>
.
You are receiving this because you authored the thread.Message ID:
<cordova-rtc/cordova-plugin-iosrtc/repo-discussions/758/comments/3533876@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you should be able to run this aiortc example inside iosrtc www folder and send frame to server: