8

私はそれを理解することはできません、どのように軽快なサーバーを構成するか、次の情報/例が不足しています:自分の軽快なサーバーを設定する。

シナリオ:

  • ライブ RTSP h.256 ビデオをストリーミングする IP カメラ。
  • 私自身の Nimble Server を介して Transmux/トランスポートします。
  • そして、mpeg-dash ビデオとしてエンドユーザーに渡します。

私はやった:

  • Centos 7 に Nimble サーバーをインストールしました。

  • /etc/nimble/nimble.conf のパネル セクションを無効にしました。

  • チュートリアル セクション 2(例) リンク -リンクに従います。(動作しませんでした)。

  • 必要なツールをインストールしました。

  • Nimble サーバーの動作service nimble status応答:activeエラーなし。

質問:

  1. 利用可能なテスト例またはチュートリアルはありますか?
  2. WMPanel なしで /etc/nimble/nimble.conf ファイルをどのように表示する必要がありますか?
  3. WMPanel なしで /etc/nimble/rules.conf ファイルをどのように表示する必要がありますか? または、どのように機能しますか?
  4. github からのオープン ソース プロジェクトはありますか?

ありがとう、どんな助けでもいいです。

4

2 に答える 2

3

Here are the steps for manually configuration of nimble streamer without wmspanel :-

1) First of all you need basic subscription of wmspanel, for that you have to create free account using unique email address.. 2) Then you have to open https://wmspanel.com/server and click on add Existing server link.. 3) just copy and paste below configuration there :-

/* 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) Restart nimble streaming service 5) Put your videos in physical drive(e.g. D:\videos) 6) Now change your rules.config file routes to "Routes":[["","/vod/","file://D:\video\",""]] 7) Now https://wmspanel.com/server and remove all the added rotes added previously.. 8) Remove server too..and restart service.. 9) that's it...Test your stream video at(http://demo.jwplayer.com/stream-tester/)

10) video link should be http://127.0.0.1:8081/vod/sample.mp4/playlist.m3u8 or http://:/vod/sample.mp4/playlist.m3u8

于 2016-08-09T06:40:10.813 に答える
2

最善の方法は、WMSPanel を使用して Nimble を構成し、アカウントから削除することです。結果のルート構成は、必要なものになります。その後、API 呼び出しで Nimble を再起動できます。

もちろん、基本的な WMSPanel サブスクリプションを作成して、Nimble を便利に構成し、優れた統計を取得し、開発チームからも支援を受けられるようにすることをお勧めします: https://wmspanel.com/nimble/tco しかし、それはあなた次第です。もちろん、とにかく Nimble はフリーウェアです。

于 2016-01-26T00:22:31.720 に答える