A possible bug and some questions please.
Today I have launched MLVFS_x64_avx to a local directory containing a single MLV file mapped as drive X: All is well as confirmed via the localhost:8000 view in my browser.
http://1drv.ms/1o7Mtqk While I was randomly viewing individual frames (by double clicking on them) I noticed in the MLVFS cmd screen a number of loadchunk error messages. These related to mlv files tested yesterday that reside in a different (external HD) location. This suggests that MLVFS is storing previously analysed MLV file names/details somewhere. In itself, these error messages are not an issue however from a performance perspective MLVFS probably shouldn't be trying to open MLV files other than those in the mapped directory.
http://1drv.ms/1o7OHpy Edit:
The generated errors messages may have been my fault. I had originally launched:
mlvfs_x64_avx2.exe X: --mlv-dir=H:\Video\20150825_Banff_Surrouds\MLVs (where the 4 MLVs related to the error messages reside - it crashed), I then launched
mlvfs_x64_avx.exe X: --mlv-dir=D:\MLVs (where the single MLV resided)
As there was no appreciable delay between the crashing of the mlvfs_x64_avx2 instance vs the launching of the mlvfs_x64_avx instance it suggests that maybe I should
have waited a bit longer to allow the first instance to clean up after itself.
Questions
Where does MLVFS store details of historical MLVs processed? (Maybe irrelevant).
Configuration options set in the localhost view don't appear to be persistent. Is this the expected behaviour?
Having set the configuration options in localhost at what point will they apply e.g: on the fly upon opening, viewing or extracting the frames?
MLVS caters for a number of parameters:
- what are the defaults settings?
- what the purpose of --port and is its sub-parameter a directory name or port number (or both)?
Possibly the above questions could be answered by adding a little more commentary to the options list provided when running MLVFS without parameters.
http://1drv.ms/1TgUrdK Thanks in advance.... Otto