signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

Audio Stream Over Websocket #2432

Closed surabhigarg1234 closed 2 months ago

surabhigarg1234 commented 2 months ago

Could you please help, how I can stream audio over Websocket using FreeSWITCH?

I have checked but just found one module which is mod_audio_stream but this is not present in FreeSWITCH Master Branch.

Not a bug.. just a query

hhadzem commented 2 months ago

There is an existing module available here - mod_audio_fork.

surabhigarg1234 commented 2 months ago

Thanks for the response... I will evaluate this module.