Extended MDN example: stream chunks upload on server while recording

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Extended MDN example: stream chunks upload on server while recording

Extended MDN example: stream chunks upload on server while recording

by axew3 » 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.

Top