Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 20 of 20) sorted by relevance

/webrtc/examples/examples/rtp-forwarder/
H A DREADME.md17 ### Run rtp-forwarder, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/rtp-forwarder`
28 1. Run `./target/debug/examples/rtp-forwarder < my_file`
44 Run `ffprobe -i rtp-forwarder.sdp -protocol_whitelist file,udp,rtp` to get more details about your …
46 Run `ffplay -i rtp-forwarder.sdp -protocol_whitelist file,udp,rtp` to play your streams
/webrtc/examples/examples/play-from-disk-vpx/
H A DREADME.md25 ### Run play-from-disk-vpx with your browsers SessionDescription as stdin
31 1. Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-vpx -v examples/test-data/output…
32 2. Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-vpx -v examples/test-data/output…
37 2. Run `./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp8.ivf -a examples…
38 3. Run `./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp9.ivf -a examples…
/webrtc/examples/examples/swap-tracks/
H A DREADME.md17 ### Run swap-tracks, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/swap-tracks`
28 1. Run `./target/debug/examples/swap-tracks < my_file`
/webrtc/examples/examples/ortc/
H A DREADME.md18 ### Run first client as offerer
22 ## Run the second client as answerer
24 Run the second client. This should be launched with the message you copied in the previous step as …
/webrtc/examples/examples/reflect/
H A DREADME.md17 ### Run reflect, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/reflect -a -v`
28 1. Run `./target/debug/examples/reflect -a -v < my_file`
/webrtc/examples/examples/simulcast/
H A DREADME.md21 ### Run simulcast, with your browsers SessionDescription as stdin
27 Run `echo $BROWSER_SDP | ./target/debug/examples/simulcast`
32 1. Run `./target/debug/examples/simulcast < my_file`
/webrtc/examples/examples/data-channels/
H A DREADME.md17 ### Run data-channels, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/data-channels`
28 1. Run `./target/debug/examples/data-channels < my_file`
/webrtc/examples/examples/broadcast/
H A DREADME.md19 ### Run Broadcast
23 Run `broadcast`
29 * Run `curl localhost:8080/sdp -d "$BROWSER_OFFER"`. `$BROWSER_OFFER` is the value you copied in th…
38 * Run `curl localhost:8080/sdp -d "$BROWSER_OFFER"`. `$BROWSER_OFFER` is the value you copied in th…
/webrtc/examples/examples/data-channels-detach/
H A DREADME.md17 ### Run data-channels-detach, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/data-channels-detach`
28 1. Run `./target/debug/examples/data-channels-detach < my_file`
/webrtc/examples/examples/save-to-disk-vpx/
H A DREADME.md17 ### Run save-to-disk-vpx, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/save-to-disk-vpx`
28 1. Run `./target/debug/examples/save-to-disk-vpx < my_file`
/webrtc/examples/examples/save-to-disk-h264/
H A DREADME.md17 ### Run save-to-disk-h264, with your browsers SessionDescription as stdin
23 Run `echo $BROWSER_SDP | ./target/debug/examples/save-to-disk-h264`
28 1. Run `./target/debug/examples/save-to-disk-h264 < my_file`
/webrtc/examples/examples/rtp-to-webrtc/
H A DREADME.md19 ### Run rtp-to-webrtc with your browsers SessionDescription as stdin
25 Run `echo $BROWSER_SDP | ./target/debug/examples/rtp-to-webrtc`
30 1. Run `./target/debug/examples/rtp-to-webrtc < my_file`
/webrtc/examples/examples/insertable-streams/
H A DREADME.md29 ### Run insertable-streams with your browsers SessionDescription as stdin
35 Run `echo $BROWSER_SDP | ./target/debug/examples/insertable-streams`
40 1. Run `./target/debug/examples/insertable-streams < my_file`
/webrtc/examples/examples/play-from-disk-h264/
H A DREADME.md24 ### Run play-from-disk-h264 with your browsers SessionDescription as stdin
30 Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-h264 -v examples/test-data/output.h…
35 1. Run `./target/debug/examples/play-from-disk-h264 -v examples/test-data/output.h264 -a examples/t…
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_state.rs95 Run, enumerator
103 1 => NegotiationNeededState::Run, in from()
H A Dmod.rs327 if state == NegotiationNeededState::Run { in do_negotiation_needed_inner()
337 .store(NegotiationNeededState::Run as u8, Ordering::SeqCst); in do_negotiation_needed_inner()
/webrtc/examples/examples/ice-restart/
H A DREADME.md11 ### Run ice-restart
/webrtc/examples/examples/play-from-disk-renegotiation/
H A DREADME.md21 ### Run play-from-disk-renegotiation
/webrtc/examples/examples/data-channels-create/
H A DREADME.md17 ### Run data-channels-create
/webrtc/.github/workflows/
H A Dcargo.yml107 - name: �� Run clippy