-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Debugging and observability | ||
|
||
WebRTC is a very complex technology with a lot of moving pieces under the hood, which can make debugging very challanging. | ||
Furtunately, there quite a lot of tools and techiniques created to make this process a bit easier. | ||
|
||
This tutorial will teach you a range of WebRTC debugging metchods - from simple to advanced ones. We will go through | ||
how you can inspect and monitor information about ICE connection establishment, negotiation and RTP packets streams both | ||
from the web browser and Elixir side of things. | ||
|
||
## WebRTC Internals | ||
|
||
|
||
## Elixir WebRTC Dashboard | ||
|
||
## getStats | ||
|
||
## browser with logs | ||
|
||
## dumping packets from browser | ||
|
||
## turning off certs to see packets in Wireshark | ||
|
||
|
||
mention debugging guide in "WebRTC for the curious" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters