Hello,
I'm experiencing an issue with our Tauri application, which is built using GitHub actions on an Ubuntu 20.04 environment. The problem arises when trying to play YouTube videos within the application - we're consistently encountering a "Your browser can't play this video" message.
Interestingly, when the application is built from my local desktop environment, the videos work perfectly fine. This leads me to believe that there might be some necessary packages missing in the Ubuntu build that are available on my desktop.
To attempt to resolve this, we've incorporated several additional packages into our Ubuntu builds via GitHub actions. You can find the list of added packages in this commit: https://github.com/phcode-dev/phoenix-desktop/commit/df6a162cc0e4257948cd2c55489574632ccaaadc.
Despite the size of the AppImage increasing to 189MB with these changes, the video playback issue persists.
Requesting assistance in identifying what could be causing this issue, and if there are indeed any missing packages that we need to include to enable video playback?
Thank you for your help.
Best,
Arun