triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

Image and/or video stream ? #16

Closed developper89 closed 6 years ago

developper89 commented 8 years ago

Is there a way to send images or video throug the socket ? basically as a stream ? i figured it out how to handle base64 images but it's quite heavy for big ones.

triniwiz commented 8 years ago

I came across this for android https://github.com/socketio/socket.io-client-java/blob/master/src/test/java/io/socket/client/ConnectionTest.java#L866-L919 and for ios https://github.com/socketio/socket.io-client-swift/issues/389#issuecomment-224575990

developper89 commented 8 years ago

thanks