gst-plugins-rs/plugins/examples/webrtcsink-stats
2021-11-30 22:55:28 +01:00
..
public examples: implement stats client 2021-11-30 22:55:28 +01:00
src examples: implement stats client 2021-11-30 22:55:28 +01:00
.gitignore examples: implement stats client 2021-11-30 22:55:28 +01:00
index.html examples: implement stats client 2021-11-30 22:55:28 +01:00
package-lock.json examples: implement stats client 2021-11-30 22:55:28 +01:00
package.json examples: implement stats client 2021-11-30 22:55:28 +01:00
README.md examples: implement stats client 2021-11-30 22:55:28 +01:00
svelte.config.js examples: implement stats client 2021-11-30 22:55:28 +01:00
tsconfig.json examples: implement stats client 2021-11-30 22:55:28 +01:00
vite.config.js examples: implement stats client 2021-11-30 22:55:28 +01:00

Example web client for webrtcsink-stats-server

This web client will display live statistics as received through a websocket connected to a webrtcsink-stats-server.

Usage:

npm install
npm run dev

Then navigate to http://localhost:3000/. Once consumers are connected to the webrtc-sink-stats-server, they should be listed on the page, clicking on any consumer will show a modal with plots for some of the most interesting statistics.