TODO: Archive on GitHub and only maintain here? (currently out of sync)
https://github.com/voc/multiview-monitor
- Python 87.7%
- Dockerfile 7.6%
- Shell 4.7%
| lib | ||
| .gitignore | ||
| config-34c3-test.ini | ||
| config-34c3.ini | ||
| config-36c3.ini | ||
| config-test.ini | ||
| docker-ep.sh | ||
| Dockerfile | ||
| LICENSE.txt | ||
| multiview-monitor.py | ||
| README.md | ||
| screenshot.jpg | ||
MultiView Monitor
This tool uses the ffmpeg ebur128 Filter to produce realtime loudness charts for multiple streams, which are then mixed into a larger video-stream within gstreamer.
The resulting multiview of the loudness charts can now be streamed back to the streaming-server, which makes it easily available for people to check.
Run with Docker
docker run --rm --volume $(pwd)/config-34c3.ini:/opt/multiview-monitor.ini mazdermind/multiview-monitor:latest
Create and Publish new Docker-Image
docker build --tag mazdermind/multiview-monitor:latest .
docker push mazdermind/multiview-monitor:latest
