全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
123
返回列表 发新帖
楼主: Ark.Lyu

[Windows VPS] nginx如何在线播放.mkv格式的视频?

[复制链接]
发表于 2018-10-15 19:45:26 来自手机 | 显示全部楼层
wlz 发表于 2018-10-15 19:32
商家没有承诺 默认都是共享CPU。

看了下top 一直99.9%
试了五分钟赶紧给关了
发表于 2018-10-15 19:50:15 来自手机 | 显示全部楼层
这个能直接播放不应该归功于浏览器么……
 楼主| 发表于 2018-10-15 20:05:40 | 显示全部楼层
raohuan 发表于 2018-10-15 16:14
如果只是自己看的话,地址复制到支持mkv的播放器播放呗。另外安卓版QQ浏览器可以直接打开播放,iOS好像不行 ...

感谢老哥 复制到potplayer能看
发表于 2018-10-15 20:07:00 来自手机 | 显示全部楼层
用vlc直接打开地址看
发表于 2018-10-15 20:11:41 | 显示全部楼层
用播放器打开链接,只要是正常的视频格式都支持
pc 端 potplayer 、vlc
安卓 vlc
苹果 vlc
发表于 2018-10-16 20:59:03 | 显示全部楼层
直接播放啊,有什么问题??
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  5. <meta name="author" content="Amin Developer!" />

  6. <title>Untitled 1</title>
  7. <script>
  8. function failed(e) {
  9.    // video playback failed - show a message saying why
  10.    switch (e.target.error.code) {
  11.      case e.target.error.MEDIA_ERR_ABORTED:
  12.        alert('You aborted the video playback.');
  13.        break;
  14.      case e.target.error.MEDIA_ERR_NETWORK:
  15.        alert('A network error caused the video download to fail part-way.');
  16.        break;
  17.      case e.target.error.MEDIA_ERR_DECODE:
  18.        alert('The video playback was aborted due to a corruption problem or because the video used features your browser did not support.');
  19.        break;
  20.      case e.target.error.MEDIA_ERR_SRC_NOT_SUPPORTED:
  21.        alert('The video could not be loaded, either because the server or network failed or because the format is not supported.');
  22.        break;
  23.      default:
  24.        alert('An unknown error occurred.');
  25.        break;
  26.    }
  27. }
  28. </script>
  29. </head>
  30. <body>

  31. <p><video src="http://aflamuna.com/php_web_services/uploads/English/A.Wrinkle.in.Time.2018.mkv" type='video/x-matroska; codecs="theora, vorbis"' autoplay controls onerror="failed(event)" ></video></p>
  32. <p><a href="YOU mkv FILE LINK GOES HERE TO DOWNLOAD">Download the video file</a>.</p>

  33. </body>
  34. </html>
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-3-7 23:32 , Processed in 0.065737 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表