You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
505 B
19 lines
505 B
<b>Play</b> | <a href="record.html">Record</a>
|
|
<br/>
|
|
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
|
|
|
|
<div id="container">Loading the player ...</div>
|
|
<script type="text/javascript">
|
|
jwplayer("container").setup({
|
|
sources: [
|
|
{
|
|
file: "rtmp://localhost/myapp?carg=1/mystream?sarg=2"
|
|
}
|
|
],
|
|
image: "bg.jpg",
|
|
autostart: false,
|
|
width: 640,
|
|
height: 480,
|
|
primary: "flash"
|
|
});
|
|
</script>
|
|
|