商务服务
peercast-linux.gz_linux 开源_linux 服务器_peercast_peercast linux_pee
2024-12-29 18:10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- saved from url=(0041)http://localhost:8144/admin?page=settings --> <html><!-- InstanceBegin template="/Templates/peercast.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="title" --> <title>PeerCast on {$servMgr.serverIP}:{$servMgr.serverPort}</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href=https://download.csdn.net/download/weixin_42662293/"peercast.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body bgcolor="#DDDDDD"> <div align="center"> <table width="100%" height="100%" border="1" align="center" cellpadding="5" cellspacing="0" bordercolor="#999999" bgcolor="#FFFFFF"> <tr> <td align="center" valign="top"> <div align="center"> <div align="center"> <table width="100%" border="0"> <tr> <td nowrap> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" nowrap> <table border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td rowspan="2" valign="middle"><a href=https://download.csdn.net/download/weixin_42662293/"http://www.peercast.org"><img src=https://download.csdn.net/download/weixin_42662293/"images/small-logo.png" alt="www.peercast.org" border="0"></a></td> <td valign="bottom"><div align="left"><span class="titlelinksBig">peercast</span></div></td> </tr> <tr> <td valign="top"><div align="center"><span class="normal-small">{$servMgr.version}</span> </div></td> </tr> </table> <div align="center"><span class="titlelinksBig"> </span> </div></td> <td> {@if servMgr.upgradeURL} <div align="center" class="normal"> <a href=https://download.csdn.net/download/weixin_42662293/"{$servMgr.upgradeURL}" target="_blank"><strong><font color="#FF0000">Please upgrade your client, click here to download the latest version. </font></strong></a> </div> {@else} <div align="center" class="normal-small"> {$servMgr.rootMsg} </div> {@end} </td> </tr> </table> </td> </tr> </table> </div> <div align="center"></div> <table width="100%" border="1" cellpadding="1" cellspacing="0"> <tr class="normal"> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"index.html">Information</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"http://yp.peercast.org/?host={$servMgr.serverLocalIP}:{$servMgr.serverPort1}" target="_blank">Yellow Pages</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"relays.html">Relays</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"broadcast.html">Broadcast</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"connections.html">Connections</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"settings.html">Settings</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"viewlog.html">View Log</a></div></td> <td><div align="center"><a href=https://download.csdn.net/download/weixin_42662293/"logout.html">Logout</a></div></td> </tr> </table> <br> <!-- InstanceBeginEditable name="content" --> <DIV align=center></DIV> <TABLE align=center border=0> <FORM action=/admin method=get> <INPUT type=hidden value=apply name=cmd> <TR align=middle> <TD colspan="2" vAlign=top><div align="center"> <table width="50%" border="0"> <tr bgcolor="#cccccc"> <td colspan="2" class="normal"><div align="center"><strong>Basic Settings</strong></div></td> </tr> <TR align=left bgColor=#dddddd class="normal"> <TD>Port</TD> <TD><INPUT size=10 value={$servMgr.serverPort1} name=port></TD> </TR> <TR align=left bgColor=#eeeeee class="normal"> <TD>Password</TD> <TD bgcolor="#eeeeee"><INPUT name=passnew type=password size="10" maxlength="32" {@if servMgr.password}value={$servMgr.password}{@end}> </TD> </TR> <TR align=left bgColor=#dddddd class="normal"> <TD bgcolor="#dddddd">Max. Relays</TD> <TD><INPUT size=5 value={$servMgr.maxRelays} name=maxrelays> </TD> </TR> <TR align=left bgColor=#eeeeee class="normal"> <TD>Max. Direct streams</TD> <TD><INPUT size=5 value={$servMgr.maxDirect} name=maxdirect></TD> </TR> <TR align=left bgColor=#dddddd class="normal"> <TD>Language</TD> <TD><select name="htmlPath" size="1" id="htmlPath"> <option value="en" selected>English</option> <option value="fr">French</option> <option value="de">Deutsch</option> <option value="ja">Japanese</option> </select></TD> </TR> </table> </div></TD> </TR> <TR align=middle> <TD colspan="2" vAlign=top><div align="center"> <INPUT type=submit value="Save Settings" name=submit> </div></TD> </TR> <TR align=middle> <TD vAlign=top> <TABLE width="100%" align=center border=0> <TBODY> <TR align=middle bgColor=#cccccc class="normal"> <TD colSpan=2><B>Server</B></TD> </TR> <TR align=left bgColor=#eeeeee class="normal"> <TD width="50%" bgcolor="#eeeeee">DJ Message</TD> <TD><INPUT {@if chanMgr.djMessage}value="{$chanMgr.djMessage}"{@end} name=djmsg> </TD> </TR> <TR align=left bgColor=#dddddd class="normal"> <TD>ICY metaInterval</TD> <TD><INPUT size=5 value={$chanMgr.icymetaInterval} name=icymeta></INPUT> </TD> </TR> <TR align=left bgColor=#eeeeee class="normal"> <TD bgcolor="#eeeeee">Mode</TD> <TD> <INPUT type=radio {@if !servMgr.isRoot}CHECKED{@end} value=0 name=root></INPUT> <I>Normal</I> <BR> <INPUT name=root type=radio value=1 {@if servMgr.isRoot}CHECKED{@end}></INPUT> <I>Root</I> </TD> </TR> <TR align=left bgColor=#dddddd class="normal"> <TD bgcolor="#dddddd">Refresh HTML (sec)</TD> <TD><INPUT size=10 value={$servMgr.refreshHTML} name=refresh> </TD> </TR> </TBODY> </TABLE></TD> <TD vAlign=top> <TABLE width="100%" align=center border=0> <TBODY>
    以上就是本篇文章【peercast-linux.gz_linux 开源_linux 服务器_peercast_peercast linux_pee】的全部内容了,欢迎阅览 ! 文章地址:http://keair.bhha.com.cn/news/4964.html 
     文章      相关文章      动态      同类文章      热门文章      栏目首页      网站地图      返回首页 康宝晨移动站 http://keair.bhha.com.cn/mobile/ , 查看更多   
最新文章
Steam Mobilesteam手机端「Steam Mobile」
Steam Mobile is a mobile application from software for PC games. With its help, you will always have access to your Stea
肥城:“茶旅融合”促振兴
近日,肥城市老城街道东兴肥子茶园的千亩茶园,迎来了一年中最热闹的头茬春茶采摘季。清晨,茶农们腰挎竹篓,穿梭在绿意盎然的茶
铜仁抹茶、五谷鸡蛋深入东莞,陈皮+井树荒野茶在碧江等您品尝
“黔货出山”和“碧江好物”在相关企业和当地政府的推动下,逐渐深入东莞消费者市场。为深入贯彻2025年3月31日东莞·铜仁东西部
2500~3500最值得买手机排行揭晓:vivo S15 Pro位列榜单第一vivo手机排行「2500~3500最值得买手机排行揭晓:vivo S15 Pro位列榜单第一」
在6月9日,鲁大师发布的一份2500~3500最值得买手机榜单,成为了数码领域的热议焦点。这份榜单筛选了十款2022年1月1日~6月1日发布
手机录音在哪里找vivo手机录音在哪里「手机录音在哪里找vivo」
vivo手机以其出色的性能和丰富的功能赢得了众多用户的青睐,其中录音功能在日常使用中尤为常见。无论是会议记录、课堂笔记还是灵
上体大“出品”提供专业支撑,杨浦区运动健康中心昨日开启运营
由室内场馆、室外极限运动公园、室外网球场、市民健身苑组成的杨浦区运动健康中心,于昨天上午正式开启运营。值得一提的是,杨浦
手机排线断了怎么连接手机排线「手机排线断了怎么连接」
您好!屏幕排线坏了视情况进行维修,若是排线断裂则无法维修,只能整体更换屏幕,若是排线产生电阻,则可以进行维修。【摘要】屏
15年经典动画IP全新登场 《海底小纵队:海啸大危机》大电影定档
  中新网北京4月2日电 全球知名动画IP《海底小纵队》系列大电影的第三部:《海底小纵队:海啸大危机》正是宣布定档5月1日。面
最新消息!宠物猫狗可以乘高铁了!
记者从中铁快运股份有限公司获悉,4月8日起,铁路部门将在京沪高铁部分车次试点“隔离运输、人宠分开、专人看护”的高铁宠物托运
相关文章