xiph/aomanalyzer

AOMAnalyser unable to decode frame on windows

Closed this issue · 1 comments

I found a new version of the Analyser from aom git. I wanted to play with it but unfortunately it does not work with Windows. However I can play with it on Linux OS.

@mbebenita I found a solution using the dev mode. The analyser ask for the inspect.wasm and tried to take it from file://. On Linux it works because inspect.wasm can be located on the root, but because of Windows path...it doesn't work.
You have to modify the inspect.js. Find the line asking for the inspect.wasm file and add the url-formated path before the file name.
Hope it can help someone