我已经尝试了2天在jwplayer中播放googledrive视频,但无济于事。我观看了来自youtube的视频教程也尝试了很多链接来完成这项任务,但仍然没有成功。这就是我想要的。
在文件夹中上传视频(mp4) 使视频和文件夹公开 获取文件夹ID和视频名称,并替换为此链接 https://googledrive.com/host/folderid/filename
但它根本不起作用。有什么帮助吗?
答案 0 :(得分:2)
只需将此链接提供为MP4来源:
http://docs.google.com/uc?id=VIDEO_ID
VIDEO_ID
本身位于链接部分,如下所示:
https://drive.google.com/file/d/VIDEO_ID/view
(在您的情况下VIDEO_ID
开始“0BxqS”并以“xbEU”结束)
编辑:(确保指定type: "mp4"
,以便JW Player知道数据类型。)
jwplayer("player").setup ({
file: "https://docs.google.com/uc?id=0BzIpsk3FR4R1NjlnTWVDOHB2MTQ",
type: "mp4",
width: 640,
height: 360,
});
答案 1 :(得分:2)
Google Drive Video&海报。
[GDPlayer gdrive="https://drive.google.com/file/d/1gNAt_8dBiLmvL9fLpSUQZZlh_ViNKA4l/view" poster="https://ingolin.com/example.png"]
Google Drive Video,Poster&字幕
[GDPlayer gdrive="https://drive.google.com/file/d/1gNAt_8dBiLmvL9fLpSUQZZlh_ViNKA4l/view" poster="https://ingolin.com/example.png"][track kind="captions" src="https://ingolin.com/wp-content/subtitles.vtt" srclang="en" label="English" default="true"][/GDPlayer]