Mido22 / recordOpus

option for recording videos server side using opus packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.io connection getting aborted in Chrome

sdigihey opened this issue · comments

UPDATE: after updating both client script and server module to 1.3.5 i get some sort of connection but seams that no data is going trough since i'm not getting any response from server after recording is done

i traced it to getBlob function, it is called expected number of times and and file gets recorded but 1s length. Also if i set interval for 3s and stop recording after 4, file is not written since if(e.data.reply === 'done'){ is never returned

commented

Hi sdigihey, sorry, I am bit busy with other things at work, give me some time, I ll fix it and get back to you.

commented

@sdigihey I have made a fix( made the workers retrieving wav and converting it into ogg as sequence, no more parallel conversion), can you confirm if it works properly now, then I can close the issue :)