87bbb91469672e2338042a2116219ed4c503e2d0

This CL introduces a new rtp_generator tool that can be utilized to generate .rtpdump files that can be replayed by the video_replayer. This allows automated generation of corpus material for the new WebRTC RTP fuzzers in addition to allowing anyone who is experimenting with a new RTP feature to quickly debug issues. It can be used as follows: ./rtp_generator --input_config=./rtc_tools/rtp_generator/configs/vp8.json --output_rtpdump=/tmp/vp8.rtpdump ./video_replay --config_file test/fuzzers/configs/replay_packet_fuzzer/vp8_config.json --input_file /tmp/vp8.rtpdump It works by generating squares randomly on the screen for a given duration. This initial version is very limited and doesn't support FEC, RED and other configurations. I plan to extend it to support these in future CLs. Bug: webrtc:10117 Change-Id: I31d3dbb6fad73c727145ead4e7d085113d11fc51 Reviewed-on: https://webrtc-review.googlesource.com/c/119964 Commit-Queue: Benjamin Wright <benwright@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26517}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%