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
Post a Comment