diff --git a/README.md b/README.md index 67206398..0aaa7b8a 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,12 @@ curl http://localhost:10001/recording/download --output recording.mp4 Note: the recording file is encoded into a H.264/MPEG-4 AVC video file. [QuickTime has known issues with playback](https://discussions.apple.com/thread/254851789?sortBy=rank) so please make sure to use a compatible media player! +## Systems diagram + +Read about the decisions we made implementing WebRTC and X11 in our [blog post](https://blog.onkernel.com/). + +![Systems diagram](./static/images/kernel-x11-webrtc-ffmpeg.png) + ## Documentation This repo powers our managed [browser infrastructure](https://docs.onkernel.com). diff --git a/static/images/kernel-x11-webrtc-ffmpeg.png b/static/images/kernel-x11-webrtc-ffmpeg.png new file mode 100644 index 00000000..cdb2f07b Binary files /dev/null and b/static/images/kernel-x11-webrtc-ffmpeg.png differ