Git Diff

wowza安装

  • 软件WowzaStreamingEngine-4.7.7-linux-x64-installer.run

  • 重启 service WowzaStreamingEngine restart

  • 访问: http://ip:8088/enginemanager/

  • 启动服务

    1
    2
    sudo systemctl status WowzaStreamingEngine
    sudo systemctl status WowzaStreamingEngineManager
  • Source Security 关闭验证

  • modules 配置包

  • copy包放入对应路径

    • lib目录/usr/local/WowzaStreamingEngine/lib
    • 添加模块配置
      1
      2
      3
      4
      5
      6
      7
      8
      9

      Name Description Fully Qualified Class Name
      base Base com.wowza.wms.module.ModuleCore
      logging Client Logging com.wowza.wms.module.ModuleClientLogging
      flvplayback FLVPlayback com.wowza.wms.module.ModuleFLVPlayback
      ModuleCoreSecurity Core Security Module for Applications com.wowza.wms.security.ModuleCoreSecurity
      ModulePushPublish ModulePushPublish com.wowza.wms.pushpublish.module.ModulePushPublish
      Alex Live Reporter Alex Live Reporter com.alex.WowzaRecord.LiveReporter

  • 推送测试

    1
    ffmpeg -i "00.mp4" -vcodec copy -acodec copy -f flv         rtmp://ip/live/test-env-00
  • 账号

    1
    2
    3
    4
    5
    alex
    123456

    admin
    alexadmin

vernemq

nginx-rtmp-module

测试

  • mp4文件播放测试地址:

    1
    rtmp://192.168.31.11:1936/vod/00.mp4
  • 推流测试地址:

    1
    ffmpeg -i "test.mp4" -vcodec copy -acodec copy -f flv         rtmp://192.168.31.11:1936/show/testmpr
  • 推流播放测试

    1
    http://192.168.31.11:8089/hls/testmpr.m3u8
  • 直播摄像图流

    1
    rtmp://192.168.31.11/show/campush
  • 服务端文件路径: /mnt