MediaConch_SourceCode
MediaConch_SourceCode copied to clipboard
Floating point exception with MediaConch CLI
After stress testing MediaConch CLI over 30,000 MKV files only two times does mediaconch exit with an error (although there are still many malformed xml outputs).
mediaconch -mi -mt -fx http://archive.org/download/N.M.14./N.M.14..mkv
results in
Floating point exception: 8
OK, the referenced file is actually a MPEG-TS that is misnamed with a .mkv extension. @JeromeMartinez want to keep this open?
I check first if it is due to a crash in the library. Issue with TS file is that trace is huge, very huge (TS packets are 188 byte long, so there are a lot of packets :( ), maybe we need to reject such file in MC for the moment.