搜索资源列表
1234533JAVA_RTP
- RTP是voip和网络视频会议的关键模块。该库实现了RTP并提供了简明的接口。 内付说明文件。-1/1/2006 Video Conference Network and the key module. The realization of the RTP and provide a concise interface. Pay the note within.
javaServer
- 一个java视频会议服务器端雏形。。。。 适合初学者分析学习。。。 JMF+RTP完成
JavaMedia
- Java多媒体编程一书的源代码Java 2D、3D、RTP、视频、音频等多媒体资料 -Java Multimedia Programming
Transcode
- JMF的音视频格式转换例子,是在RTP的前提,转换后更适用于网络传输-JMF audio and video format conversion example is the premise in the RTP, converted more suitable for network transmission
JMFTest
- 纯java代码,jmf实现的调用本地摄像头。 可以用rtp实现实时的视频监控-java codes and to watch viedo
java_rtp
- java代码,通过rtp实现视频传输,代码有sender和receive两个文件,新建java项目后,复制进去源码即可-java code, rtp video transmission, the code sender and receive two files, copy into the source to the new java project
rtp_test
- 实现JMF的rtp视频音频聊天,JMF的rtp视频音频聊天\Receiver.java,JMF的rtp视频音频聊天\Sender.java-1, JMF s rtp video and audio chat 2, JMF s rtp video and audio chat \ Receiver.java 3, JMF s rtp video and audio chat \ Sender.java
JMF_RTP
- 使用JMF捕获视频后,使用rtp协议传输视频流到客户端,并附接收代码-After using JMF to capture video ,using the rtp protocol to transmit video streams to the client, along with the receiver code
JMF-rtp
- 利用jmf进行rtp传输,在本地测试调用摄像头进行视频通讯 . 在Sender和Receiver中的main函数中,我把本地地址和远端地址都设置成本机的地址,自己传给自己,用来试验用的。 其中用到 StateHelper类 。 Sender的前两个注释是把视频传输换成音频传输;传输一分钟后结束(第76行-Conducted using jmf rtp transmission, call the local test camera for video communication. S