Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 65) sorted by relevance

123

/webrtc/examples/examples/rtp-forwarder/
H A DREADME.md27 1. Paste the SessionDescription into a 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
52 `ffmpeg -protocol_whitelist file,udp,rtp -i rtp-forwarder.sdp -c:v libx264 -preset veryfast -b:v 30…
/webrtc/util/
H A Dbuild.rs7 .file("src/ifaces/ffi/android/ifaddrs.c") in main()
/webrtc/examples/examples/play-from-disk-h264/
H A Dplay-from-disk-h264.rs78 record.file().unwrap_or("unknown"), in main()
173 let file = File::open(&video_file_name)?; in main() localVariable
174 let reader = BufReader::new(file); in main()
249 let file = File::open(audio_file_name)?; in main() localVariable
250 let reader = BufReader::new(file); in main()
H A DREADME.md34 1. Paste the SessionDescription into a file.
43 …n your browser above the input boxes. `play-from-disk-h264` will exit when the file reaches the end
/webrtc/examples/examples/play-from-disk-vpx/
H A Dplay-from-disk-vpx.rs83 record.file().unwrap_or("unknown"), in main()
183 let file = File::open(&video_file_name)?; in main() localVariable
184 let reader = BufReader::new(file); in main()
255 let file = File::open(audio_file_name)?; in main() localVariable
256 let reader = BufReader::new(file); in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A DREADME.md27 1. Paste the SessionDescription into a file.
36 In the folder you ran `save-to-disk-vpx` you should now have a file `output_vpx.ivf` play with your…
/webrtc/examples/examples/save-to-disk-h264/
H A DREADME.md27 1. Paste the SessionDescription into a file.
36 In the folder you ran `save-to-disk-h264` you should now have a file `output.h264` play with your v…
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs54 if let Ok(file) = tokio::fs::File::open(filename).await { in simple_file_send()
55 let stream = FramedRead::new(file, BytesCodec::new()); in simple_file_send()
267 record.file().unwrap_or("unknown"), in main()
379 let file = File::open(video_file)?; in write_video_to_track() localVariable
380 let reader = BufReader::new(file); in write_video_to_track()
/webrtc/.github/workflows/
H A Dgrcov.yml87 # file: ${{ steps.grcov.outputs.report }}
88 file: lcov.info
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs70 record.file().unwrap_or("unknown"), in main()
153 let file = File::open(video_file_name)?; in main() localVariable
154 let reader = BufReader::new(file); in main()
H A DREADME.md39 1. Paste the SessionDescription into a file.
48 …n your browser above the input boxes. `insertable-streams` will exit when the file reaches the end.
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs44 if let Ok(file) = tokio::fs::File::open(filename).await { in simple_file_send()
45 let stream = FramedRead::new(file, BytesCodec::new()); in simple_file_send()
229 record.file().unwrap_or("unknown"), in main()
/webrtc/sctp/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/interceptor/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/constraints/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/examples/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/turn/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/rtcp/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/rtp/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/mdns/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/stun/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/media/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/data/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/webrtc/srtp/
H A DLICENSE-APACHE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.

123