Question
HLS LiveStreaming can't play on windows safari
I'm trying to play HLS LiveStreaming in HTML5.
but it can't play. Can anyone tell me why ?
I'm using the Windows XP of the Safari browser 5.1.7.
HTML Code
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<video src="http://192.168.0.1:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8" height="640" width="360">
Your browser does not support the video tag.
</video>
</body>
</html>