Sip.js: Getting streams on NodeJS without WebRTC?

Created on 13 May 2017  ·  2Comments  ·  Source: onsip/SIP.js

Is there any way to get the MediaStream on NodeJS, without using WebRTC or any frontend JS?

I want to get an audio stream from a call and send that over to a speech to text API. Is this possible using SIP.js or any other library?

I'm thinking of using the custom mediaHandlerFactory but I'm not sure how to use it to hook it up to a webrtc implementation in Node.

Thanks in advance :)

Most helpful comment

@cameron5906 I ended up using this client library https://github.com/mscdex/sipster

The nodejs wrapper didn't work the best though so I ended up using the python library underneath (pjsip).

All 2 comments

@jamesleeht Have you found anything for this? I'm wanting to do something similar and have been looking around for hours.

@cameron5906 I ended up using this client library https://github.com/mscdex/sipster

The nodejs wrapper didn't work the best though so I ended up using the python library underneath (pjsip).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seanbright picture seanbright  ·  3Comments

Pjata picture Pjata  ·  11Comments

DenisButCheR picture DenisButCheR  ·  7Comments

slavikbialik picture slavikbialik  ·  7Comments

Fzwael picture Fzwael  ·  5Comments