Closed datvm closed 2 months ago
Found and solved the issue. Thanks again for your detailed report.
FYI, ATL has been designed so that most unexpected stuff that happens during processing won't escalate Exceptions to the client app. Instead, the library returns the values it could read and displays the stacktrace to the Console and/or ATL's logging system.
NB : With next update, you normally won't need any prior fix to get the duration of an MKA / WEBM file that doesn't have the Info / Duration
element.
The fix is available on today's v6.04. Please close the issue if it works on your side.
Oops sorry I forgot about this. Closed, thanks a lot 👍
First of all, thank you very much for fixing #275, everything works great now and I can even get the duration of a WebM file without
SpawnDev.EBML
.The problem
When using ATL with this file (this is the output file from MediaRecorder, then I applied this fix on the client-side Javascript):
recording_withduration.zip
I could get the correct Duration but in Console, the following output is printed. It is not an exception thrown. I think it's a
Console.WriteLine
call somewhere within the library. Note that with the attached code, the Duration is printed out after the exception.Environment
Details
N/A
Code To Reproduce Issue [ Good To Have ]