Problem with expo-video-player, it throws Error: setAudioModeAsync(expo-video-player 出现问题,它抛出错误:setAudioModeAsync)
问题描述
我对expo-video-player"软件包有疑问.我想通过 expo-video-player 显示一个视频,但是当我加载组件时它会抛出一个错误,我不知道如何解决它,所以我需要帮助..
I have a problem with 'expo-video-player' package. I want to show a video through expo-video-player but when I load the component it throws an error and I don't know how to resolve it, so I need help..
我尝试过更改包源代码和组件道具,但它不起作用
I've tried change the package source code and the component props but it doesn't works
这是代码:(来自 expo-video-player 的示例代码)
Here is the code: (Example code from expo-video-player)
import { Video } from 'expo'
import VideoPlayer from 'expo-video-player'
<VideoPlayer
videoProps={{
shouldPlay: true,
resizeMode: Video.RESIZE_MODE_CONTAIN,
source: {
uri: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
},
}}
isPortrait={true}
playFromPositionMillis={0}
/>
这里是错误:
错误: , setAudioModeAsync 错误, 1, [错误: 试图在没有所需键的情况下设置音频模式: ["staysActiveInBackground"]]- node_modules eact-nativeLibrariesYellowBoxYellowBox.js:59:8 错误- node_modulesexpouildenvironmentmuteWarnings.fx.js:27:24 错误- ... 来自框架内部的另外 17 个堆栈帧
Error: , setAudioModeAsync error, 1, [Error: Audio mode attempted to be set without the required keys: ["staysActiveInBackground"]] - node_modules eact-nativeLibrariesYellowBoxYellowBox.js:59:8 in error - node_modulesexpouildenvironmentmuteWarnings.fx.js:27:24 in error - ... 17 more stack frames from framework internals
谁能帮帮我?谢谢
推荐答案
这个问题是由 Expo SDK 33 创建的,其中一些模块已从核心中删除.
This issue was created by Expo SDK 33, where some modules has been removed from the core.
升级到最新版本 (1.3.0
).此处已修复.
Upgrade to the latest version (1.3.0
). It is fixed here.
https://www.npmjs.com/package/expo-video-player
这篇关于expo-video-player 出现问题,它抛出错误:setAudioModeAsync的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:expo-video-player 出现问题,它抛出错误:setAudioModeAsync


- 如何向 ipc 渲染器发送添加回调 2022-01-01
- 我不能使用 json 使用 react 向我的 web api 发出 Post 请求 2022-01-01
- 使用 iframe URL 的 jQuery UI 对话框 2022-01-01
- 从原点悬停时触发 translateY() 2022-01-01
- 为什么悬停在委托事件处理程序中不起作用? 2022-01-01
- 为什么我的页面无法在 Github 上加载? 2022-01-01
- 如何调试 CSS/Javascript 悬停问题 2022-01-01
- 在不使用循环的情况下查找数字数组中的一项 2022-01-01
- 如何显示带有换行符的文本标签? 2022-01-01
- 是否可以将标志传递给 Gulp 以使其以不同的方式 2022-01-01