JIKE
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users

    CentOS 7 安装/部署 ZLMediaKit 流媒体服务器

    技术分享
    zlmediakit 流媒体服务
    3
    6
    509
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • malaohu
      我是小马甲~ 🤫 last edited by

      系统:CentOS 7.9

      部署环境之前已经安装 oneinstack,仅安装了 nginx

      git clone --depth 1 https://gitee.com/xia-chu/ZLMediaKit
      
      cd ZLMediaKit
      
      #千万不要忘记执行这句命令
      git submodule update --init
      
      
      yum -y install gcc
      yum -y install gcc-c++
      
      
      # 安装 ffmpeg
      sudo rpm -v --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
      sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
      
      yum -y install ffmpeg
      
      
      mkdir build
      cd build
      # 先看看是否有 cmake3 
      cmake3 ..
      make -j4
      
      

      编译后的目录:/data/wwwroot/ZLMediaKit/release/linux

      唐宋元明清,连排小工兵!

      1 Reply Last reply Reply Quote 1
      • malaohu
        我是小马甲~ 🤫 last edited by malaohu

        配置文件说明:https://github.com/zlmediakit/ZLMediaKit/blob/master/conf/config.ini

        同类服务推荐:srs

        唐宋元明清,连排小工兵!

        mztc 1 Reply Last reply Reply Quote 0
        • mztc
          mztc 🍌 @malaohu last edited by

          @malaohu 大佬,有没有GB28181的项目或经验分享下呢?

          malaohu 1 Reply Last reply Reply Quote 0
          • malaohu
            我是小马甲~ 🤫 @mztc last edited by

            @mztc 最近打算对接一个大华的摄像头,推流使用 国标

            唐宋元明清,连排小工兵!

            mztc 1 Reply Last reply Reply Quote 0
            • mztc
              mztc 🍌 @malaohu last edited by

              @malaohu 嗯,期待大佬多分享一些技术教程。

              1 Reply Last reply Reply Quote 0
              • keith
                keith 🍌 last edited by

                不太懂这个可以干什么,自建视频网站吗?

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post