Displaying 1 result from an estimated 1 matches for "recordrtc".
Did you mean:
recordproc
2013 Aug 03
1
How to use http-put for JavaScript source client
...erstand why it is not possible to use the audio stream from
webRTC's getUserMedia and then send it over a websocket ?
It seems that the webRTC implementation can natively encode in ogg format
in stereo from any interface ( according to
https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC ).
Why wouldnt it be suitable ?
In the other, I assume, like Jamie, that there is a way to send it over a
PUT request. Isnt it ?
y.
> Hi Jamie,
>
> The webRTC API does not sound suitable for source->server streaming
> for many reason. For instance, the peer-to-peer connection requ...