Reference save-to-webm in save-to-disk example

Users may want to save H264 to disk, link to webm example to guide users
that way also.

Resolves #889
This commit is contained in:
Sean DuBois
2019-12-08 02:08:20 -08:00
parent 7d99edd21a
commit 793a8b92ca

View File

@@ -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