在 Rails 应用程序中播放存储在 S3 或 Dropbox 中的视频

发布于 2025-01-05 04:45:43 字数 162 浏览 0 评论 0原文

我将一个音频文件上传到 Dropbox,并将其链接放入我的 Rails 应用程序中。当我单击该链接时,它会自动打开一个音频播放器。然而,当我对视频进行同样的尝试时,无论是在 S3 还是 Dropbox(使用 S3)中,它都不起作用。有没有办法在 Rails 应用程序中播放 Dropbox 或 S3 中的视频?

I uploaded an audio file to Dropbox and put a link to it in my Rails application. When I clicked the link, it automatically opened an audio player. However, when I tried the same with video, it didn't work, either in S3 or Dropbox (which uses S3). Is there a way to play video from Dropbox or S3 in a Rails application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半岛未凉 2025-01-12 04:45:43

我认为在浏览器中打开音频文件而不是视频的原因更多是浏览器的功能而不是 Rails 应用程序的功能。如果您想控制这些内容的显示,则需要对视频使用 标签,对音频使用 标签。您可以在此处此处

I think the reason the audio file opened in the browser and not the video is more a function of your browser and not your Rails app. If you want to control the display of those things you will need to use <video> tags for videos, and <audio> tags for audio. You can find references for both of those here and here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文