搜索资源列表
vis_h323lib_dll_2.0r
- H.323通信库的源程序,用于IPVoice,做IP电话的可以参考-H.323 library source for IPVoice do IP telephony can reference
ChatRoom+G
- 这是关于语音聊天软件的一个程序代码 当运行该软的时候,至少需要有一方按下“建立服务器”按钮,表示该台机子用于做服务器,成功时文本显示区会显示“Server Has Been Set OK!”,才有可能接受来自其他机子的连接,当然客户端要输入服务器的IP地址和指定端口后,然后按“连接服务器”按钮,若成功则会在本地文本显示区显示“Client Connection Succeed”,双方建立了连接后,就可以开始通信了。你可以在文本输入区输入你想说的话,按回车,就会在本地文本显示区显示你刚才说的话
H.323 V2 分组多媒体通信系统
- 不错的资料 需要的可以参考!-good information can refer to the need!
TalkG726
- G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字
udpsound
- 使用UDP协议实现局域网内语音通信功能 能够互相对话功能-use UDP protocol LAN voice communication functions can talk to each other functional
Phone.rar
- 网络电话例程,可以连接本机做测试,通过网络进行电话通信,VoIP routines, you can connect the machine to do testing, telephone communications via the web
tmndec-2.0
- H263的标准解码器,适用于视频电话,移动通信等领域。输入可以是.3gp的格式-H263 standard decoder for video telephony, mobile communication and other fields. Input can be a .3 gp format
NetPhone
- 网络电话,VoIP的简单实现,可用于网络聊天,以及移动终端与PC间的通信。-Internet telephony, VoIP' s easy to achieve, can be used in online chat, as well as the mobile terminal and PC communication.
void_communication
- 这也是一个语音通信的项目,语音那一块是封装过的,不过有源码,可以修改-This is a voice communications, voice, and that is one-off package, but there is source code, you can modify
h323
- h.323协议的中文版,共三部分,可以作为多媒体业务的通信规范-the Chinese version of the h.323 agreement, including three parts, can serve as a multimedia business communications standards
PTPVideoCommunication
- 该程序经编译可直接正常运行,实现点对点的视频通信。-The program can be compiled directly by the normal operation to achieve point to point video communication.
P2P_Chat
- 一个语音聊天程序,实现点对点通信,中间有个ocx组件可以自由使用。-A voice chat program, to achieve point to point communications, the middle of a ocx component can be used freely.
opensips-1.6.3-tls_src.tar
- OpenSIPS是一个成熟的开源SIP服务器,除了提供基本的SIP代理及SIP路由功能外,还提供了一些应用级的功能。OpenSIPS的结构非常灵活,其核心路由功能完全通过脚本来实现,可灵活定制各种路由策略,可灵活应用于语音、视频通信、IM以及Presence等多种应用。同时OpenSIPS性能上是目前最快的SIP服务器之一,可用于电信级产品构建。-OpenSIPS is a mature open source SIP server, in addition to providing basic
osip-Development-Handbook
- “会话发起协议(Session Initiation Protocol-SIP)是一个应用层的信令控制协议。用于创建、修改和终止一个或多个参与者的会话。这些会话可以是Internet多媒体会议、IP电话或多媒体分发(例如:语音信箱)。会话的参与者可以通过组播(multicast)、网状单播(unicast)或两者的混合体进行通信。”-" Session Initiation Protocol (Session Initiation Protocol-SIP) is an applicat
voip1.0
- 语音通信;文本聊天;有服务器和客户端;可以注册、登录和添加好友;-Voice communication text chat a server and client can register, login and add friends
soundcode
- 这是一段简洁而有效的基于c/s模式语音通信源码,在vc或vs下通过编译,输入ip地址,客户端即可听到服务器端的声音-This is a simple and effective based on c/s mode of voice communication source, vs in vc or through the compiler, enter the ip address, the client can hear the voice server
HecMeeting
- 基于sip协议的通信软件,可以进行语音通信-Communication software based on sip protocol can voice communication
P2PMultiChat
- 本软件是基于P2P模式的视频通信系统,仅实现一些基本功能,用户可以进行点对点视频聊天,vs2005编译通过-This software is based on the P2P mode of video communications systems, only to achieve some of the basic functions, the user can point to point video chat.
20140226
- C编写的,可以实现iP对ip的语音通信,感兴趣的可以参考-Written in C , you can achieve voice communication for iP ip, interested can refer to.
AndroidrRTC_WebScoke
- 实现手机端web_rtc和后台的音视频通信.这个是源码修改后的项目.java端的代码可以在网上找node.js开发的webrtc源码. 该手机端是webscoket和http进行通信的-Achieve mobile terminal web_rtc and background audio and video communications. Background code can be found on the Internet webrtc node.js source development