Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
can you help me for this code streamthis code not work in domine but is work in pc + mozila but in hosting and domine not work
<script type="text/javascript"> /** * this function embed new player */ function embedPlayer(rtmp,streamname, v_width,v_height) { //write into player div document.getElementById("player").innerHTML = '<ifr'+'ame width='+ v_width +' height='+ v_height +' scrolling=no frameborder=0 scrolling=no allowtransparency=true src=http://'+rtmp+'/player.php?ch='+streamname+' ></ifr'+'ame>'; } </script> <div id="player"></div> <script>embedPlayer('80.82.78.13','stream4', '700','440');</script> </html> |
Tags: this code stream |
Thread Tools | |
Display Modes | |
|
|