[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-26 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=418030

--- Comment #4 from Aleix Pol  ---
That's my assumption, yes. We do it in org.kde.Platform, I assume for BaseApps
it works as well.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-26 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=418030

--- Comment #3 from Rinigus  ---
Maybe it will be better. Then the apps wishing to use it would just have to
inherit it from the base app, right?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-25 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=418030

--- Comment #2 from Aleix Pol  ---
Adding this to the io.qt.qtwebengine.BaseApp would surely be a better fix, no?

Thanks for the investigation!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-25 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=418030

Rinigus  changed:

   What|Removed |Added

 CC||rinigus@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime

2020-02-25 Thread Rinigus
https://bugs.kde.org/show_bug.cgi?id=418030

Rinigus  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Rinigus  ---
The issue is resolved on the application level. We have to include ffmpeg-full
extension by adding 

```
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"add-ld-path": ".",
"version": "19.08"
}
},
"cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
],

```

to our Flatpak build files (adjust accordingly). When added, Angelfish was able
to play the videos reported in the original issue.

-- 
You are receiving this mail because:
You are watching all bug changes.