搜索资源列表
ooh323c-0.8.3.tar
- Objective Systems Open H.323 for C (ooh323c) is a simple H.323 protocol stack developed in C. The ASN.1 PER messaging code was developed using the ASN1C compiler using a modified version of our core run-time libraries. Additional open source componen
g.726
- g726算法c源码,应用于语音压缩,如voip应用-algorithm source code for voice compression, as voip application
H323PHONE
- C++ 的源代码,H323,大家可以作为开发软电话的参考,我以前帮朋友做的 数字电视网络电话软件就参考的此源码-C++ source code, H323, everyone can serve as a reference for the development of the soft phone, I used to help make digital TV Friend Internet telephony software on the reference of this source
opensipstack-1.1.0
- OpenSIPStack是一个SIP协议栈,符合RFC3261标准,C++编写。-The OpenSIPStack Library is an implementation of the Session Initiation Protocol as described in RFC 3261.
VS2005sipcode2
- SIP 的一个重要特点是它不定义要建立的会话的类型,而只定义应该如何管理会话。有了这种灵活性,也就意味着SIP可以用于众多应用和服务中,包括交互式游戏、音乐和视频点播以及语音、视频和 Web 会议-An important feature of SIP is that it is not necessary to establish the definition of the type of conversation, but only how to manage the session sho
Video_ConferencePeer
- 小型C#视频会议软件,在VS2005下顺利编译,软件很小,只能当作演示或者学习用,功能也很单一,仅可作一个视频会议的单元模块,不要报太大希望让它什么都能干,仅供参考。-Small C# video conferencing software, in the VS2005 compiled smoothly, the software is very small, only serve as a demonstration or to learn to use, feature is also a
jrtplib
- jrtplib 3.5.2 介绍文档 用C++完成的旨在帮助使用RTP进行实时传输的开发人员的一个面向对象库-jrtplib document an object-oriented library written in C++ which aims to help developers in using the Real-time Transport Protocol (RTP) as described in RFC 3550
rtsp-1.0.1(vocal).tar
- RTSP achieve the code, together with RTSP, RTP, RTCP protocols such as documentation! (2006-06-21, C++, 3048KB, Downloads 818)
Video_Conference
- 小型C#视频会议软件,在VS2005下顺利编译,软件很小,只能当作演示或者学习用,功能也很单一,仅可作一个视频会议的单元模块,不要报太大希望让它什么都能干,仅供参考。 -Small C# video conferencing software, compiled successfully under VS2005, the software is very small, only as a demonstration or to learn to use, function is also
VSipUADemovc_i
- 可以用Visual C编译的一个sip 客户端,使用一个基于osip,eexosip,ortp和mediastreamer的高层库.有该库的使用文档 -Visual C compiler can be used as a sip client, based on the use of a osip, exossip, ortp and high-level Treasury mediastreamer. The use of the library documents
Videomeeting
- 视频会议软件,使用c++实现,一个简单的服务器端客户端软件应用,可以作为学习用。-Video conferencing software, use c++ achieve a simple client server software application can be used as learning.
pjproject-2.4
- PJSIP是用C语言编写实施基于标准协议,如SIP , SDP , RTP , STUN , TURN , ICE和一个自由和开放源码的多媒体通信库。它结合了信令协议( SIP)具有丰富的多媒体框架和NAT功能集成到高级别API,几乎适用于任何类型的系统,从台式机,嵌入式系统,移动手机。-PJSIP is a free and open source multimedia communication library written in C language implementing stand
pjproject-2.0-alpha2
- PJSIP是一个开放源代码的SIP协议栈,它支持多种SIP的扩展功能 。它的实现是为了能在嵌入式设备上高效实现SIP/VOIP。-PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines sign
pjproject-2.7.1
- PJSIP是一个开源的SIP协议库,它实现了SIP、SDP、RTP、STUN、TURN和ICE。PJSIP作为基于SIP的一个多媒体通信框架提供了非常清晰的API,以及NAT穿越的功能。PJSIP具有非常好的移植性,几乎支持现今所有系统:从桌面系统、嵌入式系统到智能手机。(PJSIP is a free and open source multimedia communication library written in C language implementing standard base
HiPhones
- PJSIP 由英国Teluu团队主导开发,由Benny Prijono 创建,他的名字缩写pj,所以命名PJSIP 优点: 可移植性强:可运行在windows、windowsmobile、linux、unix、MacOS、RTEMS、Symbian 内存需求小:编译后只需要150k内存空间 支持多种SIP功能以及扩展功能:支持多人会话、事件驱动框架、会话控制(presence)、即时信息、电话传输 文档介绍:官网有教程可以学习 缺点: Demo代码之间关联比较紧密