becvert / cordova-plugin-websocket-server

Cordova WebSocket Server Plugin
MIT License
84 stars 35 forks source link

Stream Audio from client to server #61

Closed basurahan closed 5 years ago

basurahan commented 5 years ago

Can i stream audio from clients mic to the server ?

becvert commented 5 years ago

This is a barebone server. It's up to you to work out how to stream audio. Maybe you should look for RTMP or WebRTC instead.