具有嵌入式上传控件的视频共享网站
我正在构建一个带有嵌入式视频的网站。 我不想自己处理视频,而是使用 Vimeo Plus 之类的东西。 我还希望该网站未来的管理员能够直接从该网站的管理界面上传视频(即,这样他们就不必去 Vimeo 上传)。 Vimeo 似乎没有可嵌入的上传控件。 我可以先将视频上传到我的服务器,然后使用他们的 API 将其传输到 Vimeo,但是在这个过程中很多事情都可能出错...
有没有人找到具有嵌入式上传控件的视频服务,或者解决了这个问题还有其他方式吗?
更新:看起来 bitsontherun 可能是一个选项,或者brightcove。 (结果都没有预先打包的上传组件)。
I'm in the process of building a site with embedded videos. I'd prefer not dealing with the videos myself and instead use something like Vimeo Plus. I also would like the future administrators of the site to be able to upload videos directly from the administration interface of the site (i.e. so that they don't have to go to Vimeo for uploading). Vimeo doesn't appear to have an embeddable upload control. I could upload the videos to my server first, and then transfer it to Vimeo using their API, but a lot of things can go wrong in the process...
Has anyone found a video service with an embeddable upload control, or solved this problem some other way?
UPDATE: Looks like bitsontherun may be an option, or perhaps brightcove. (Neither turn out to have prepackaged upload component).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Brightcove 绝对是一种选择。 他们拥有完整的 API,允许您构建用于上传的组件。 他们还提供批量摄取过程。 我知道这并不能解决您对可嵌入组件的需求,但这可能会妨碍您创建一个嵌入式组件。
Brightcove is definitely one way to go. They have full API's that allows you build a component for upload. They also provide a batch ingest process. I know this doesn't solve your embeddable component desire, but this can get on your way to creating one.
我刚刚部署了一个网站,管理员可以使用 FCKEditor 的上传功能将视频上传到服务器Drupal 网站。 安全性并不是那么令人担忧,因为该功能是按角色锁定的,就像您所说的,一旦视频文件到达您的服务器,您就可以对其进行任何您想做的事情。
I just deployed a site where the administrators can upload videos to the server using FCKEditor's upload functionality hooked into a Drupal site. Security isn't as much of a worry since the capability is locked down by role, and like you say you can do whatever you want with the video file once it's on your server.