haiduong87

Results 13 comments of haiduong87

I have same issue with node 16 (latest ffmpeg) ffmpeg version 2022 ffprobe version 2022 Extracting audio/silence from all clips Mixing clip audio with arbitrary audio 188x334 15fps 0% 1%...

I create https://github.com/minio/minio-dotnet/pull/655

@ebozduman I use this GetObjectAsync public Task GetObjectAsync(string bucketName, string objectName, long offset, long length, Action cb, ServerSideEncryption sse = null, CancellationToken cancellationToken = default) https://github.com/minio/minio-dotnet/blob/master/Minio/ApiEndpoints/ObjectOperations.cs#L77 It random happens. So...

@ebozduman I have more information. I make my own version, and get this inner exception `System.AggregateException: One or more errors occurred. (The response ended prematurely.) ---> System.IO.IOException: The response ended...

@ebozduman I can only access to the client. Here's our structure: - Minio server: on k8s (I don't have right on here, and I don't know if there's a log...

@ebozduman I will replace that Obsolete usage in our next deployment. I keep using that because I don't find the real different in source code. Technically, I will do the...

You should have external storage to store meta data

Yes, I think so. Actually, I'm working for a cloud storage solution (use inside my company) Structure: - mongodb: store metadata - minio: store file

@cimt try replace the sampler ![image](https://user-images.githubusercontent.com/22165935/137453251-3784e419-d582-41e5-9d16-e0207341afbf.png) https://raw.githubusercontent.com/akella/webGLImageTransitions/master/img/disp1.jpg

@nightroman @MidasLamb @lbnascimento Could you try this (SharedEngine.cs, require "System.Threading.Thread" package for netstandard1.3) : https://pastebin.com/VHXSrjm0 My solution: force all mutex operations to run on the same thread. I found this:...