Pass a videostream to dronestream
Enable sharing of video stream between plugins, if the undelrying lib supports it.
Esse commit está contido em:
@@ -1,5 +1,5 @@
|
||||
function video(name, deps) {
|
||||
require("dronestream").listen(3001);
|
||||
require("dronestream").listen(3001, {tcpVideoStream: deps.client.getVideoStream()});
|
||||
};
|
||||
|
||||
module.exports = video;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário