微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

我正在尝试仅在我的网站上播放我的 vimeo 视频,为此我将视频限制为域级隐私,但仍然显示错误

如何解决我正在尝试仅在我的网站上播放我的 vimeo 视频,为此我将视频限制为域级隐私,但仍然显示错误

I have a django websites where i want to embed my own vimeo videos and i want the video to play in my website only. For that i restricted the video to domain-level privacy. But still its showing error - Because of its privacy settings,this video cannot be played here.(in my website). Please help me to play the video.

<iframe class="embed-responsive-item" src="{{ video_link }}" allowfullscreen></iframe> 通过这种方式,我嵌入了视频。

即使我通过传递推荐(我的网站域)来做 curl 请求,它的返回 200

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。