Denis Radin

Results 38 comments of Denis Radin

Valid points, there is a huge place for improvement in terms of security. There should be a signature/checksum for content delivered. HTTPS would not help since data transfer happens over...

Got it, not sure I can move it to 80 since this port is occupied by apache. Let me see what I can do with this.

No, not really, PRs are welcome

Hi Sergey The AVIF speed is a problem indeed but behaviour we see is that after encoding 50 files in a single sequence it gets first significantly slower then stuck...

No, I mean just string. Sending HTML inside of blob just crashes a client. 2015-09-14 12:19 GMT+02:00 tomcartwrightuk [email protected]: > Is this when you are sending a blob of data...

Maximum string length workaround ``` function sendData(data, name) { var chunkLength = 16000; var chunksNumber = Math.ceil(data.length / chunkLength); for (var i = 0; i < chunksNumber; i++) { var...

This is a WebRTC data channel limitation, not WS