Google Drive video url 不适用于 React js 中的 React Player 中的较大文件

Google Drive video url is not working for larger files in react player in react js

代码:-

<ReactPlayer url="https://drive.google.com/uc?export=download&id=1JOZBkMwOllSNg7ameXnAj1dlagusMeux" controls={true} />

我已经更改了 public 和编辑器的权限。 但是这个 url 不适用于更大的尺寸。 有人可以帮忙,如何让它工作。 谢谢。

因为 link 没有指向视频文件,因为它是下载文件 link 你不能使用 react-player。

google 驱动器允许您嵌入项目

使用

<iframe src="https://drive.google.com/file/d/1JOZBkMwOllSNg7ameXnAj1dlagusMeux/preview" width="640" height="480" allow="autoplay"></iframe>