Answer the question
In order to leave comments, you need to log in
How to transfer video from android camera to server via websocket?
Given: android client, nodejs-server (express, socket.io), browser. It is necessary to stream video via WS from the android application to the server, then the server will broadcast the data to the desired client in the browser, and there the video will be rendered using js / html.
At the moment, I'm interested in the 1st stage, how to broadcast video from the android camera to the server via WS? Would socket.io-client-java work for this ?
Perhaps you know or consider it more correct to use not a web socket, but another technology, I would be grateful if you write your own solution to the problem (but the server must be implemented on node.js)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question