eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

FFmpeg H.264 decoder not found #13826

Closed wzk1583456343 closed 2 weeks ago

wzk1583456343 commented 2 weeks ago

I built a project in Windows using theia 1.50.1 and electron 28.2.8. One of my widgets needs to play surveillance video via webrtc, but the following error always appears during playback. lx_clip1718762587352

Under the same or lower version, the mac environment can compile and play videos. I have tried replacing the ffmpeg.dll file, but it doesn't work, and increasing the electron version doesn't work either. I hope you can help me.

Additional Information