Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将HTML5播放器共享到facebook并与IPAD一起发布_Ipad_Html_Facebook Graph Api_Html5 Video - Fatal编程技术网

将HTML5播放器共享到facebook并与IPAD一起发布

将HTML5播放器共享到facebook并与IPAD一起发布,ipad,html,facebook-graph-api,html5-video,Ipad,Html,Facebook Graph Api,Html5 Video,我使用Facebook graph API共享了一段mp4视频。它在我的浏览器上运行良好,但当我从IPAD访问Facebook时,它会播放 有人知道是什么问题吗 这是我的元标签 <meta property="og:url" content="http://zoowork.com/binitha/flvshare/testhtml6.php?id=8988"> <meta property="og:description" content="test.">

我使用Facebook graph API共享了一段mp4视频。它在我的浏览器上运行良好,但当我从IPAD访问Facebook时,它会播放

有人知道是什么问题吗

这是我的元标签

<meta property="og:url" content="http://zoowork.com/binitha/flvshare/testhtml6.php?id=8988">

    <meta property="og:description" content="test.">
        <meta property="og:video:width" content="600">

    <meta property="og:video:height" content="338">
        <meta property="video:release_date" content="2012-06-26 14:00:00">

    <meta property="video:tag" content="ass">

    <meta property="video:tag" content="ddddd">

    <meta property="video:duration" content="144">
 <meta property="og:video:type" content="video/mp4" />

    <meta property="og:video" content="http://zoowork.com/binitha/flvshare/sample.mp4" />
<meta name="sailthru.image.thumb" content="http://zoowork.com/binitha/flvshare/fru.jpg">

    <meta name="sailthru.image.full" content="http://zoowork.com/binitha/flvshare/fru.jpg">

    <meta property="og:image" content="http://zoowork.com/binitha/flvshare/fru.jpg">

这个问题的问题不是100%清楚的。iPad上会发生什么

对于我们所掌握的信息,有一种猜测是在meta标签中添加一个安全的视频url。如果没有提供,并且您正在通过SSL浏览Facebook,视频将不会显示

将以下行添加到您的
标题中

 <meta property="og:video:secure_url" content="https://zoowork.com/binitha/flvshare/sample.mp4" />

当然,视频实际上必须在该url下可用

  • uri是错误的
  • mp4必须使用基线配置文件进行编码,否则无法在iOS上工作: