diff --git a/examples/save-to-disk/README.md b/examples/save-to-disk/README.md index 6ff55f36..ea560149 100644 --- a/examples/save-to-disk/README.md +++ b/examples/save-to-disk/README.md @@ -1,5 +1,7 @@ # save-to-disk -save-to-disk is a simple application that shows how to record your webcam using Pion WebRTC and save to disk. +save-to-disk is a simple application that shows how to record your webcam/microphone using Pion WebRTC and save VP8/Opus to disk. + +If you wish to save H264 to disk checkout out [save-to-webm](https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm) ## Instructions ### Download save-to-disk