搜索资源列表
NALDecoder
- 这是自己编的一个h.264的NAL层的解码小程序,它首先从H264文件中读取码流,然后分离每个NAL,以便将H264打包成RTP包。
H264+RTP+发送和接收(PDF文档)
- H264+RTP+发送和接收(PDF文档)详细介绍H.264 RTP封装格式等
opal-3.6.6
- Complete Video Conferencing application and codec libraries including H.263, H.264, SIP, RTP stack!
H264RTPSteamingLiveMedia
- livemedia中并未提供关于h264 NAL单元的打包方法,而该文介绍了基于livemedia 的h264 NAL framer的具体实现-livemedia did not provide information on h264 NAL unit packing method, and the text livemedia based on the introduction of h264 NAL framer specific implementation
H.264
- h.264压缩和解压的代码,来源于著名的H264标准JM开源代码,在VC下编译通过,可以运行。包含压缩和解码成RTP格式。-the copress codes of h.264.the codes come from the open source JM codes.
h264-rfc3984
- 介绍了rfc3984中基于264编码的视频文件的rtp传输问题。-describe the transport of h.264 video in the package of rtp.
H264_RTP
- 用于打包H264视频流,采用视实时传输协议RTP,有分包策略-For packaged H264 video stream, as the real-time transport protocol RTP, there are sub-strategy
rtsp_infos
- 包含了与视频、RTSP相关的一些文档:H.264 RTP payload 格式、Linux下的实时流媒体编程(RTP,RTCP,RTSP)、RTSP、用实例分析H264 RTP payload 等。-Contains some documents related to the video, RTSP: H.264 RTP the payload format, real-time streaming media programming under Linux (RTP, RTCP, RTSP),
TNALLDecodderh
- 这是自己编的一个h.264的NAL层的解码小程序源码,它首先从H264文件件中读取码流,然后分离每个NAL,以便将H264打包成RTP包。 可直接使用。 -This is one of their series h.264 NAL layer decoding applet source code, it is first of all to read the stream from H264 file pieces, and then separating each NAL to H264
H.264-RTP-payload-FORMAT-
- H264 PLAYLOAD 数据格式,对于弄懂Naul帮助非常大。-H264 PLAYLOAD data format, for understand Naul very helpful.
H264rtp
- VC++与H264流媒体RTP编程资料+源代码打包,这些资料包括:H.264编码算法的完整源代码,H264帧内预测算法的研究与优化.pdf,RFC3550协议资料中文版.doc、NALDecoder源码实例包等,是研究H264相关编程的参考资料。-VC++ programming and H264 RTP streaming data+ source code package, these data include:.. H.264 encoding algorithm complete sou
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