File tree Expand file tree Collapse file tree 3 files changed +325
-287
lines changed
Expand file tree Collapse file tree 3 files changed +325
-287
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments