Facebook 视频和 iPad 兼容性

发布于 2024-09-10 15:29:57 字数 327 浏览 3 评论 0 原文

我正在使用 Facebook 查询语言开发 iPad 应用程序。我们可以通过查询“video”表来获取用户的视频列表及其元数据。视频的元数据有:视频id、标题、描述、src、src_hq等。 现在,我想使用 src/src_hq 字段中给出的 URL 在 iPad 中播放 Facebook 视频。

  1. 这两个属性有什么区别呢?
  2. 我可以获得所有视频的 iPad 兼容 URL。即是否可以在 iPad 上播放 Facebook 的所有视频,包括上传的旧视频。

如果不可能,请提供将视频嵌入 HTML 的 Objective-C 示例代码。

问候, 迪帕

I am developing an iPad application using Facebook Query Language. We can get the list of videos of an user along with its meta data by querying the table "video". The meta data of the video are: video id, title, description, src, src_hq etc.
Now, I want to play the Facebook video in my iPad using the URL given in the field src/src_hq.

  1. What is the difference between these two attributes?
  2. Do I get iPad compatible URL for all the videos. i.e. is it possible to play all the videos of Facebook in iPad including old videos uploaded.

If not possible, could you please give the objective-C sample code that embeds the video in HTML.

Regards,
Deepa

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

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

发布评论

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

评论(1

海螺姑娘 2024-09-17 15:29:57

我很确定 Facebook 视频是 flv,您需要一个 Flash 播放器才能播放它们。因此,回答您的问题:

  1. src/src_hq 字段在 文档src_hq 质量较高,最有可能用于全页类型视图,而 src 则可能用于流等。
  2. 我怀疑您是否会获得可在 iPad 上播放的视频的 URL。可能不适用于新视频,也可能不适用于“旧”视频。

话虽如此——尝试一下!查询表格,获取视频网址,下载并亲自观看。在 VLC 或类似工具中打开它,看看它是什么类型的视频并获取一些详细信息 - 然后将其发布到此处。

I'm pretty sure facebook videos are flv's and you'd need a flash player to play them. So to answer your question:

  1. The src/src_hq fields are described in the documentation. The src_hq one is higher quality, most likely for the full-page type view, while the src one is likely used in streams and so on.
  2. I doubt you will get a URL to a video that will work on the iPad. Probably not for new videos and probably not for 'old' videos either.

With that said -- try it! Query the table, get a video url, download it and see for yourself. Open it up in VLC or some-such and see what kind of video it is and get some details -- then post them here.

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