搜索资源列表
jmf-2_1_1e-windows_i586
- JMF2.1.1安装文件。JMF是JAVA对实时多媒体开发的支持工具,开发环境清晰,易用。尤其是最新版2.1.1对RTP和流媒体的控制都提供了强大的支持库和开发接口。-JMF2.1.1 installation files. JMF Java is the development of real-time multimedia support tools, development environment clear, easy-to-use. In particular, the latest
JMFandRTP
- 这是一篇讲述利用JMF实现RTP流的传输与播放的文章-This is a realization on the use of JMF RTP stream transmission, and broadcast article
javaServer
- 一个java视频会议服务器端雏形。。。。 适合初学者分析学习。。。 JMF+RTP完成
RTCPViewer
- This is a class to view all RTCP packets flow in JMF media transmission. JMF uses RTP protocol to transmit and receive media stream . where RTCP is used to controle real time protocol.-This is a class to view all RTCP packets flow in JMF media transm
Transcode
- JMF的音视频格式转换例子,是在RTP的前提,转换后更适用于网络传输-JMF audio and video format conversion example is the premise in the RTP, converted more suitable for network transmission
RTPStreamingRealtimeTransmissionOfTheJavaImplement
- 本资料讲了RTP流媒体实时传输在Java中的实现方法:对多媒体实时传输协议RTP 和Java 多媒体框架JMF 作了简要的介绍和分析,然后利用JMF 编程实现了RTP 多媒体的网络传输和接收。-The information about the RTP stream in real-time transport in the Java implementation method: Real-time Transport Protocol for multimedia and Java Media
AudioVideoStream
- rtp server and rtp client using JMF
Java-JMF
- Code Source for JMF and RTP
JavaApplication1
- This java aplet using JMF RTP, to stream video using java applet JMF and RTP protocol.
end
- JMF 的使用,实现屏幕捕捉和RTP传输供java爱好者学习-java jmf test
JMFTest
- 纯java代码,jmf实现的调用本地摄像头。 可以用rtp实现实时的视频监控-java codes and to watch viedo
rtp-protocol-jmf-player
- 一个基于rtp协议的jmf播放器,用java语言编写,有程序代码-Based on the the the rtp protocol jmf player, with the java language code
real-time-transmission-of-the-RTP
- JAVA语言下的基于RTP的实时传输,基于JMF-Based on the real-time transmission of the RTP
src
- 基于rtp协议的jmf播放器,接收端模块要实现rtp数据的接收,以及rtp数据的呈现功能-Based the rtp protocol jmf players, the receiving end module rtp data received rtp data presentation
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
videochat
- Video chatting app based on RTP and JMF .
JMF-rtp
- 利用jmf进行rtp传输,在本地测试调用摄像头进行视频通讯 . 在Sender和Receiver中的main函数中,我把本地地址和远端地址都设置成本机的地址,自己传给自己,用来试验用的。 其中用到 StateHelper类 。 Sender的前两个注释是把视频传输换成音频传输;传输一分钟后结束(第76行-Conducted using jmf rtp transmission, call the local test camera for video communication. S