Skip to content

Commit f382b6d

Browse files
committed
add save-to-disk-vpx.rs example
1 parent c1b7b8f commit f382b6d

File tree

3 files changed

+325
-287
lines changed

3 files changed

+325
-287
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ bench = false
118118
#path = "examples/rtp-to-webrtc/rtp-to-webrtc.rs"
119119
#bench = false
120120
#
121-
#[[example]]
122-
#name = "save-to-disk-vpx"
123-
#path = "examples/save-to-disk-vpx/save-to-disk-vpx.rs"
124-
#bench = false
121+
[[example]]
122+
name = "save-to-disk-vpx"
123+
path = "examples/save-to-disk-vpx/save-to-disk-vpx.rs"
124+
bench = false
125125
#
126126
#[[example]]
127127
#name = "save-to-disk-h264"

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ check [Pion Examples](https://github.com/pion/webrtc/tree/master/examples#readme
3434
negotiated PeerConnection.
3535
-[Insertable Streams](insertable-streams): The insertable-streams example demonstrates how webrtc-rs can be used to
3636
send E2E encrypted video and decrypt via insertable streams in the browser.
37-
- 🚧 [Save to Disk VPx](save-to-disk-vpx): The save-to-disk-vpx example shows how to record your webcam and save the
37+
- [Save to Disk VPx](save-to-disk-vpx): The save-to-disk-vpx example shows how to record your webcam and save the
3838
footage (VP8/VP9 for video, Opus for audio) to disk on the server side.
3939
- 🚧 [Save to Disk H26x](save-to-disk-h26x): The save-to-disk-h26x example shows how to record your webcam and save the
4040
footage (H26x for video, Opus for audio) to disk on the server side.

0 commit comments

Comments
 (0)