- RAT - Robust Audio Tool; Supports a large number of codecs, ... License: Free; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
- JMF - Java Media Framework: Can receive and send RTP streams; Homepage: http://java.sun.com/products/java-media/jmf/
- MP3/RTP Plugin for Winamp: Homepage: http://www.live.com/multikit/winamp-plugin.html
- Vomit - Voice over Missconfigured Internet Telephones: Plays back captured voice conversation; Homepage: http://vomit.xtdnet.nl
- RTP Tools: Several RTP utilities from the Columbia University; Homepage: http://www.cs.columbia.edu/IRT/software/rtptools/
- UDP Packet Reflector/Forwarder: A tiny tool which forwardsor reflects UDP packets. You can also add delay and packet loss. Veryuseful if you want to test RTP applications. Homepage: http://www.cs.ucl.ac.uk/staff/s.bhatti/teaching/z02/reflector.html.
- jrtplib: A very nice, simple C++ RTP stack. Works on Windows, Linux.... ; License: Free; Homepage: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html. This stack is not symmetrical, but you can use my version of rtpconnection.cpp(for jrtp version 2.8) to make it symmetrical. (send RTP and receiveRTP on the same port, send RTCP and receive RTCP on the same port).
- Common Multimedia Library: from UCL London, includes RTP stack; C; License: Free; Homepage: http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
- ortp: C; License: LGPL; Homepage: http://www.linphone.org/ortp/; without RTCP, from linphone
- GNU ccRTP
RTP 工具汇总
最新推荐文章于 2024-08-05 12:14:20 发布
本文列举了一系列RTP工具,包括RAT、JMF、Winamp MP3/RTP插件等,用于音频编码、RTP流接收与发送。此外,还介绍了rtpbreak工具,用于检测、重建和分析RTP会话,适用于无线网络中的RTP流处理,支持批处理模式下的流重建。同时提到了mediastream工具,用于从声卡捕获声音,通过RTP协议进行发送和接收。
摘要由CSDN通过智能技术生成