Skip to content

Commit

Permalink
Updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Dec 23, 2016
1 parent ac83ce5 commit 86fd25a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/server/webapps/oflaDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'Avengers2.mp4',
'file': 'BladeRunner2049.flv',
'streamer': 'rtmp://localhost/oflaDemo',
'controlbar': 'bottom',
'width': '848',
'height': '360'
'width': '720',
'height': '480'
});
</script>
<br />
Expand All @@ -103,11 +103,11 @@
<script type='text/javascript'>
jwplayer('mediaspace2').setup({
'flashplayer': 'player.swf',
'file': 'Avengers2.mp4',
'file': 'BladeRunner2049.flv',
'streamer': 'rtmpt://localhost:5080/oflaDemo',
'controlbar': 'bottom',
'width': '848',
'height': '360'
'width': '720',
'height': '480'
});
</script>
</center>
Expand Down

0 comments on commit 86fd25a

Please sign in to comment.