hijunmeng/wasm-video-player

重新编译ffmpeg,decoder后,播放出错 null function or function signature mismatch

Opened this issue · 0 comments

0091d8c2:0x296f Uncaught RuntimeError: null function or function signature mismatch
at 0091d8c2:0x296f
at 0091d8c2:0xd9ed
at 0091d8c2:0x47c7
at Object._openDecoder (libffmpeg.js:1:13592)
at Decoder.openDecoder (decoder.js:48:22)
at Decoder.processReq (decoder.js:165:18)
at self.onmessage (decoder.js:249:18)
请问一下,这种错误是什么原因? 作者之前有没有遇到过,怎么解决?
ffmpeg试了3.3和4.2版本,都是一样的问题。
你原先参考的那个项目,也是存在一样的问题,播放TS文件打开解码器挂了。
参考项目https://github.com/sonysuqin/WasmVideoPlayer也是报这个问题
但是可以播放mp4文件,播放ts就挂了。