<script type='text/javascript' src='/jwplayer/jwplayer.js'></script> <div id='mediaplayer'></div> <script type="text/javascript"> jwplayer('mediaplayer').setup({ 'id': 'playerID', 'width': '480', 'height': '270', 'provider': 'rtmp', 'streamer': 'rtmp://xx:1935/live/lq', 'file': 'sintel.mp4', 'image': 'http://example.com/thumbs/sintel.jpg', 'modes': [ {type: 'flash', src: '/jwplayer/player.swf'}, { type: 'html5', config: { 'file': 'http://xx:1935/live/lq/playlist.m3u8', 'provider': 'video' } }, { type: 'download', config: { 'file': '/videos/sintel.mp4', 'provider': 'video' } } ] }); </script>
Answer by Richard Lanham · Jun 04, 2012 at 11:11 PM
'modes': [ {type: 'flash', src: '/jwplayer/player.swf'}, { type: 'html5', config: { 'file': 'lq', 'streamer': 'rtmp://xx:1935/live', 'provider': 'rtmp' } }, { type: 'download', config: { 'file': '/videos/sintel.mp4', 'provider': 'video' } } ]
Answer by Richard Lanham · Jun 05, 2012 at 12:07 AM
<script type='text/javascript' src='/jwplayer/jwplayer.js'></script>
Answer by Richard Lanham · Jun 05, 2012 at 12:38 AM
Answer by Richard Lanham · Jun 05, 2012 at 01:07 PM
<html> <body> <video x-webkit-airplay="allow" controls width="640" height="360" src="http://[wowza-address]:1935/vod/mp4:sample.mp4/playlist.m3u8" autoplay="autoplay" muted="muted"/> </body> </html>
<html> <body> <video controls src="http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8"></video> </body> </html>
Answer by Richard Lanham · Jun 05, 2012 at 01:31 PM
Answer by Richard Lanham · Jun 05, 2012 at 02:15 PM
Answer by Richard Lanham · Jun 05, 2012 at 02:22 PM
'streamer': 'rtmp://xx:1935/vod'
Answer by Richard Lanham · Jun 05, 2012 at 08:31 PM
<Property> <Name>cupertinoEnableDataEvents</Name> <Value>false</Value> <Type>Boolean</Type> </Property></code] to both vod and live app. What is still missing?
Answer by Richard Lanham · Jun 05, 2012 at 08:52 PM
Answer by Richard Lanham · Jun 05, 2012 at 09:05 PM
'file': 'sintel.mp4',
udp or interleave? 1 Answer
JavaFX media player not working over HLS 1 Answer
Wowza secure streaming using Flowplayer 4 Answers
Web Player supported to all devices 1 Answer
Which video player do you use for live streaming ? 6 Answers
© 2005–2019 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal