smart_web 管理端说明

server/2025/1/17 7:17:28/

smart_web 操作手册

1. smart_web 是什么?

smart_web 是 smart_rtmpd 的付费版本,拥有比免费版本更多的功能支持,基于 web 的管理方式,让您随时随地在大部分设备上都能远程对服务器进行维护管理。smart_web 带有进程守护,让您的业务不间断服务提供了保证。不管怎么说,smart_web 可以让您对 smart_rtmpd 的使用更加便捷,同时也节约您的时间成本和维护成本,对您的业务持续运行更加友好。

2. smart_web 支持哪些系统

OS版本架构
windowswin10x64
windowswin11x64
windows>= win2016x64
ubuntu>= 16.4x64
debian>= 11.0x64
redhat>= 7.9x64
centos>= 7.9x64
freebsd>= 14x64
Embedded System内核版本 >= 4.15.0arm64

3. smart_web 怎么购买

smart_web 授权是注册码的形式提供服务的,是绑定服务器硬件的,更换服务器硬件必须重新购买软件授权,请用户须知!!!
批量授权可以给予适当的优惠,望大家多多支持,您的支持就是我们前进的基石,同时官方也提供基础的技术支持服务,轻服务每个月 1200 元,包括软件升级,故障排查。定制化服务需根据工作量而定,具体需和官方进行协商

联系方式详情
e-mailcwf12345@sina.com
微信99766553
QQ99766553
Skypehttps://join.skype.com/invite/ufwEVORZO1bZ

4. smart_web 具有哪些功能

  1. 进程守护功能
    smart_web 会自动托管 smart_rtmpd 流媒体服务器,即使出现问题,也能迅速拉起 smart_rtmpd 服务器,保证业务的继续进行

  2. 远程管理
    有了 web 管理端可以不必每一次都远程登录到服务器上进行维护调整,同时针对 linux 一些非 UI 的系统,操作起来更加方便快捷,拜托了传统的命令行操作

  3. 鉴权功能
    目前 web 管理端自带鉴权功能,让服务器的安全和业务的编排更加安全和方便,让服务器的资源占用更合理

  4. IP 黑名单
    可以针对非法 IP 进行应用层的防护,防止一些不法分子攻击服务器,导致服务器资源的冗余占用,影响业务运行,增加运营成本

  5. 配置修改
    可以远程调整服务器配置

  6. 系统日志
    可以远程查看服务器运行日志,方便进行系统的维护和问题排除

  7. GB28181
    支持 GB28181 的多平台接入的配置和管理

  8. 支持 Enhanced-rtmp 的 HEVC 推流和拉流

  9. 配备更稳定更高效,架构更好的 smart_rtmpd 版本

  10. 转发配置

  11. 主动拉流(待实现)

  12. IPTV (待实现)

  13. 会话管理(待实现)

5. smart_web 怎么使用

  1. 从官方获取到对应的 smart_web 软件包, windows 系统通常是 smart_web.win10.zip , Linux 系统通常是 smart_web.linux.tar.gz

  2. 解压软件包
    2.1 window 操作说明
    windows 解压 smart_web.win10.zip ,会解压出一个目录 smart_rtmpd

    2.2 linux 操作说明
    linux 解压 smart_web.linux.tar.gz

    [root@localhost ~]# tar zxvf smart_web.linux.tar.gz
    

    会解压出一个目录 smart_rtmpd

  3. 运行 smart_web
    进入 smart_rtmpd 目录,下面包含两子目录 bin, web,bin 目录就是流媒体服务器 smart_rtmpd 所在目录,web 目录就是 web 管理后台目录,进入 web 目录
    3.1 window 操作说明
    web 目录下有两个 vbs 脚本,启动脚本 start_smart_web.vbs, 停止脚本 stop_smart_web.vbs。
    启动 smart_web 用鼠标双击 start_smart_web.vbs , 如果环境具备,基本上都会运行成功

    ######  ##     ##    ###    ########  ########    ##      ## ######## ########
    ##    ## ###   ###   ## ##   ##     ##    ##       ##  ##  ## ##       ##     ##
    ##       #### ####  ##   ##  ##     ##    ##       ##  ##  ## ##       ##     ##
    ######  ## ### ## ##     ## ########     ##       ##  ##  ## ######   ########## ##     ## ######### ##   ##      ##       ##  ##  ## ##       ##     ##
    ##    ## ##     ## ##     ## ##    ##     ##       ##  ##  ## ##       ##     ##
    ######  ##     ## ##     ## ##     ##    ##        ###  ###  ######## ########/**************************************************************************************************
    *                                                                                                 *
    *  Copyright (C) 2024 www.qiyicc.com All rights reserved.                                         *
    *                                                                                                 *
    *  @file     deploy_smart_rtmpd                                                                   *
    *  @brief    一键部署 smart_rtmpd 流媒体服务器                                                    *
    *  Details.                                                                                       *
    *                                                                                                 *
    *  @author   FreeABC                                                                              *
    *  @email    cwf12345@sina.com                                                                    *
    *  @QQ       99766553                                                                             *
    *  @WebChat  99766553                                                                             *
    *  @github   https://github.com/superconvert/smart_rtmpd                                          *
    *  @gitee    https://gitee.com/superconvert/smart_rtmpd                                           *
    *  @website  http://qiyicc.com/download/rtmpd.zip                                                 *
    *  @version  0.1                                                                                  *
    *  @date     2024-07-08                                                                           *
    *                                                                                                 *
    *-------------------------------------------------------------------------------------------------*
    *  Remark         : Description                                                                   *
    *-------------------------------------------------------------------------------------------------*
    *  Change History :                                                                               *
    *  <Date>     | <Version> | <Author>       | <Description>                                        *
    *-------------------------------------------------------------------------------------------------*
    *  2024-07-08    | 0.1.0     | FreeABC         | 新建文件                                         *
    *-------------------------------------------------------------------------------------------------*
    *                                                                                                 *
    **************************************************************************************************/
    1. environment test
    rtmp port( 1935 ) has been tested
    http port( 8080 ) has been tested
    https port( 8181 ) has been tested
    rtsp port( 8554 ) has been tested
    srt port( 9000 ) has been tested
    sip port( 5060 ) has been tested
    ims port( 6666 ) has been tested
    web port( 5000 ) has been testedall port has been tested2. smart_rtmpd server2.1 start smart_rtmpd server
    please waiting ...
    please waiting ...
    the smart_rtmpd start success2.2 the play page url
    http://192.168.0.5:8080                                                  ---> 演示页面
    http://fe80::1573:63f0:fdec:74bd:8080
    http://192.168.187.1:8080
    http://fe80::b6e9:f9a4:f64e:5cf4:8080
    http://192.168.127.1:8080
    http://fe80::db17:da89:78b1:aedf:8080                                    ---> smart_rtmpd 启动成功3. smart_web server3.1 start smart_web server
    please waiting ...
    the smart_web start success3.2 the web manager page url
    http://192.168.0.5:5000                                                  ---> 管理端页面 !!!
    http://fe80::1573:63f0:fdec:74bd:5000
    http://192.168.187.1:5000
    http://fe80::b6e9:f9a4:f64e:5cf4:5000
    http://192.168.127.1:5000
    http://fe80::db17:da89:78b1:aedf:5000                                    ---> smart_web 启动成功
    

    停止 smart_web 用鼠标双击 stop_smart_web.vbs 即可

    3.2 linux 操作说明
    web 目录下有两个 sh 脚本, 启动脚本 start_smart_web.sh , 停止脚本 stop_smart_web.sh

    [root@localhost web]# ./start_smart_web.sh                               ---> ubuntu, debian 建议通过 bash 进行启动 ---> [root@localhost web]# bash ./start_smart_web.sh######  ##     ##    ###    ########  ########    ##      ## ######## ########  
    ##    ## ###   ###   ## ##   ##     ##    ##       ##  ##  ## ##       ##     ## 
    ##       #### ####  ##   ##  ##     ##    ##       ##  ##  ## ##       ##     ## 
    ######  ## ### ## ##     ## ########     ##       ##  ##  ## ######   ########  ## ##     ## ######### ##   ##      ##       ##  ##  ## ##       ##     ## 
    ##    ## ##     ## ##     ## ##    ##     ##       ##  ##  ## ##       ##     ## 
    ######  ##     ## ##     ## ##     ##    ##        ###  ###  ######## ########  /**************************************************************************************************
    *                                                                                                 *
    *  Copyright (C) 2024 www.qiyicc.com All rights reserved.                                         *
    *                                                                                                 *
    *  @file     deploy_smart_rtmpd                                                                   *
    *  @brief    一键部署 smart_rtmpd 流媒体服务器                                                    *
    *  Details.                                                                                       *
    *                                                                                                 *
    *  @author   FreeABC                                                                              *
    *  @email    cwf12345@sina.com                                                                    *
    *  @QQ       99766553                                                                             *
    *  @WebChat  99766553                                                                             *
    *  @github   https://github.com/superconvert/smart_rtmpd                                          *
    *  @gitee    https://gitee.com/superconvert/smart_rtmpd                                           *
    *  @website  http://qiyicc.com/download/rtmpd.zip                                                 *
    *  @version  0.1                                                                                  *
    *  @date     2024-07-08                                                                           *
    *                                                                                                 *
    *-------------------------------------------------------------------------------------------------*
    *  Remark         : Description                                                                   *
    *-------------------------------------------------------------------------------------------------*
    *  Change History :                                                                               *
    *  <Date>     | <Version> | <Author>       | <Description>                                        *
    *-------------------------------------------------------------------------------------------------*
    *  2024-07-08    | 0.1.0     | FreeABC         | 新建文件                                         *
    *-------------------------------------------------------------------------------------------------*
    *                                                                                                 *
    **************************************************************************************************/端口检测
    rtmp  port 正常
    http  port 正常
    https port 正常
    rtsp  port 正常
    srt   port 正常
    sip   port 正常
    ims   port 正常
    web   port 正常启动流媒体服务器
    please waiting ...
    please waiting ...
    please waiting ...
    流媒体服务器启动成功您可以通过浏览器访问播放器页面
    http://192.168.127.133:8080                                                   ---> 播放演示页面
    http://192.168.127.132:8080                                                   ---> smart_rtmpd 启动成功启动 smart_web 服务
    please waiting ...
    please waiting ...
    please waiting ...
    please waiting ...
    please waiting ...
    please waiting ...
    please waiting ...
    WEB 服务器启动成功您可以通过浏览器访问管理页面
    http://192.168.127.133:5000                                                    ---> 管理端页面 !!!
    http://192.168.127.132:5000                                                    ---> smart_web 启动成功
    
  4. 访问管理端页面
    打开浏览器输入 web 管理端页面 URL,此 URL 就是上一步 start_smart_web.vbs 或 start_smart_web.sh 启动成功中输出的 http://192.168.0.5:5000 或 http://192.168.127.133:5000
    web 管理端页面输入用户名:密码,默认账号 admin:123456,进入管理端页面后,右上角 [admin] —> [修改密码] 可以修改登录密码

  5. 注册授权管理端
    登录 web 管理端系统后,左边任务栏 [系统信息] —> [机器码] 复制,发送给官方获取注册码,填写注册码后,点注册授权,通常情况下,会显示 [已授权],只有注册后的系统才能正常使用!!!

  6. 推流鉴权
    登录 web 管理端系统后,左边任务栏 [鉴权管理] —> [用户列表] 选第一个用户 用户ID:0, 用户昵称:admin —> [授权] 添加对应的授权的 rtmp url 即可,此授权同时也生效于对应的 rtsp, srt 等推流


http://www.ppmy.cn/server/159024.html

相关文章

Windows上安装和配置Tabby终端工具并实现远程ssh连接内网服务器

文章目录 前言1. Tabby下载安装2. Tabby相关配置3. Tabby简单操作4. ssh连接Linux4.1 ubuntu系统安装ssh4.2 Tabby远程ssh连接ubuntu 5. 安装内网穿透工具5.1 创建公网地址5.2 使用公网地址远程ssh连接 6. 配置固定公网地址 前言 今天我要给大家分享一个非常实用且强大的开源跨…

npm 方式安装Pyodide 详解

npm 方式安装Pyodide 详解 如何通过 npm 安装 Pyodide 1. 安装 Pyodide 在您的项目中运行以下命令&#xff1a; npm install pyodide这将安装 Pyodide npm 包。 2. 在项目中使用 Pyodide 以下是如何在 JavaScript 或 TypeScript 项目中使用 npm 安装的 Pyodide&#xff1a;…

Linux入门——权限

shell命令以及运行原理 Linux严格意义上说的是一个操作系统&#xff0c;我们称之为“核心&#xff08;kernel&#xff09;“ &#xff0c;但我们一般用户&#xff0c;不能直接使用kernel。 而是通过kernel的“外壳”程序&#xff0c;也就是所谓的shell&#xff0c;来与kernel…

java使用poi-tl自定义word模板导出

文章目录 概要整体架构流程创建word模板核心代码导出结果 概要 在软件开发领域&#xff0c;自定义Word模板的使用是导出格式化数据的一种常见做法。poi-tl&#xff08;Apache POI Template Language&#xff09;作为一款基于广受认可的Apache POI库的Word模板引擎&#xff0c;…

基于智能物联网的肉鸡舍控制器:设计、实施、性能评估与优化

英文标题&#xff1a; Smart IoT-Based Broiler Room Controller: Design, Implementation, Performance Evaluation, and Optimization 作者信息 Shamsu Sabo Department of Computer Science, National Open University of Nigeria, Fagge Study Center, Nigeria Email: 144…

Unity中实现倒计时结束后干一些事情

问题描述&#xff1a;如果我们想实现在一个倒计时结束后可以执行某个方法&#xff0c;比如挑战成功或者挑战失败&#xff0c;或者其他什么的比如生成boss之类的功能&#xff0c;而且你又不想每次都把代码复制一遍&#xff0c;那么就可以用下面这种方法。 结构 实现步骤 创建一…

微信小程序实现个人中心页面

文章目录 1. 官方文档教程2. 编写静态页面3. 关于作者其它项目视频教程介绍 1. 官方文档教程 https://developers.weixin.qq.com/miniprogram/dev/framework/ 2. 编写静态页面 mine.wxml布局文件 <!--index.wxml--> <navigation-bar title"个人中心" ba…

Linux 音视频入门到实战专栏(音频篇)基于alsa api的音频播放/录制流程

文章目录 一、简介1.1、音频播放流程1.2、音频录制流程 二、播放音频示例三、录制音频示例 沉淀、分享、成长&#xff0c;让自己和他人都能有所收获&#xff01;&#x1f604; &#x1f4e2;本篇将介绍如何调用alsa api来进行音频数据的播放和录制。 一、简介 1.1、音频播放流…