可流媒体直接链接到视频

时间:2017-09-14 14:52:23

标签: html5 video

我找到了一种方法将视频上传到Streamable并获得直接的mp4链接,如下所示:

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<table>
        <tr>
            <td>
                <i class="fa fa-check"></i>
                <p>Installation and commission of natural gas central heating systems.</p>
            </td>
                    
            <td>
                <i class="fa fa-check"></i>
                <p>Routine servicing of <span>all</span> natural gas appliances including warm air units.</p>
            </td>
                    
            <td>
                <i class="fa fa-check"></i>
                <p>If any of your gas appliances breakdown, we provide a 7 day a week callout service to get them back up and running.</p>
            </td>
                    
            <td>
                <i class="fa fa-check"></i>
                <p>We can provide gas safety landlord certification for all gas appliances in your properties.</p>
            </td>
        </tr>
    </table>
    </body>

现在的问题是,过了一段时间,我不知道确切的时间段,链接停止工作,需要刷新。我认为这是由于附加的令牌。

现在我想知道是否有可能无限期地完成这项工作?因为我需要直接Mp4链接到HTML5视频播放器的工作。

有人有想法吗?

0 个答案:

没有答案