Go to file
dependabot[bot] 7dea286e79
Bump webpack from 3.11.0 to 5.94.0 in /web_src
Bumps [webpack](https://github.com/webpack/webpack) from 3.11.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v3.11.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 22:10:18 +00:00
models 完善代码规范性 2020-09-18 09:39:05 +08:00
routers FIX utils.Conf() would not read easy-darwin.ini configuration due to Server Object initialization 2021-03-19 17:34:29 +08:00
rtsp Merge pull request #224 from KylinMountain/bugfix/initconfig 2023-10-06 13:25:00 +08:00
vendor fix dh-ipc sdp error 2019-01-02 10:13:42 +08:00
web_src Bump webpack from 3.11.0 to 5.94.0 in /web_src 2024-08-27 22:10:18 +00:00
www git add www 2019-01-13 16:43:30 +08:00
.gitignore add close old option 2019-03-01 21:12:11 +08:00
Dockerfile 添加docker自动构建文件 2023-10-18 11:21:48 +08:00
EasyDarwin_windows.syso 1st commit 2018-11-07 19:28:13 +08:00
README.md Update README.md 2024-01-07 15:04:17 +08:00
ServiceInstall-EasyDarwin.exe 1st commit 2018-11-07 19:28:13 +08:00
ServiceUninstall-EasyDarwin.exe 1st commit 2018-11-07 19:28:13 +08:00
easydarwin.ini keep players when pusher been replaced 2019-03-17 09:48:36 +08:00
ed.ico 1st commit 2018-11-07 19:28:13 +08:00
main.go 调整顺序避免不必要的rtspclient创建开销 2020-08-03 19:26:04 +08:00
package.json Update package.json 2019-01-28 15:02:08 +08:00
start.sh git chmod a+x *.sh 2018-11-29 22:37:15 +08:00
stop.sh git chmod a+x *.sh 2018-11-29 22:37:15 +08:00

README.md

EasyDarwin开源流媒体服务器

主要功能特点

安装部署

  • 直接下载运行Release包

  • 直接运行(Windows)

    EasyDarwin.exe

    Ctrl + C 停止服务

  • 以服务启动(Windows)

    ServiceInstall-EasyDarwin.exe

    以 ServiceUninstall-EasyDarwin.exe 卸载 EasyDarwin 服务

  • 直接运行(Linux/macOS)

      cd EasyDarwin
      ./easydarwin
      # Ctrl + C
    
  • 以服务启动(Linux/macOS)

      cd EasyDarwin
      ./start.sh
      # ./stop.sh
    

二次开发

准备工具

    # go tools
    go get -u -v github.com/kardianos/govendor
    go get -u -v github.com/penggy/gobuild

    # npm tools
    npm i -g apidoc
    npm i -g rimraf

编译命令

  • 获取代码

      cd $GOPATH/src/github.com
      mkdir EasyDarwin && cd EasyDarwin
      git clone https://github.com/EasyDarwin/EasyDarwin.git --depth=1 EasyDarwin
      cd EasyDarwin
    
  • 以开发模式运行

      npm run dev
    
  • 以开发模式运行前端 Run as dev mode

      npm run dev:www       
    
  • 编译前端 Build www

      cd web_src && npm i
      cd ..
      npm run build:www
    
  • 编译 Windows 版本 Build windows version

      npm run build:win
    
  • 编译 Linux/macOS 版本 (在 bash 环境下执行) Build linux/macOS version

      npm run build:lin       
    
  • 清理编译文件 Clean

      npm run clean 
    

技术支持

  • 邮件:support@easydarwin.org

  • QQ交流群965773206

  • EasyDarwin开源流媒体服务器是属于EasyDarwin开源团队的免费产品大家免费使用同时EasyDarwin开源团队也能提供相应的收费技术咨询、技术服务和技术定制谢谢大家支持

获取更多信息

EasyDarwin开源项目:www.EasyDarwin.org

Copyright © EasyDarwin.org Team 2012-2024