Skip to content

Commit 97e5813

Browse files
committed
intercept: Allow html5app_steam to load widevine
This should permit the encrypted playback to work correctly once more. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent 0faa29a commit 97e5813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/intercept/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ static const char *steam_allowed[] = {
9393
/* Swift shader */
9494
"libGLESv2.so",
9595
"libEGL.so",
96+
97+
/* widevine */
98+
"libwidevinecdmadapter.so",
99+
"libwidevinecdm.so",
96100
};
97101

98102
static const char *wanted_steam_processes[] = {

0 commit comments

Comments
 (0)