Danail Gabenski

Results 18 comments of Danail Gabenski

Hi @dr-dimitru thanks for responding so fast. 1. The file is decrypted on the server side in the onAfterUpload callback of the Files collection where the file gets uploaded. I...

Thanks @dr-dimitru, just a clarification here, do you want me to set the chunk size manually, instead of dynamic - i.e. 1024 * 256 for a 256kb chunk size. Then...

Hi @dr-dimitru, I tried implementing it the way you suggested, but I'm encountering an issue where the bytes size for the chunk size when getting the data balloons to a...

I continued trying to get `.pipe()` to work, but it seems to have a bug, at least with encryption. The chunksizes, even if they match on the client/server seem to...

1. There's a bug in the pipe() function when handling chunks, not sure how to debug. Open to suggestions if you don't have time to look into it. 2. Yeah...

1. I did implement it in the way you described, I could list the server side code used to read the chunks. Obviously when encrypting data we change the size...

I think Meteor used to allow `emails.0.address` at around 0.7, but switched to `emails.[0].address` with Blaze at 0.8+, probably some weirdness when parsing through complex objects/arrays ? Either way for...

Shouldn't the high quality bitrate for 4k 30p in the autoexec.ash file be 0x42C0 it's currently 0x42CA which is not in the custom bitrate file ?

Can we just add what @droghio said to the readme.md for Windows/all users. A bit more documentation won't kill anybody you know.