Skip to content

Commit c1b7b8f

Browse files
committed
add insertable-streams.rs example
1 parent f576333 commit c1b7b8f

File tree

3 files changed

+246
-212
lines changed

3 files changed

+246
-212
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ name = "ice-restart"
8383
path = "examples/ice-restart/ice-restart.rs"
8484
bench = false
8585

86-
#[[example]]
87-
#name = "insertable-streams"
88-
#path = "examples/insertable-streams/insertable-streams.rs"
89-
#bench = false
86+
[[example]]
87+
name = "insertable-streams"
88+
path = "examples/insertable-streams/insertable-streams.rs"
89+
bench = false
9090

9191
[[example]]
9292
name = "play-from-disk-vpx"

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ check [Pion Examples](https://github.com/pion/webrtc/tree/master/examples#readme
3232
-[Play from Disk Renegotiation](play-from-disk-renegotiation): The play-from-disk-renegotiation example is an
3333
extension of the play-from-disk example, but demonstrates how you can add/remove video tracks from an already
3434
negotiated PeerConnection.
35-
- 🚧 [Insertable Streams](insertable-streams): The insertable-streams example demonstrates how webrtc-rs can be used to
35+
- [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.
3737
- 🚧 [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.

0 commit comments

Comments
 (0)