如何播放Google Plus活动源中的视频

时间:2011-12-26 13:24:24

标签: video android-activity feed google-plus

我在google plus活动供稿中获取了ObjectType = video元素的附件网址,我尝试了许多播放器,例如jwplayer和html5视频标签,但没有一个在我的php / Yii网站上工作。

https://lh4.googleusercontent.com/-z225_3Ru51c/TvhGR83cjbI/AAAAAAAADyY/heep44ZpgkM/1665478915699_10120.mp4

1 个答案:

答案 0 :(得分:0)

有多个网址与Google+活动的视频附件相关联。您发现的那个实际上是缩略图(尽管有误导性的文件扩展名)。

尝试尝试与此活动相关联的附件列表中包含的其他网址。

这是一个活动的例子(id z12gtjhq3qn2xxl2o224exwiqruvtda0i)及其相关的附件。对于此活动,您可能最感兴趣的是“嵌入”网址。

"attachments": [{
  "objectType": "video",
  "displayName": "Rick Astley - Never Gonna Give You Up",
  "content": "Music video by Rick Astley performing Never Gonna Give You Up. YouTube view counts pre-VEVO: 2,573,462 (C) 1987 PWL",
  "url": "http://www.youtube.com/v/dQw4w9WgXcQ&hl=en&fs=1&autoplay=1",
  "image": {
    "url": "http://images0-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&resize_h=100&url=http%3A%2F%2Fytimg.googleusercontent.com%2Fvi%2FdQw4w9WgXcQ%2Fdefault.jpg",
    "type": "image/jpeg"
  },
  "embed": {
    "url": "http://www.youtube.com/v/dQw4w9WgXcQ&hl=en&fs=1&autoplay=1",
    "type": "application/x-shockwave-flash"
  }
}]