-1

我想知道是否有图书馆或在互联网上观看视频的方法。它不一定是打印出来的孔页。可能是其中包含视频(这足以显示视频)如果没有,那么有没有办法打开 Firefox 或最好是带有链接的 Tor 浏览器以便我查看视频?我知道应该有一种很难的方式来查看一个

1) Setup apache server with only the html structure
2) write to file on the html page with the <div> containing the video url and parameters 
3) open up the url so I can view the video my local webpage

注意:我不想为了观看而下载视频

4

1 回答 1

0

在 youtube 上,如果您有良好的共享电影权限(用户允许您共享),则在 youtube 电影的底部您有一个菜单:共享、集成、电子邮件。你可以点击Integrate并且你有一个 iframe>。把它放在你的 HTTP 服务器上的 HTML 页面中,然后享受,你有一个播放器 youtube,你的电影正在显示。

<iframe width="560" height="315" src="https://www.youtube.com/embed/id" frameborder="0" allowfullscreen></iframe>
于 2015-08-01T04:04:50.690 回答