Open imdrpn opened 5 years ago
That's what am looking for brother any solution yet?
I found some solutions online that talked about steaming the mediaStreams through socket.io or similar libraries, but nothing usable out of the box. I am now actively looking into this, open for discussions or suggestions.
That's what am looking for brother any solution yet?
No, still i didn't get any solution .
its included in the demos download espetialy the one which automatocally uploads using jquery
There are some exotic solutions. but all with flaws:
Did you check this?
If you want to use IO-techs (socket.io/etc) to send instant chunks then please make sure to use queuing system. Most recent chunk must wait for existing chunks to be finished uploading to server.
Otherwise, give each chunk a UID and make sure that server received all chunks before making a sort then compilation or concatenation using ffmpeg or other tools.
I've a demo that returns intervals based chunks:
Here is a demo that I created a long time back (donno if it still works):
how to send every second recorded video call 's chunk file of peer to peer video call to server ?