gpt4 book ai didi

ios - 如何修复 'Video play but don' t have sound on iOS with expo'

转载 作者:行者123 更新时间:2023-11-28 23:29:16 25 4
gpt4 key购买 nike

我使用世博会的视频组件。我可以播放视频,但在 iOS 中没有声音。在安卓上没问题。我该如何解决它。

<Video style={{ width: 340, 
height: 220,
borderRadius: 10,
overflow: 'hidden' }}
posterSource={require('../../assets/loading2.gif')}
usePoster={true}
rate={1.0}
isMuted={false}
useNativeControls = {true}
volume={1.0}
playsInSilentLockedModeIOS ={ true }
resizeMode='cover'
shouldPlay={true}
source={{uri : url}} />

最佳答案

音频无法正常工作,因为我的手机处于静音状态。要更改此默认行为,请设置 playsInSilentLockedModeIOS={ true }

(我知道 OP 在他们的代码中已经有了这个,但我回答是为了以防万一这对某人有帮助)。

关于ios - 如何修复 'Video play but don' t have sound on iOS with expo',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57371543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com