drachtio / drachtio-siprec-recording-server

SIPREC recording server based on drachtio and rtpengine
MIT License
81 stars 31 forks source link

get access to audio stream #45

Closed vovanb closed 3 years ago

vovanb commented 3 years ago

Hello, I have request to implement siprec server which will stream Audio to external endpoint (MS, Google) for STT (Speech to text) . Can you please point me where in server code I can get access to media stream ? Thanks

davehorton commented 3 years ago

you would need to connect the call through freeswitch, like this app does, but then you would need to use a freeswitch plugin (like my mod_audio_fork to get access the audio stream.

Not that difficult, but not a feature that is current implemented in this repo