商务服务
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/ , 查看更多   
最新文章
一家三口被这道菜“放倒”!这个季节,很多人都喜欢吃……
  秋风起、蟹脚痒  又到了吃蟹的季节  最近螃蟹成了当之无愧的“霸屏王”  清蒸、盐焗、麻辣炒  咋吃咋香!  还有不
gravitybox
gravitybox手机版能够改动一些手机上默认设置系统软件和系统的一个专用工具,当在运用机器设备的环节中碰到一些基本上疑难问题时
ik分词和jieba分词哪个好_Jieba&IK Analyzer——分词工具的比较与使用
现有的分词工具包概览现有的分词工具包种类繁多,我选取了几个比较常见的开源中文分词工具包进行了简单的调查。有感兴趣的同学可
【X3t(移动3G)微信下载】vivo X3t 移动3G微信8.0.53免费下载
微信是一款手机通信软件,支持通过手机网络发送语音短信、视频、图片和文字,微信可以单聊及群聊,还能根据地理位置找到附近的人
“黑五”卷海外:喜报背后的隐忧
来源:霞光社(ID:Globalinsights)作者:郭照川“黑五”电商出海观察。一层层土黄色的编织袋在工厂仓库地面堆叠,里面装的是今
win10怎么调整显示器亮度,Win10调整显示器亮度教程
 点击屏幕左下角的“开始”按钮,选择“设置”图标。在设置窗口中,点击“系统”。在左侧菜单中选择“显示”。在“亮度和色彩
[ComfyUI]Flux TTP分块高清放大技术,效果炸裂
今天学习的时候发现一个基于Tile的高清放大技术,效果不输之前的Controlnet Upscaler,必须帮大家测试一波。 0 1 介
maya确认登录2016: 解决常见登录问题的指南
在数字化时代,用户在使用各种在线平台时常常会遇到登录问题。对于Maya用户而言,确认登录的过程可能会因为多种原因而变得复杂。
OpenAI 全面使用 Pytorch,TensorFlow与PyTorch 相爱相杀
不久前,OpenAI 宣布会在未来的项目中使用 PyTorch 机器学习框架。OpenAI 是由马斯克和其他人共同创办的顶级 AI 研究公司,曾开
Win10下在VS2019中配置使用CUDA进行加速的C++项目
目前cuda最新版为cuda10.1,前几天安装后发现,对我的vs2019 enterprise版本并不支持(启动vs2019后无法找到对应的创建模板项),
相关文章