mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-11 21:01:39 +00:00
17 lines
456 B
Markdown
17 lines
456 B
Markdown
|
# 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:
|
||
|
|
||
|
``` shell
|
||
|
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.
|