Meteor video stream web server

Hi,

I’m developing a project that consists in an Android app that sends video stream from in-built camera to a web server Meteor that it’s going to display the video stream received. I have already done the Android app, where the camera is managed and only I need to implement the communication and the video stream to Meteor server.

Right now, I wanna know if it’s possible and easy that implementation in Meteor. I don’t know if I need to add any library for DDP communication in Android or I can use the normal Socket in Android to transmit the camera view in real time to Meteor web server.

I’m a little bit confused…

Please, any suggestions?

Thanks in advance!