Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

can you help me for this code stream

(http://stream-recorder.com/forum/showthread.php?t=22520)

lunix 11-10-2016 04:33 PM

can you help me for this code stream


 
this 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>


All times are GMT -6. The time now is 04:15 AM.