搜索资源列表
ccrtp-1.3.4.tar
- rtp的c++库。rtp是VoIP等IP多媒体传输协议,是处理网络延时、抖动、丢包的关键模块。-rtp the c library. Rtp of VoIP and other IP multimedia transmission protocol, network delay, jitter, packet loss of key modules.
DataTest
- 流媒体头文件包,如何对视频文件进行RTP,RTCP,RTSP等协议的控制,为开发复杂流媒体系统是前期的准备!-streaming media packet headers, how the video documents RTP, RTCP, RTSP and other agreements control, for the development of complex streaming media system is the lead!
RTP解包NAL,H264格式
- RTP解包NAL,H264格式,简单实用,实现了单个NAL单元包和FU_A分片单元包。对于丢包处理,采用简单的策略:丢弃随后的所有数据包,直到收到关键帧。-RTP unpack NAL, H264 format, simple and practical, to achieve a single NAL unit packets and fragmentation units FU_A package. For the packet loss treatment, using a simple
47651479H264EncodingandDecoding
- 采用rtp包发送h.264文件,能够根据标志位一帧一帧拆分h.264文件。-Using rtp packet sent h.264 files, can be a bit under the flag a split h.264 files.
RTPdump
- 使用WinPcap抓取RTP媒体流中的PCM语音数据并保存到文件的VC6.0工程。-A VC6.0 project to capture voice packet (PCM format: a-law or u-law) in RTP stream by using WinPcap.
RTP(packet)
- RTP Header Architecture
RTPtransfer
- 详细的描述了如何利用RTP协议进行视频传输,如何对大的视频数据帧进行拆包,如何封装RTP包进行发送-This rar file include two pdf file ,one descr ipte video transfer in CDMA network, the other descr ipte how to transfer a big video frame, cut to chip ,and packet the date.
325614
- RTP/RTCP中英文协议文档及封包格式、协议分析,无线视频包丢失重传机制讲解及实现过程-RTP/RTCP protocol in English and Chinese documents and packet formats, protocol analysis, wireless video packet loss and retransmission mechanism to explain the implementation process
RTPIP
- 基于RTP+的IP+实时音频传输研究,说明了简单的RTP格式和他的数据包的结构-Based on the IP+ RTP+ audio transmission of real-time, indicating a simple RTP packet format and the structure of his
Rfc5109
- Abstract This document specifies a payload format for generic Forward Error Correction (FEC) for media data encapsulated in RTP. It is based on the exclusive-or (parity) operation. The payload format described in this document allows e
iPhone-streaming-media-player-
- 在参照了第三代合作伙伴计划的分组交换流媒体服务技术规范的基础上,介绍移动流媒体网络体系中使用的网络协议,论述H.264视频解码技术和AMR-NB(Adaptive Multi-Rate Speech Codec Narrow Band)及AAC(Advanced Audio Coding)音频解码技术以及承载音视频媒体数据的容器3GPP(3rd GenerationPartnership Project)文件结构,针对iPhone平台自身特点,重点研究在iPhone平台上移动流媒体播放器的实
sirannon-0.6.9
- 实现音视频的打包传输、抓包、解包,支持RTP/UDP/IP包传输-packet audio and video transmmit packets
RTP-divide-packet
- RTP协议分包分析 可能对你有用啊 网络编程-rtp protocol diveide packet analysis
RTP_Analysis
- RTP协议分包分析 可能对你有用啊 网络编程-rtp protocol diveide packet analysis
RFC3550
- 本文描述RTP(real-time transport protocol),实时传输协议。RTP在多点传送(多播)或单点传送(单播)的网络服务上,提供端对端的网络传输功能,适合应用程序传输实时数据,如:音频,视频或者仿真数据。RTP没有为实时服务提供资源预留的功能,也不能保证QoS(服务质量)。数据传输功能由一个控制协议(RTCP)来扩展,通过扩展,可以用一种方式对数据传输进行监测控制,该协议(RTCP)可以升级到大型的多点传送(多播)网络,并提供最小限度的控制和鉴别功能。RTP和RTCP被设计
H264Server
- H264文件使用H264封装,打成RTP包传输的Server端源码,可配合VLC使用-Server-side source code H264 file using the H264 package labeled RTP packet transmission, with the VLC use
rtp2mp4-master
- rtp to mp4, get rtp packet and save to mp4 file
28181_packet
- 对h264之es流进行mpeg-ps封装,再封装成rtp网络包,做gb28181的可进行参考。-Mpeg- es of h264 flow ps encapsulation, then encapsulated into RTP network packet, do gb28181 for reference
PSToH264
- 从rtp包中提取ps流,并将ps流转化为h264码流-extract the PS stream the RTP packet, and convert the PS stream to H264.
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