M.Mohamed
Results
2
comments of
M.Mohamed
trafficstars
your code should be like below ` var stream = ss.createStream(); var blobStream = ss.createBlobReadStream(data.files[0].buffer); var size = 0; blobStream.on('data', function (chunk) { size += chunk.length; console.log(Math.floor(size / data.files[0].metadata.size \*...
There is a different in data types, getUserMedia's stream is not same as socket's stream. so they will not work together without some modifications.