搜索资源列表
vfwNew
- 1、使用vfw实现视频采集 2、使用divx编解码器压缩解压缩 2、使用网络通讯udp-1, the use of VFW Video Collection 2, the use of divx codec compression decompression 2, the use of network communications udp
网络电话(家庭版)
- 基于TCP协议的点对点语音通讯,采用G.729a压缩编码。最大的特点是:1、基于Tcp协议,多数此类软件都是Udp方式通讯,但TCP协议支持更多的网络环境。2、支持sock4代理。在只有sock4代理的网络环境中测试通过。现公布源码,希望大家关注并改进。谢谢!ny2000lw@sohu.com-based on the point-to-point TCP voice communications using G.729a compression coding. The biggest feat
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
bk.1
- 神龙卡 图像采集卡 综合应用实例,WINSOCK UDP应用
wireshark-1.0.2.tar
- WareShark的源码,其中对RTP协议都有解释说明,不过好像没有找到如何从UDP中获知他就含有RTP的包,也没有找到对相关语音标准的说明,要是有那些就更完美了!
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
opensips-1.5.2-tls_src.tar
- sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings: robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server small footprint- the binary file is small size, functionality can be stri
vc6
- (1) 通过TCP协议与服务器通信 (2) 采用UDP组播与分机通信 (3) Window系统声卡数据的读写等操作 (4) 数据库技术,用来记录请求记录以及历史记录查询 (5) INI文件操作,用来记录系统基本信息 (6) 使用帮助文档让用户更加理解如何操作 (7) 其他相关技术如美化界面,收到请求后图标闪烁等 -(1) communicate with the server through the TCP protocol (2) using UDP multica
udp-relay-1.0.tar
- delay mpeg2 transport stream
enet-1.3.7.tar
- ENet evolved specifically as a UDP networking layer for the multiplayer first person shooter Cube. Cube necessitated low latency communcation with data sent out very frequently, so TCP was an unsuitable choice due to its high latency and str
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
build-camera_g-Desktop_Qt4_8_5-Debug
- 本程序使用QT 4.8.5 编译,配套萤石摄像头PC-SDK写的DEMO,如果有需要可以参考,下载压缩包后详细使用看说明,另外,程序需要接受UDP-SOCKET 为 “1”的命令,才能显示窗口,不需要这个功能的可自行看代码(This program uses the QT 4.8.5 compiler, supporting PC-SDK write DEMO fluorite camera, if there is a need to download the compressed packa
udph264
- 整理了“精简的FFMPEG从UDP广播接收视频数据并播放的示例”此文中的代码,建立了vs10工程,加入正确版本的ffmpeg和sdl库,可以播放ffmpeg -re -i filename.h264 -vcode copy -f h264 udp://127.0.0.1:8888推送的视频流。(a ffmpeg player that recieve upd stream)