Upload Modules
This commit is contained in:
19
ngx_http_flv_module/test/www/index.html
Normal file
19
ngx_http_flv_module/test/www/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user