在 drupal 网站上提供 WMV 服务?

发布于 2024-09-18 16:44:47 字数 280 浏览 3 评论 0原文

我有一个 WMV 文件,需要在我的 drupal 6.13 站点(在 ubuntu 9.x 上)上托管。 有没有一种相对轻松的方法来做到这一点?

我需要“视频”模块来执行此操作吗? 或者我可以安装一个视频播放器并将我的 WMV 文件指向它吗?

我的另一个担忧是用户应该能够在我的网站上观看此视频而无需下载任何内容,WMV 是合适的格式吗?我担心人们会在 mac 和 ios 设备上查看此内容。 我应该先将其转换为另一种格式吗?

我可以仅使用免费软件来完成上述所有操作吗?

非常感谢。

I have a WMV file that I need to host on my drupal 6.13 site (on ubuntu 9.x).
Is a there a relatively painless way to do this.

Do I need the "Video" module to do this?
Or can I just install a video player and point my WMV file to it?

My other concern is the user should be able to view this video on my site without needing to download anything, is WMV the appropriate format? I am worry about people viewing this on the mac and ios device.
Should I convert this to another format first?

Can I do all of the above with free software alone?

Thank a lot.

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

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

发布评论

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

评论(1

煞人兵器 2024-09-25 16:44:48

事实上的标准是 H.264,特别是如果您想针对 iOS 设备:WMV 不会削减它。大多数基于 Flash 的播放器(不支持 H.264 的 IE 和 Firefox 等浏览器需要这些播放器)也支持 H.264 视频。

从站点管理的角度来看,您需要阻止用户上传非 H.264 视频,或者在上传后对文件进行转码。这不是一项简单的任务,您应该为此使用贡献的模块。 Video 可能是提供交钥匙视频托管解决方案方面最先进的。

还有 Kaltura,但它是一项商业服务,而且他们历史上有 尽管多次警告,但未能解决隐私问题。有一个新的维护者负责该模块,独立于公司,并且该模块使用起来可能比以前更安全。

The de-facto standard, especially if you want to target iOS devices, is H.264: WMV is not going to cut it. Most Flash-based players (which you'll need for browsers like IE and Firefox that do not support H.264) also support H.264 video.

From a site administration standpoint, you'll need to either prevent users from uploading non H.264 video, or transcode the files once uploaded. This is not a trivial task, and you should use a contributed module for this. Video is probably the most far along in providing a turnkey video hosting solution.

There is also Kaltura, but it's a commercial service and they have historically failed to address privacy issues despite repeated warnings. There's a new maintainer in charge of the module, independent of the company, and the module may be safer to use than in the past.

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