我无法弄清楚,如何配置Nimble服务器,缺少有关以下信息/示例:设置我自己的Nimble服务器。

方案:

  • IP摄像机,可流式传输实时RTSP h.256视频。
  • 通过我自己的Nimble Server进行传输/传输。
  • 并作为mpeg-dash视频传递给最终用户。

  • 我已经做过:
  • 在Centos 7上安装了Nimble服务器。
  • /etc/nimble/nimble.conf中的“禁用的面板”部分。
  • 已按照教程第2节(示例)链接-link进行操作。 (不工作)。
  • 已安装必需的工具。
  • Nimble Server可以工作service nimble status响应:active没有错误。

  • 问题:
  • 是否有可用的测试示例或教程?
  • 不带WMSpanel的/etc/nimble/nimble.conf文件应该如何显示?
  • 不带WMSpanel的/etc/nimble/rules.conf文件应该如何显示?或它如何运作?
  • 是否有来自github的开源项目?

  • 谢谢,任何帮助都会很好。

    最佳答案

    以下是不使用wmspanel手动配置灵活流光的步骤:-

    1)首先,您需要基本订阅wmspanel,因为您必须使用唯一的电子邮件地址创建免费帐户。
    2)然后,您必须打开https://wmspanel.com/server并单击添加现有服务器链接。
    3)只需复制并粘贴以下配置即可:-

    /* please do not modify this file, all changes will be overwritten by wmspanel agent */
    {"SyncResponse":   {"status":"success","StreamCheckerMode":false,"UniqueVisitors":true,"RoutesHash":"1470659102671","Routes":[],"IpRanges":[],"ServerAuthorizationProperties":{"ServerAuthPropertiesHash":"0"},"CamerasHash":"","Cameras":[],"StreamsHash":"","Streams":[],"RtmpSettings":{"hash":"1470658699568","interfaces":[],"login":"","password":"","duration":6,"chunk_count":4,"dash_template":"TIME","protocols":["HLS","DASH"],"apps":[],"abr":[]},"RtspSettings":{"hash":"","interfaces":[]},"LivePullSettings":{"hash":"","streams":[]},"RtmpPublishSettings":{"hash":"","settings":[]},"RtspPublishSettings":{"hash":"","settings":[]},"HlsDRMSettings": {"hash": "0", "url": "", "key": "", "KeyServerSettings": {}},"HttpOriginApps":{"hash":"0","apps":[]},"AkamaiSettings":{"hash":"0","settings":[]},"Aliases":{"hash":"0","settings":[]},"DataSlicesInfo":{"hash":"1","data_slices":[{"id":"19215","tz":0}]},"UDPSenderSettings":{"hash":"0","settings":[]},"PayPerPublishSettings":{"hash": "0","url": "","auth_group_interval": 500,"apps":[]},"DvrSettings":{"hash":"0","settings":[]},"UserAgentGroupSettings":{"hash":"0","settings":[]},"RefererGroupSettings":{"hash":"0","settings":[]},"VideoEncodersInfo":{"hash":"0","encoders":[]},"AudioEncodersInfo":{"hash":"0","encoders":[]},"ServerSettings":{"MaxCacheSize":128,"MaxFileCacheSize":4096,"LogMode":"info"}}}
    

    4)重新启动灵活的流媒体服务
    5)将视频放入物理驱动器(例如D:\videos)
    6)现在,将您的rules.config文件路由更改为“Routes”:[[“”,“/vod/”,“file://D:\video\”,“”]]
    7)现在https://wmspanel.com/server并删除以前添加的所有已添加的rotes。
    8)也删除服务器..并重新启动服务。
    9)就这样...在(http://demo.jwplayer.com/stream-tester/)测试流视频

    10)视频链接应为http://127.0.0.1:8081/vod/sample.mp4/playlist.m3u8或http://:/vod/sample.mp4/playlist.m3u8

    关于linux - 如何在没有WMSpanel的情况下设置Nimble服务器?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34943258/

    10-10 09:50