Below is an example of a standard JW Player installation at 640×529 using RTMP through our Wowza Media Server installation.
RTMP
Source Code
<script src="http://jwpsrv.com/library/_svU3MMJEeKdOxIxOQulpA.js"></script>
<div id='my-video2'></div>
<script type='text/javascript'>
flashplayer: 'player.swf',
id: 'playerRTMP',
width: '640',
height: '529',
autostart: false,
provider: 'rtmp',
file: "rtmp://r.ZONE.ALIAS.netdna-cdn.com/play/mp4:vod/ZONE.ALIAS/video.mp4"
</script>
HTTP
Source Code
<script src="http://jwpsrv.com/library/_svU3MMJEeKdOxIxOQulpA.js"></script>
<div id='my-video2'></div> <script type='text/javascript'>
jwplayer('my-video2').setup({
file: 'http://p.ZONE.ALIAS.netdna-cdn.com/vod/hddn/Extremists.flv',
image: 'https:/www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '640',
startparam: 'start',
aspectratio: '16:9',
fallback: 'false',
primary: 'flash'
});
</script>
As always, If you have any questions or concerns about any of the topics mentioned in this article, please feel free to reach out to support - we are available 24/7 by chat or email.