Extended MDN example: stream chunks upload on server while recording
Posted: Sat May 12, 2018 1:31 pm
Is this a Javascript worker? No, it is a JS Porker!
javascript stream chunks upload - AKA chunks-porker
Javascript promises and Php:
chunk (video/audio) streaming and create media into server.
An audio video stream recorder example that enqueue chunks (which can be setup to be long as you want, like the max recording time):
few lines that do the dirty work, availing by the power of Javascript Promises.
javascript stream chunks upload - AKA chunks-porker
Javascript promises and Php:
chunk (video/audio) streaming and create media into server.
An audio video stream recorder example that enqueue chunks (which can be setup to be long as you want, like the max recording time):
few lines that do the dirty work, availing by the power of Javascript Promises.