-
音视频聊天演示程序。聊天双方一个作为服务器,一个作为客户机。客户
机呼叫服务器建立连接之后,即可进行音视频聊天――双方都可以看到对方的图像,
可以听到对...
音视频聊天演示程序。聊天双方一个作为服务器,一个作为客户机。客户
机呼叫服务器建立连接之后,即可进行音视频聊天――双方都可以看到对方的图像,
可以听到对方的声音。
要求的系统配置:USB摄像头或数码摄像机,声卡,麦克风等。-Audio and video chat demo. Both sides as a chat server as a client. Client calls the server after establishing a connection, you can conduct audio and video chat- both sides can see each other
- 2022-06-29 18:11:12下载
- 积分:1
-
如何成功的运用OPENH323 来开发商业的H.323 协议栈 Openh323 有以下的特征: 1>动态的静音检测算法, 以减小语音包的传输量。 2&g...
如何成功的运用OPENH323 来开发商业的H.323 协议栈 Openh323 有以下的特征: 1>动态的静音检测算法, 以减小语音包的传输量。 2>支持Windows,Linux 和FreeBSD 的多种客户端命令。 3>包含有MCU,PSTN 网关,和自动语音应答机等多种应用平台。 4>软件支持GSM,LPC-10,G.711 uLaw/Alaw 软件编解码方式。 5>特定硬件(Quicknet/LineXJ)支持G.723.1, G.728 和 G.729 。 6>采用Jitter Buffer 技术对语音信号做接受的缓冲处理。 7>软件产生舒适噪音。 8>采用H.261 视频压缩协议。 9>支持广播的方式查找网守(GateKeeper)。 10>支持H.235 附件D 中和网守的身份认证。(部分地支持H.235) 11>支持部分H.450 补充协议。-How successful the use of OpenH323 to develop commercial H.323
- 2022-05-16 02:20:18下载
- 积分:1
-
无线环境下的视频传送信道模拟软件
无线环境下的视频传送信道模拟软件-wireless environment video transmission channel simulation software
- 2022-02-07 12:10:35下载
- 积分:1
-
RealNetworks公司的Helix 的客户方部分源码.
RealNetworks公司的Helix 的客户方部分源码.-RealNetworks Helix client part of the source code.
- 2022-03-06 20:53:51下载
- 积分:1
-
在防火墙情况下,使用stun方式穿越防火墙的音视频代码
在防火墙情况下,使用stun方式穿越防火墙的音视频代码-Firewall cases, the use of stun way audio and video through the firewall code
- 2022-03-14 12:41:22下载
- 积分:1
-
视频通信viedeocomm通信控件V3.0。可视通视频通信…
ViedeoComm 视频通信通信控件V3.0。VideoComm视频通信控件,集成高性压缩算法,实时传输协议,支持一对一(点对点),一对多(广播式)等方式的的实时视频通信,视频画面清晰流畅!使用简单方便!
VideoComm视频通信控件适用于VC++、VB、dot Net平台、C++Builder、Delphi、易语言、网页应用程序等各种常见的开发平台。-Video Communication ViedeoComm communication control V3.0. VideoComm Video Communication control, integrated high-compression algorithm, real-time transport protocol to support one-on-one (point-to-point), one-to-many (broadcast) and other forms of real-time video communications, video, smooth and clear picture quality! The use of simple and convenient! VideoComm Video Communication control for VC , VB, dot Net platform, C++ Builder, Delphi, easy language, web applications and other common development platform.
- 2023-06-13 17:40:05下载
- 积分:1
-
一个完整的文字聊天,视频/语音传输,电子白板,共享文件的使用RTC技术编写的程序。(使用前请下载RTC CLIENT SDK API,现在最新版是1。3,大家可...
一个完整的文字聊天,视频/语音传输,电子白板,共享文件的使用RTC技术编写的程序。(使用前请下载RTC CLIENT SDK API,现在最新版是1。3,大家可以在微软的网站上下载)-a complete text chat, video/voice transmission, electronic whiteboards, shared use of the RTC technical preparation process. (Download the use of the former RTC Client SDK API, the latest version is the one. 3, we can at Microsoft"s Web site)
- 2022-03-05 16:58:23下载
- 积分:1
-
siproxd是代理/伪装守护SIP协议。它允许SIP客户端…
Siproxd is a proxy/masquerading daemon for the SIP protocol. It allows SIP clients (like kphone, linphone) to work behind an IP masquerading firewall or router.
- 2022-11-05 20:45:03下载
- 积分:1
-
SIP的开发包,非常好用
SIP的开发包,非常好用-SIP development kits, very handy
- 2022-04-23 22:19:24下载
- 积分:1
-
G726局域网语音通话的程序和源代码是使用语音压缩…
G726局域网语音通话程序和源代码
这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。
G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字节。这里G726使用的时候,音频设置为8kHz,16位量化,单声道。
使用方法很简单,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。
PPC端的运行比较稳定,已经进行了自收自发近一个小时连续工作的测试,非常稳定,话音清晰。-G726 LAN voice calls procedures and the source code is the use of voice compression G726 (16kbps ) and RTP for the transmission process, because I did not bring WIFI the PPC, there are separate procedures for each test, PC- and PPC-were all normal work. G726 codec algorithm from the OpenH323. RTP transmission can be used in the process to find RTP stresses Xie, this procedure is mainly a function of G726. Packaging whole G726 for g726_Encode and g726_Decode two functions, Parameters for the compression and decompression of data storage address pointer, 960 bytes can be compressed to 120 to 120 bytes and bytes to
- 2022-01-26 00:22:56下载
- 积分:1