Hi ! I’m using Unity 2019.2.2f. I’m trying to play .mp4 video via VideoPlayer component using VideoPlayer.url. When I build application for Windows or MacOS the video plays. But, if I build application for Linux and run it on Ubuntu (not virtual machine, real PC) then nothing happens and no errors. At this moment the VideoPlayer.url property is empty, but I set up value to it before in code (tried in the Editor as well). The path to video file is correct. When i try to play .webm video using my app it plays well. I tried to play video from StreamingAssets folder and it doesn’t play as well.
On Ubuntu I installed “ubuntu-restricted-extras”, h.265, h.264 codecs. The video plays without issues on Ubuntu independently but not within my app.
Has anyone got this issue and knows how to solve it ?