android - transferring audio files via WebSocket -


i have send , receive audio file via websocket using mobile devices. clients android, ios , wp. guys have idea how accomplish this? thought encode file base64 , send string, maybe there better way this? websocket should use?

thanks

send audio file sequence of binary frames. websocket libraries provide means send , receive binary data. see 5. data framing in rfc 6455 details binary frames.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -