-
Notifications
You must be signed in to change notification settings - Fork 113
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
MediaStream #109
Comments
Hi Centurius123 It is definitely possible. Hope it helps. |
Have you found a solution to this? |
Almost a year later, hope I'm not necroposting, but I'm running out of ideas here... has anyone else found a more detailed solution to this? How exactly is someone supposed to use media-recorder-stream to do this? I feel like I'm missing something. To expand on my use case, I need to stream live audio from a microphone to my service on the back end, which then, using credentials stored in the service, will send that audio stream to an audio transcription service and emit the transcription as it updates. My specific situation here:
Which leaves me kind of lost... what am I supposed to do from media-recorder-stream that will be the live equivalent of (I can create a new issue if need be, or move this to Stack Overflow as is appropriate; this is just the closest to a solution I've found when frantically googling.) |
Hi @amber-workxpress , |
@vin-ni Oh my god, you are a LIFESAVER. Thank you so much; that was exactly what I needed. I had to modify the code a bit to work with my React and Flux-based setup, but this gave me exactly the piece I was missing. |
Just in case anyone has a similar issue, WebRTC allows you to do this with its RTCPeerConnection API. |
could you point to an example? |
@vin-ni did it work for you? |
Haven't tried it yet. But will once I need something like that the next time and give you feedback! |
Wow! You are a lifesaver! Thank you so much!. This repository cleared all my doubts. Some unanswered SO questions: |
Hey,
I try to send a MediaStream via socket.io-stream, but I dont know how.
Is it possible to do this?
The text was updated successfully, but these errors were encountered: