sonysuqin / WasmVideoPlayer

Play file/stream with wasm & webgl & web audio api, using ffmpeg for multi codec support, especially for h265,support http, websocket, http-flv stream.
GNU General Public License v3.0
1.3k stars 375 forks source link

"Assertion failed: Missing signature argument to addFunction" when using the latest emcc (1.39.3) #38

Closed ingjieye closed 4 years ago

ingjieye commented 4 years ago

The document should solved the issue. However a fix to the master branch would be better. https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#calling-javascript-functions-as-function-pointers-from-c

sonysuqin commented 4 years ago

Nice.