Commit 46f153e5 authored by bitsoko services's avatar bitsoko services 👷🏿

Update app.js

parent a60dffbf
Pipeline #1364 failed with stage
in 0 seconds
......@@ -2050,7 +2050,7 @@ for (var i in uris){
new rtsp.FFMpeg({input: uris[i]}).on('data', function(data) {
// console.log(data.toString('base64'));
socketC.emit('scene', {img: 'data:image/jpeg;base64,' + data.toString('base64'), room: 'aa', sID: i});
socketC.emit('scene', {img: 'data:image/jpeg;base64,' + data.toString('base64'), room: 'aa', sID: i, services: ["person", "animal", "car"]});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment