From 6a522f67eb51df6ccdb753f5eebab6691cb06122 Mon Sep 17 00:00:00 2001 From: fiftysoft Date: Wed, 11 Oct 2017 14:24:47 +0300 Subject: [PATCH 1/2] Update README.md add real time monitoring dashboard to watch total visitors on every room , control the bandwidth , watch every stream . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42d3fb3..a1382dd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This project is to demonstrate how to build a live broadcast app. It include the * RTMP server - Nginx RTMP module(https://github.com/arut/nginx-rtmp-module) * WebSocket server - Socket.io(http://socket.io/) * iOS client - LFLiveKit(https://github.com/LaiFengiOS/LFLiveKit) to push stream, IJKPlayer(https://github.com/Bilibili/ijkplayer) to play stream +* Real time monitoring dashboard - fstv-monitoring(https://github.com/fiftysoft/nginx-rtmp-monitoring) to watch total visitors on every room , control the bandwidth , watch every stream . ## How to run From af681bc83e3b9cd0fe142e3ec8e9d8137ced141e Mon Sep 17 00:00:00 2001 From: fiftysoft Date: Wed, 11 Oct 2017 14:26:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1382dd..9be6e6c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ struct Config { The app can also run on a simulator, but to broadcast, you need to run it on a real device. +### 4. Monitoring Dashboard + +You need to read the installation , the guidance can be found here: + +* https://github.com/fiftysoft/nginx-rtmp-monitoring ## Tutorial