我想Safari浏览器支持 HLS。我很快尝试了它,但没有开始流式传输 - 我的代码有什么问题吗?
<html>
<head>
<title>HTTP Live Streaming</title>
</head>
<body>
<video controls src="http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8">
</video>
</body>
</html>
我使用的是 Safari 浏览器 5.0.3 的 Windows 版本。
谢谢斯滕