搜索资源列表
rtp2pcm
- 將RTP轉成PCM/MP3,方便大家測試RTP封包內容是否如預期-RTP will turn into PCM/MP3 facilitate testing RTP packet contents as expected
feng-0.1.13
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上,live555是c开发的但是只支持mpeg格式的音频,Feng 流媒体服务器支持h.264格式的视频,mp3音频,支持RTSP,RTP/RTCP,可以用来在嵌入式设备上开发流媒体服务器.-current streaming media server code Darwin (Apple), is the development of the c, too complex not suitable
live.2008.01.04.tar
- 网络直播源代码,支持RTSP、RTP,支持的格式包括MPEG-1/2/4,MP3,H264等,功能强大,流媒体开发必须。
rtsp_server
- 一个rtsp的服务器支持H263格式,还有mp3等格式,里面有了rtp,rtcp的具体实现
poc-0.4.1.tar
- 基于RFC2250的MP3流播放服务器端。 使用RTP实时传输MP3流,并实现了多播功能-based on RFC2250 MP3 streaming server. The use of real-time transmission RTP MP3 streaming, and to achieve a multicast function
mp3.rar
- 这个是rtp库封装的 主要利用rtp进行流媒体传输,并且里面含有音频编码解码;,This is the main package rtp library use rtp for streaming media transmission, and which contain audio codecs
RTP_Header_Info_For_Radical_Pr
- 如果你想将你的基于UDP的MP3音频流升级至RTP而又不想仔细阅读RTP标准,看这个好了。,If you want to upgrade your current MP3 streamer in UDP to support RTP, and you are lazy to read about the RTP standard, then just read this.
live
- 流媒体服务器和客户端的源代码,可以直接构建点播直播系统,基于RTP/RTSP协议栈,实现MP3等多种视频格式-Streaming media server and client source code, can be directly built on-demand broadcast system, based on RTP/RTSP protocol stack to achieve a variety of video formats such as MP3
RFC3119_chinese
- RFC3119_中文版,RFC3119(A More Loss-Tolerant RTP Payload Format for MP3 Audio),由周孺翻译,提供给大家,供参考。-RFC3119_ Chinese version, RFC3119 (A More Loss-Tolerant RTP Payload Format for MP3 Audio), by week Xiru translation, available to everyone, for reference.
RFC3119-AMorLossTolerantRTPPayloadFormatForMP3Audi
- rfc3119中文版 - A More Loss-Tolerant RTP Payload Format for MP3 Audio-rfc3119 English Version- A More Loss-Tolerant RTP Payload Format for MP3 Audio
live555iphoneos
- This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems
feng-2.1.0_rc1
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上; live555是c开发的但是只支持mpeg格式的音频;Feng 流媒体服务器支持h.264格式的视频,mp3音频,支持RTSP,RTP/RTCP,可以用来在嵌入式设备上开发流媒体服务器。-The streaming server code Darwin (Apple), C++ development, too complex and not suitable for use in embe
cfenng-01113u
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上,live555是c开发的但是只支持mpegg格式的音频,Feng 流媒体服务器支持h.264格式的视频频,mp3音频,支持RTSP,RTP/RTCP,能用来在嵌入式设备上开发流媒体服务器. -Current streaming media server code Darwin (Apple), developed with c++ too complex is not suitable for
IRTP_Header_If
- 如果你想将你的基于UDP的MP3音频流升级至RTP而又不不想仔细阅读RTP标准,看这个好了。,已通过测试。 -If you want your upgrade to RTP UDP-based MP3 audio stream without do not want to read carefully the RTP standard, look at this. , Has been tested.
AirCat-master
- 苹果airplay协议中音频协议airtunes客户端的实现。通过RTP传输音频流,通过RTSP对音频流进行控制,音频的decode支持mp3,aac,alac格式。-Achieve airtunes protocol in apple airplay protocol. Through the RTP transfer audio stream, through RTSP control on the audio stream, audio decode supports MP3, AAC,
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T