Any video playback does not work on Linux, especially mp4 Ue 5.4.4

Any video playback does not work on Linux, especially mp4 Ue 5.4.4
connected all possible codecs in plugins, video does not work. Only WebM, and it terribly slows down and does not allow to run more than one video at a time.

1 Like

I have also experienced this problem. Is there some info about what settings are required for WebM to work? Does it only work with VP8 (for example), at certain bit-rates or other settings?

Sorry, I didn’t see the message.
I solved the problem differently.
Took the FFMPEG library and integrated it into UE.
Made the logic for decoding video into textures. Made Wawe Procedural for sound. And that’s it. Made a timer for playing sound, it also controls the display of frames. I take a texture, draw it into a material, and the material can then be in the UI and in a mesh on the scene.