搜索资源列表
vlc-0.8.6c.tar
- About: VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD
audio-record-playback-udp
- 用C实现的录音和播放程序,udp的client负责录音,udp的server负责同步播放。在录音数据传输前,采用g711u方式进行编码,在接收端解码后再进行播放。代码清晰,注释详细。-Implemented using C recording and playback programs, udp The client is responsible for recording, udp broadcast of the server is responsible for synchronizati
voip
- 实现局域网内点对点的音频通讯,数据编解码使用G.729,16:1的压缩比,数据传输使用UDP协议。音频模块可在公网内经行通讯-LAN communications within the peer-to-peer audio, data, use codec G.729, 16:1 compression ratio, data transmission using the UDP protocol. Audio module can be in the public network throug
The_Speex_Codec_Manual_Version_1.2_Beta_3
- Speex是一套开源的专门压缩声音的库,压缩的性能非常高,常用在VoIP或者其它网络程序中。Speex声称自己是不受任何专利限制,并授权根据修订后的BSD许可证发布。它可以用来与Ogg容器格式或直接在UDP / RTP协议下传输。 这份是Speex的编码手册英文版,下面的地址是维基百科中关于Speex的介绍: http://en.wikipedia.org/wiki/Speex-Speex is a free software speech codec that may be used on
FVoice
- gm81xx tcp udp audio streaming server
tstools-1_11
- The following tools are provided: es2ts: Read ES (video), output TS esdots: Print one character per ES unit esfilter: "Fast forward" ES video data to a file (outputs ES or TS) esmerge: Merge H.264 video and AAC ADTS audio ES to TS (very speci
Point-to-point-video-communication
- 本实验采用vfw完成视频捕获,通过MCI接口完成音频的采集,使用jpeg编码完成压缩解压缩过程,采用udp方式实现音视频的传输,-In this study, completed by vfw video capture, through the MCI interface to complete the audio of the collection, use jpeg compression and decompression code to complete the process, be
sirannon-0.6.9
- 实现音视频的打包传输、抓包、解包,支持RTP/UDP/IP包传输-packet audio and video transmmit packets
RTSP
- 实时流协议(RTSP)是应用层协议,控制实时数据的传送 。RTSP提供了一个可扩展框架,使受控、按需传输实时数据(如音频与视频)成为可能。数据源包括现场数据与存储在剪辑中的数据。本协议旨在于控制多个数据发送会话,提供了一种选择传送途径(如UDP、组播UDP与TCP)的方法,并提供了一种选择基于RTP (RFC1889)的传送机制的方法。-Real Time Streaming Protocol (RTSP) is an application layer protocol, to control
daima
- 本设计综合应用Windows低级音频API、G.729A编码算法、SOCKET编程、多线程编程等技术实现了在局域网PC机点对点的窄带全双工语音通信系统。界面通过MFC实现。为了确保发送应用层协议和聊天信息的正确性,采用TCP方式发送交互信息。语音模块的启动与关闭由交互的命令控制。考虑到语音数据需要延时小,这里用UDP方式发送。-The comprehensive application of the design of Windows low-level audio API of G.729A
mmPlay.thread-udp
- 本源代码功能,从udp socket 接收音频,然后通过声卡播放。可同时接收和播放多路音频。代码中有udp socket组播的编程,线程池的编程例子,音频播放的编程。-Source code function, receiving audio from udp socket, and then played through the sound card. Can receive and play multi-channel audio. Code has multicast udp socket
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