Nettv.Live直播代碼
想要您的網站也擁有在線電視直播功能嗎?Nettv.live開放接口現推出了,只需要將幾行簡單的代碼放置在您的網頁中即可實現。
直播代碼:
<!--Nettv.Liv Code Start--> <script type="text/javascript"> var w = '1000'; //寬度 var h = '500'; //高度 document.write('<iframe src="http://www.nettv.live/api" width="'+w+'" height="'+h+'" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe>'); </script> <!--Nettv.Live End Of Code-->
單個頻道調用連接:http://www.nettv.live/channel.php?aid=頻道id,頻道id可以從我們網站播放頁的code圖標獲取
中國大陸的網站調用,域名請使用我們大陸可訪問的域名。