商务服务
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/ , 查看更多   
最新文章
首部法律LLM全景综述发布!双重视角分类法、技术进展与伦理治理
编辑:LRST【新智元导读】研究人员首次系统综述了大型语言模型(LLM)在法律领域的应用,提出创新的双重视角分类法,融合法律推
万亿产业即将起飞!国版星链能否赶超?| 产业链
最近有些消息,说下半年低轨卫星的发射即将加速。不管是政策层面还是资金层面,都有一些向好的变化。今天盘面上,西侧测试作为制
“布鞋首富”的身后事:娃哈哈案背后的法律暗礁与人性博弈
每一份看似固若金汤的财富版图,都可能因为一份被忽略的文件、一个被遗忘的名字,而在一夜之间分崩离析。这不是危言耸听,而是正
《恋人》要来了?集数从24集变更成14集,这部剧能播就是奇迹
娱乐圈又地震了!近日,赵露思突然现身微博喊话银河酷娱,与公司正面开撕。随后,关于她解约赔偿、被公司压榨、背刺等一系列消息
专为星粉打造 三星Galaxy Buds3 FE将高品质音频体验普惠更多消费者
2025年8月18日,三星电子宣布推出新款智能耳机三星GalaxyBuds3 FE,成为三星GalaxyBuds系列新成员。新品致力于以亲民价格提供高
女子买八元的蜜雪冰城喝出异物,老板:刚开始说喝出来一个籽,到工商局就说是老鼠屎
蜜雪冰城杭州拱墅区舟山东路59号店 老板:她也说她出车时间比较长,再一个她也是她们团队里收入最高的,这个东西确实也说过。但
腾讯云数据库AI服务首家通过信通院权威认证,用智能体打造数据库自治运维
Agent 正在深入企业核心场景,加速推动智能化运营。近日,中国信息通信研究院(信通院)公布了上半年“可信数据库”评估结果。腾
2025必看!3个高端普洱茶牌子解析指南,避坑省钱秘籍大!
遇到买错高端普洱茶?90%的人都做错了,
PayPal即将推出“加密支付”功能,支持商家接受100多种加密货币
财联社7月28日讯(编辑 牛占林)金融科技巨头将在不久后推出一项新的支付功能,允许商家在结账时接受超过一百种加密货币。美股周
锋线强援来了!特劳雷加盟北京女足
7月25日晚,北京京坛足球俱乐部在官方微信公众号宣布,马里前锋萨拉图·特劳雷加盟北京京坛东方雨虹女足。特劳雷出生于2002年9月