[TV] HLS Streaming

[TV] HLS Streaming

BY 05 Jun 2015 Web Application Development

Hello,

I try HLS video streaming on Tizen smart tv but I can not success.

I using below code.

How can I using HSL streaming protocol in Tizen?  Help me~~~

<html lang="en">
<head>
    <meta charset="utf-8">
    <title>video stream test</title>
</head>
<body>
    <div id="welcome">
        <video id="video"
            src="http://playertest.longtailvideo.com/adaptive/bunny/manifest.m3u8|COMPONENT=HLS"
            controls="controls" autoplay="autoplay" width="320" height="240">
        Your browser does not support the video tag. </video>
    </div >
</body>
</html>

 

Written by