Safari 5.1 无法播放 HTTP Live Streaming(m3u8 文件)

发布于 2024-12-02 00:10:00 字数 491 浏览 0 评论 0原文

这是我的html文件,它可以在Safari 5.0.5(Mac OS X 10.6.8)上播放,但是当我将Safari更新到版本5.1时,它无法播放,谁能告诉我为什么,以及如何解决它Safari 5.1?谢谢。

<html>
<head> 
  <title>HTTP Live Streaming</title>
</head>

<body>
<video controls src="http://mysite/index.m3u8">
</video>

</body>
</html>

更新:我找到了解决方案!当我在系统偏好设置>中设置时网络>高级>代理>自动代理配置与我使用的代理,我发现HTTP直播不能播放,当我删除代理时,它现在可以播放!这是怎么发生的?为什么它在 Safari 5.0.5 中表现良好?

This is my html file, it can play at Safari 5.0.5 (Mac OS X 10.6.8), but when I update the Safari to version 5.1, it can NOT play, can anyone tell me why, and how to solve it in Safari 5.1? Thanks.

<html>
<head> 
  <title>HTTP Live Streaming</title>
</head>

<body>
<video controls src="http://mysite/index.m3u8">
</video>

</body>
</html>

Updated: I found the solution! When I set in the System Preference > Network > Advanced > proxies > Automatic Proxy Configuration with the proxy I use, I found the HTTP Live Streaming can NOT play, when I remove proxy, it can play now! How does this happen? Why it play well in Safari 5.0.5?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

季末如歌 2024-12-09 00:10:00

在 Safari 5.1 中,使用“窗口”->“活动”菜单打开“活动”窗口。这将显示它尝试下载的所有 URL 以及是否下载成功。也许这会给你一个线索。

还可以通过运行 /Applications/Utilities 中找到的控制台应用程序来查看系统控制台。

在 FireFox、Chrome 以及 Windows、Windows 版 Internet Explorer 和 Safari 上尝试一下。

如果所有其他浏览器都可以正常播放您的视频,并且“活动”窗口和控制台都没有提供任何信息,请提交错误报告。如果这是一个错误,苹果很可能会在下一个版本中修复它,或者如果它不是 Safari 错误,苹果工程师会给你一个线索,告诉你你做错了什么。

In Safari 5.1, open the Activity window with the Window->Activity menu. That will show you all the URLs it attempts to download as well as whether it downloads successfully. Maybe this will give you a clue.

Also look at the system console by running the Console app that you will find in /Applications/Utilities.

Try it in FireFox, Chrome, and on Windows, Internet Explorer and Safari for Windows.

If all those other browsers play your video OK, and neither the Activity window nor the console yield any insight, file a bug report. The chances are pretty good that, if it is a bug, Apple will fix it in the next release, or if it is not a Safari bug, an Apple engineer will give you a clue as to what you did wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文