updated JWPlayer & test page

This commit is contained in:
Roman Arutyunyan 2013-03-20 16:00:37 +04:00
parent 4eca0892a3
commit 5d28b1b44c
4 changed files with 79 additions and 11 deletions

View file

@ -5,16 +5,14 @@
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
modes: [
{ type: "flash",
src: "/jwplayer/player.swf",
config: {
bufferlength: 1,
file: "mystream",
streamer: "rtmp://localhost/myapp",
provider: "rtmp",
}
sources: [
{
file: "rtmp://localhost/myapp?carg=1/mystream?sarg=2"
}
]
],
autostart: true,
width: 640,
height: 480,
primary: "flash"
});
</script>

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.