All Projects → 3m1o → Nginx Rtmp Monitoring

3m1o / Nginx Rtmp Monitoring

Licence: mit
real-time monitoring statistics dashboard for nginx rtmp module

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nginx Rtmp Monitoring

Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+7370.54%)
Mutual labels:  hls, live, rtmp, streaming
Awesome Live Stream
Webrtc && Nginx && DASH && Quic 学习资料收集,持续更新中
Stars: ✭ 290 (+29.46%)
Mutual labels:  hls, rtmp, nginx
wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
Stars: ✭ 35 (-84.37%)
Mutual labels:  streaming, hls, rtmp
Haishinkit.swift
Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Stars: ✭ 2,237 (+898.66%)
Mutual labels:  streaming, hls, rtmp
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-87.05%)
Mutual labels:  streaming, hls, rtmp
browserLiveStream
Use webcam, browser and Node to stream live video. From api.video (https://api.video)
Stars: ✭ 141 (-37.05%)
Mutual labels:  streaming, hls, rtmp
Instagramlive Php
A PHP script that allows for you to go live on Instagram with any streaming program that supports RTMP!
Stars: ✭ 362 (+61.61%)
Mutual labels:  streaming, live, rtmp
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+12124.11%)
Mutual labels:  streaming, hls, rtmp
Blss
NGINX-based Live Media Streaming Server
Stars: ✭ 187 (-16.52%)
Mutual labels:  hls, rtmp, nginx
Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (+171.43%)
Mutual labels:  hls, live, rtmp
Nginx Http Flv Module
Media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache and VHOST (one IP for multi domain names) are supported now.
Stars: ✭ 2,063 (+820.98%)
Mutual labels:  live, rtmp, nginx
Ffplayout Engine
python and ffmpeg based playout
Stars: ✭ 128 (-42.86%)
Mutual labels:  streaming, hls, rtmp
ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
Stars: ✭ 7,790 (+3377.68%)
Mutual labels:  hls, rtmp, live
Chartjs Plugin Streaming
Chart.js plugin for live streaming data
Stars: ✭ 310 (+38.39%)
Mutual labels:  streaming, live, monitoring
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (+159.82%)
Mutual labels:  hls, rtmp, nginx
Nginx Vod Module
NGINX-based MP4 Repackager
Stars: ✭ 1,378 (+515.18%)
Mutual labels:  streaming, hls, nginx
Rtmp Ts Dash Webrtc
👾 音视频解决方案 Audio and video solutions(AV1)
Stars: ✭ 129 (-42.41%)
Mutual labels:  hls, rtmp, nginx
Docker Streaming Server
Live streaming server
Stars: ✭ 141 (-37.05%)
Mutual labels:  hls, rtmp
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (-1.34%)
Mutual labels:  streaming, live
Media Server Go Demo
webrtc media server go demo
Stars: ✭ 140 (-37.5%)
Mutual labels:  live, rtmp

fstv-monitoring

rtmp & hls server with real-time monitoring dashboard.

fstv monitoring

How to install

chmod +x setup.sh && ./setup.sh

Login to dashboard

open http://your-server-ip:9991 on your browser

default credentials for login:

username: admin

To find password you need to run this command:

docker exec -it fstv_dashboard cat /usr/src/app/config.json

then you can pickup the password from output.

Testing the stream

ffmpeg -re -i <replace your video file>.mp4 -vcodec libx264 -profile:v main -preset:v medium -r 30 -g 60 -keyint_min 60 -sc_threshold 0 -b:v 2500k -maxrate 2500k -bufsize 2500k  -sws_flags lanczos+accurate_rnd -acodec aac -b:a 96k -ar 48000 -ac 2 -f flv rtmp://your-server-ip:1935/stream/hello

Watch Stream

In Safari, VLC or any HLS player, open:

http://your-server-ip:8080/live/$STREAM_NAME.m3u8

Example Playlist: http://your-server-ip:8080/live/hello.m3u8

VideoJS Player

FFplay: ffplay -fflags nobuffer rtmp://your-server-ip:1935/stream/hello

how to get help

you can send me on twitter https://twitter.com/3m1oo

License

MIT License

Copyright (c) 2016 3m1o

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].