Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 26542

Smooth streaming ( apple/ mobile)

$
0
0

I use microsoft encoder 4 pro with Windows server 2012 & IIS 8
the reader to read "smooth mobile streaming does not work" m3u8 "

these are the codes that I wrote :

<html>
<head>
<title>iPhone live streaming page</title>
</head>
<body>
<h1>Live stream.</h1>

<video src="http://mysite.com/mobile.isml/manifest(format=m3u8-aapl).m3u8">
This browser does not support HTML5 video.
</video>


</body>
</html>

---------------

and

<html>
<head>
<title>iPhone live streaming page</title>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="ABCDEFGHIJKLMOPQ";</script>
</head>
<body>
<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://mysite.com/mobile.isml/manifest(format=m3u8-aapl).m3u8",
image: "/uploads/myPoster.jpg"
});
</script>


</body>
</html>

----------------

and

<html>
<head>
<title>Live Stream</title>
<script type='text/javascript' src='jwplayer/jwplayer.js'></script>
</head>
<body>
<div id='mediaplayer'></div>


<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '480',
'height': '270',
'file': 'http://mysite.com/mobile.isml/manifest(format=m3u8-aapl).m3u8',
'image': 'http://mysite.com/photo.png',
'modes': [
{type: 'html5'},
{type: 'flash', src: 'player.swf'},
{type: 'download'}
]
});
</script>
</html>

-----------------

and

<html>
<head>
<title>iPhone live streaming page</title>
</head>
<body>
<h1>Live stream.</h1>

<video src="http://mysite.com/mobile.m3u8">
This browser does not support HTML5 video.
</video>


</body>
</html>

---------------------

What should I write?

Thank You


Viewing all articles
Browse latest Browse all 26542

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>