You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Peermetrics | Open-Source WebRTC Monitoring and Call Quality Analytics</title>
8
8
<meta
9
9
name="description"
10
-
content="A self-hosted, open source WebRTC analytics platform for monitoring and optimizing real-time communication apps."
10
+
content="Self-hosted WebRTC monitoring for real-time communication apps. Inspect call quality, packet loss, jitter, and session failures with open-source analytics your team controls."
<liclass="nav-item"><ahref="#how-it-works" class="nav-link demo-btn">See how it works</a></li>
85
+
<liclass="nav-item"><ahref="https://www.youtube.com/watch?v=VdgfarYkdGQ&t=15s" class="nav-link demo-btn" target="_blank" rel="noopener noreferrer">See how it works</a></li>
@@ -129,7 +143,7 @@ <h2 class="display-5">Integrate with your favorite WebRTC SDK</h2>
129
143
<divclass="col-12 col-md-9 col-lg-8">
130
144
<h2class="display-4">Create rock solid products</h2>
131
145
<spanclass="lead">
132
-
The tool that every team needs to build the perfect WebRTC integration
146
+
Give engineering and support the data they need to understand what happened in every call.
133
147
</span>
134
148
</div>
135
149
</div>
@@ -141,10 +155,10 @@ <h2 class="display-4">Create rock solid products</h2>
141
155
<divclass="col-12 col-md-6 col-lg-5">
142
156
<h5>Don't leave your development to guess work</h5>
143
157
<p>
144
-
Crafting the perfect product is a challenge on its own. Adding WebRTC in the mix makes it even harder.
158
+
Building real-time products is already difficult. WebRTC adds network, device, and browser behavior that is hard to reason about from user reports alone.
145
159
</p>
146
160
<p>
147
-
Make sure you and your team have all the data you need to build the best video and audio calling product.
161
+
Give your team the session-level evidence they need to improve call quality and resolve issues faster.
148
162
</p>
149
163
</div>
150
164
</li>
@@ -155,7 +169,7 @@ <h5>Don't leave your development to guess work</h5>
155
169
<divclass="col-12 col-md-6 col-lg-5 order-lg-1">
156
170
<h5>Fix problems before they appear</h5>
157
171
<p>
158
-
Even with a great product, network conditions change. Make sure you have the tools to adapt and resolve issues quickly.
172
+
Network conditions, devices, and client behavior change constantly. Monitor the patterns that degrade calls before they become recurring support problems.
159
173
</p>
160
174
</div>
161
175
</li>
@@ -166,14 +180,49 @@ <h5>Fix problems before they appear</h5>
166
180
<divclass="col-12 col-md-6 col-lg-5">
167
181
<h5>Make sure your support team shines</h5>
168
182
<p>
169
-
Your support team should never guess what happened. Give them the tools to fix problems in real time.
183
+
Your support team should not have to guess what happened. Share the same call diagnostics across support, engineering, and operations.
<ahref="https://github.com/peermetrics/peermetrics" class="btn btn-success mb-2" target="_blank" rel="noopener noreferrer">View full platform</a>
207
+
</div>
208
+
</div>
209
+
<divclass="col-12 col-lg-5">
210
+
<divclass="card pricing card-lg">
211
+
<divclass="card-body">
212
+
<h3class="h4">Core repos</h3>
213
+
<ulclass="list-unstyled mb-0">
214
+
<liclass="mb-3"><strong><ahref="https://github.com/peermetrics/webrtc-stats" target="_blank" rel="noopener noreferrer"><code>@peermetrics/webrtc-stats</code></a>:</strong> Raw WebRTC stats collection and parsing.</li>
215
+
<liclass="mb-3"><strong><ahref="https://github.com/peermetrics/sdk-js" target="_blank" rel="noopener noreferrer"><code>@peermetrics/sdk</code></a>:</strong> App-level instrumentation, integrations, and session context.</li>
216
+
<liclass="mb-3"><strong><ahref="https://github.com/peermetrics/api" target="_blank" rel="noopener noreferrer"><code>peermetrics/api</code></a>:</strong> Ingestion and processing pipeline.</li>
217
+
<li><strong><ahref="https://github.com/peermetrics/web" target="_blank" rel="noopener noreferrer"><code>peermetrics/web</code></a>:</strong> Visualization and dashboard UI.</li>
0 commit comments