Pass a videostream to dronestream

Enable sharing of video stream between plugins,
if the undelrying lib supports it.
Esse commit está contido em:
Laurent Eschenauer
2013-05-27 23:20:45 +02:00
commit cde557eec6
+1 -1
Ver Arquivo
@@ -1,5 +1,5 @@
function video(name, deps) {
require("dronestream").listen(3001);
require("dronestream").listen(3001, {tcpVideoStream: deps.client.getVideoStream()});
};
module.exports = video;