librtp
Real-time Transport Protocol
File Explorer
- BuildType.cmake
- Doxyfile.in
- ParseVersion.cmake
- RtpConfig.cmake.in
- CMakeLists.txt
- main.c
- CMakeLists.txt
- main.c
- CMakeLists.txt
- CMakeLists.txt
- ntp.h
- rtcp_app.h
- rtcp_bye.h
- rtcp_header.h
- rtcp_report.h
- rtcp_rr.h
- rtcp_sdes.h
- rtcp_sr.h
- rtcp_util.h
- rtp_header.h
- rtp_packet.h
- rtp_source.h
- version.h
- CMakeLists.txt
- ntp.c
- rtcp_app.c
- rtcp_bye.c
- rtcp_header.c
- rtcp_report.c
- rtcp_rr.c
- rtcp_sdes.c
- rtcp_sr.c
- rtcp_util.c
- rtp_header.c
- rtp_packet.c
- rtp_source.c
- util.c
- util.h
- CMakeLists.txt
- test_app.cc
- test_bye.cc
- test_ntp.cc
- test_report.cc
- test_rr.cc
- test_rtp.cc
- test_sdes.cc
- test_sr.cc
- test_util.cc
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
