expo-video-player 出现问题,它抛出错误:setAudioModeAsync [英] Problem with expo-video-player, it throws Error: setAudioModeAsync

查看:19
本文介绍了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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆