From 33fe6a60e74a06edc9508792edb5e79d3af5a686 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Tue, 17 Mar 2026 12:41:02 +0530 Subject: [PATCH 1/2] fix exoplayer playing content only in sdr --- src/components/player/android/components/VideoSurface.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/android/components/VideoSurface.tsx b/src/components/player/android/components/VideoSurface.tsx index d728baa4..a06bc0b0 100644 --- a/src/components/player/android/components/VideoSurface.tsx +++ b/src/components/player/android/components/VideoSurface.tsx @@ -533,7 +533,7 @@ export const VideoSurface: React.FC = ({ // @ts-ignore - Prop supported by patched react-native-video onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged} automaticallyWaitsToMinimizeStalling={true} - useTextureView={true} + useTextureView={false} subtitleStyle={{ fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28, paddingTop: 0, From 7888666c300b964c3a0e29184eea6dd0f8c46292 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Tue, 17 Mar 2026 12:49:38 +0530 Subject: [PATCH 2/2] add metas for display compatibility with hdr and dv content --- android/app/src/main/AndroidManifest.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c18f16e7..d1900325 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,7 +23,12 @@ - + + + + + + @@ -37,4 +42,4 @@ - \ No newline at end of file +