File tree Expand file tree Collapse file tree 3 files changed +246
-212
lines changed
Expand file tree Collapse file tree 3 files changed +246
-212
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ name = "ice-restart"
8383path = " examples/ice-restart/ice-restart.rs"
8484bench = 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 ]]
9292name = " play-from-disk-vpx"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments