mysee网络直播源代码Mysee Lite是Mysee独立研发的网络视频流媒体播放系统。在应有了P2P技术和一系列先进流媒体技术之后
源代码在线查看: channel.php
include_once 'functions.php';
$sort = preg_match("/^[01]$/", $_GET['ls']) ? $_GET['ls'] : 1;
if($sort == 1) $btn_value = 'Shuffle';
else $btn_value = 'Order by times';
?>
频道管理
.style1 {
font-size: 18px;
font-weight: bold;
}
-->
频道列表 节目列表
请输入节目数:
编号
频道信息
码率
节目列表
操作
$listTable = getChannelTable($sort);
$gramTable = getProgramTable($sort);
$i=0;
foreach ($listTable as $listmd5 => $listarray){
$i++;
?>
$size = count($listarray);
for ($j=2; $j print("".$gramTable[trim($listarray[$j])]."[".trim($listarray[$j])."]");
}
?>
}
?>
请输入节目数: