Implementation of a RTP server that sends video stream (H.264/HEVC) using the Real-time Transport Protocol(RTP) based on Linux/MacOS. 一个基于Linux/MacOS平台的可以发送携带H.264/HEVC媒体类型的RTP视频流的示例程序。
☆71Feb 2, 2019Updated 7 years ago
Alternatives and similar repositories for RTP
Users that are interested in RTP are comparing it to the libraries listed below
Sorting:
- Implementation of a simple Remote Timestamp Protocol (RTP) client and multi-threaded server using UDP as the transport layer protocol.☆39May 19, 2012Updated 13 years ago
- Send H264 file by RTP over UDP☆163Oct 13, 2016Updated 9 years ago
- ☆12Jun 17, 2017Updated 8 years ago
- A small, lightweight cross-platform modern C++ library to support the RTP protocol for real-time streaming over IP networks☆10Mar 21, 2013Updated 13 years ago
- libice是一个c/c++库,它实现了RFC5245规范定义的交互式连接建立(ICE)协议, 适用于实时通信领域,比如音视频实时通信。