sipsorcery icon indicating copy to clipboard operation
sipsorcery copied to clipboard

Calls on web server

Open artemavrin opened this issue 3 years ago • 1 comments

Hey! I want to run app as web server, and there is no audio device. I synthesys voice and send it through stream on my machine, but it is not working on remote server, just no audio. How to send audio to call without audio device? Is it possible?

artemavrin avatar Oct 28 '21 12:10 artemavrin

The PlaySounds example generates audio from a .NET console application. You could retrofit that into an ASP.NET Core application. By doing that you're effectively building a media server which is arguably not an ideal use case for a request/reponse web framework such as ASP.NET Core.

sipsorcery avatar Oct 30 '21 12:10 sipsorcery