gpt4 book ai didi

ruby-on-rails - 事件存储 : displaying video in video_tag

转载 作者:行者123 更新时间:2023-11-28 21:41:30 25 4
gpt4 key购买 nike

在 Rails 5.2 应用程序中,我想显示以前通过 Active Storage 在 S3 中上传的视频。当我使用它时:

<%= video_tag [@banner_video.video_mp4, @banner_video.video_webm] %>

我收到这个错误:

The asset "" is not present in the asset pipeline.

我检查了控制台,我的变量@banner_video 正是我认为应该的。

最佳答案

我用来让它工作的 2 个变体

  1. <%= video_tag url_for(@banner_video.file), size: "150x120", controls: true %>

或获取 S3 url

  1. <%= video_tag @banner_video.file.service_url, size: "150x120", controls: true %>

关于ruby-on-rails - 事件存储 : displaying video in video_tag,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50993367/

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