Sergiu Ciumac
Sergiu Ciumac
This problem is specific to your environment setup. One possible cause might be related to not enough RAM allocated to the docker container. You indexed quite a few tracks, hence...
It depends how long are these tracks. For every 20 hours of content I recommend 1GB of RAM allocation.
I tried to reproduce it with a sample example but I couldn't. The following example fingerprints the entire file, then queries only 15 seconds starting at 10'th second. ```csharp public...
Can you provide a sample example with expected and actual results?
Both `QueryCommandBuilder` and `FingerprintCommandBuilder` can be instantiated with `ILoggerFactory`: ```csharp var queryCommandBuilder = new QueryCommandBuilder(loggerFactory); ``` Once provided it will start logging in the project configured output.
Which version of ffmpeg are you using?
I've tested it and indeed for the AC3 file it generates a `AccessViolationException`. I'm not quite sure why that's happening for this particular file. As of now I would suggest...
A similar bug has been described in #207 (not exactly the same scenario but a particular use case when both Audio | Video fingerprints are generated during query). A fix...
What use case are you trying to solve that requires a time-location accuracy of more than 500 ms?
Referenced commits 762a9e2 are fixing issue #207, adding a comment to remove confusion.