Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Desktop Safari browser and HTTP Live streaming

I suppose the Safari browser is supporting the HLS. I quickly tried it but streaming was not started - Is anything wrong with mycode?

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

<body>
<video controls src="http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8">
</video>

</body>
</html>

I am using the Windows version of the Safari browser 5.0.3.

Thanks STeN

like image 361
STeN Avatar asked Oct 09 '11 14:10

STeN


1 Answers

HTTP Live Streaming is supported on Safari on Mac through Quicktime X which is available on Snow Leopard and Lion. Quicktime 7 is also used on Mac for media functions that are not yet available in Quicktime X. On Windows, Quicktime 7 is available but not Quicktime X. So Safari on Windows does not support HTTP Live Streaming.

like image 144
WB2ISS Avatar answered Oct 05 '22 22:10

WB2ISS