Skip to content

A React application that visualizes WebRTC statistics in real-time using Chart.js and chartjs-plugin-streaming. This project showcases how to collect and display WebRTC metrics such as video bitrate, RTT, jitter, and packet loss in a dynamic and interactive dashboard.

Notifications You must be signed in to change notification settings

hissinger/webrtc-stats-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Stats Visualizer

A React application that visualizes WebRTC statistics in real-time using Chart.js and chartjs-plugin-streaming. This project showcases how to collect and display WebRTC metrics such as video bitrate, RTT, jitter, and packet loss in a dynamic and interactive dashboard.

WebRTC Stats Visualizer

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/webrtc-stats-visualizer.git
  2. Install the dependencies:

    cd webrtc-stats-visualizer
    npm install

Usage

  1. Start the development server:

    npm start
  2. Open http://localhost:3000 in your browser.

About

A React application that visualizes WebRTC statistics in real-time using Chart.js and chartjs-plugin-streaming. This project showcases how to collect and display WebRTC metrics such as video bitrate, RTT, jitter, and packet loss in a dynamic and interactive dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published