mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-03 08:49:07 +00:00
fix exoplayer playing content only in sdr
This commit is contained in:
parent
cd64a36d13
commit
33fe6a60e7
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ export const VideoSurface: React.FC<VideoSurfaceProps> = ({
|
||||||
// @ts-ignore - Prop supported by patched react-native-video
|
// @ts-ignore - Prop supported by patched react-native-video
|
||||||
onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged}
|
onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged}
|
||||||
automaticallyWaitsToMinimizeStalling={true}
|
automaticallyWaitsToMinimizeStalling={true}
|
||||||
useTextureView={true}
|
useTextureView={false}
|
||||||
subtitleStyle={{
|
subtitleStyle={{
|
||||||
fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28,
|
fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28,
|
||||||
paddingTop: 0,
|
paddingTop: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue