gpt4 book ai didi

html - 使用 git lfs 存储的 MP4 文件无法在 Github Pages 中播放

转载 作者:行者123 更新时间:2023-11-28 14:11:01 27 4
gpt4 key购买 nike

我的存储库中有一个 mp4 文件,它存储在 git lfs 中,我希望能够在我的网站上播放该文件。当我用 github pages 打开网站时,视频不可见。

知道发生了什么事吗?

最佳答案

原始答案(2019 年):您可以查看 git-lfs/git-lfs issue 1342 中提出的解决方法: “GitHub 页面提供引用文件而不是实际的二进制文件”

latest one (自 2019 年 2 月起):

https://media.githubusercontent.com/media/_Username_/_Project_/_Branch_/_Path_to_file_

You should replace all the _UNDERSCORED_ things to your's

此元素中的示例:labcesi-strasbourg/labcesi-strasbourg.github.io commit c53bd39

vrView.setContent({
//image: 'V0050069.jpg',
image: 'https://media.githubusercontent.com/media/labcesi-strasbourg/labcesi-strasbourg.github.io/master/V0050069.jpg',
//preview:'/url/to/amazing-512.jpg',
is_stereo: false
});

2022 年 10 月更新:Marco建议这可能不再有效,并将使用以下版本:

https://github.com/labcesi-strasbourg/labcesi-strasbourg.github.io/blob/master/V0050069.jpg?raw=true

换句话说:
https://github.com/\ <用户>/<存储库>/blob/<分支>/<文件路径>?raw=true

The above format works for every type of media (jpg, webm, etc..)

关于html - 使用 git lfs 存储的 MP4 文件无法在 Github Pages 中播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56470398/

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