RTPConnector

所属分类:视频捕捉采集剪辑
开发工具:Java
文件大小:12KB
下载次数:86
上传日期:2007-03-27 11:49:06
上 传 者popking
说明:  音/视频采集程序,可调整采集参数,源自JMF solution,编译后可直接运行
(Audio/Video Capture procedures, adjustable acquisition parameters, from JMF solution, After the compiler can run)

文件列表:
RTPConnector\RTPSocketAdapter.java (8838, 2007-03-20)
RTPConnector\AVTransmit3.java (13333, 2007-03-20)
RTPConnector\AVReceive3.java (12449, 2007-03-20)
RTPConnector (0, 2007-03-20)

Problem The default implementation of RTPManager uses UDP/IP for transport. This sample shows how you can override that and use RTP over your own custom transport mechanism. Solution An implementation of RTPConnector, RTPSocketAdapter is built to support a custom transport mechanism. For simplicity, UDP sockets are used in this example to illustrate the concepts. The AVTransmit and AVReceive samples were modified to make use of RTPSocketAdapter for sending and receiving of the RTP data. 运行方法: Run AVTransmit3 and specifies the RTP session address to send to. Run AVReceive3 and specifies the RTP session addresses to receive from. For example, java AVTransmit3 224.1.2.3 42050 file:/temp/foo.mov java AVReceive3 224.1.2.3/42050 224.1.2.3/42052 The above example assumes that foo.mov contains 2 different tracks and so 2 sessions were created on the client side to receive both streams.

近期下载者

相关文件


收藏者