RTPSendAndRecvData

所属分类:Java编程
开发工具:Java
文件大小:3760KB
下载次数:2
上传日期:2018-04-20 12:32:32
上 传 者jiangwuqing
说明:  通过RTP协议发送数据,接收端也包含在里面
(The data is sent through the RTP protocol and the receiving end is included in it.)

文件列表:
RTPSendAndRecvData (0, 2018-04-17)
RTPSendAndRecvData\.gradle (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1 (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1\fileChanges (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1\fileChanges\last-build.bin (1, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1\fileHashes (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1\fileHashes\fileHashes.bin (18697, 2018-04-17)
RTPSendAndRecvData\.gradle\4.4.1\fileHashes\fileHashes.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5 (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileChanges (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileChanges\last-build.bin (1, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileContent (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileContent\fileContent.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileHashes (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileHashes\fileHashes.bin (40997, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileHashes\fileHashes.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\fileHashes\resourceHashesCache.bin (18667, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile\classAnalysis.bin (171089, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile\jarAnalysis.bin (94939, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile\javaCompile.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile\taskHistory.bin (26459, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\javaCompile\taskJars.bin (18666, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\taskHistory (0, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\taskHistory\taskHistory.bin (279917, 2018-04-17)
RTPSendAndRecvData\.gradle\4.5\taskHistory\taskHistory.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\buildOutputCleanup (0, 2018-04-17)
RTPSendAndRecvData\.gradle\buildOutputCleanup\buildOutputCleanup.lock (17, 2018-04-17)
RTPSendAndRecvData\.gradle\buildOutputCleanup\cache.properties (51, 2018-04-17)
RTPSendAndRecvData\.gradle\buildOutputCleanup\outputFiles.bin (21053, 2018-04-17)
RTPSendAndRecvData\.gradle\vcsWorkingDirs (0, 2018-04-17)
RTPSendAndRecvData\.gradle\vcsWorkingDirs\gc.properties (0, 2018-04-17)
RTPSendAndRecvData\.idea (0, 2018-04-17)
RTPSendAndRecvData\.idea\caches (0, 2018-04-17)
RTPSendAndRecvData\.idea\caches\build_file_checksums.ser (549, 2018-04-17)
RTPSendAndRecvData\.idea\codeStyles (0, 2018-04-17)
RTPSendAndRecvData\.idea\codeStyles\Project.xml (1803, 2018-04-17)
RTPSendAndRecvData\.idea\gradle.xml (641, 2018-04-17)
RTPSendAndRecvData\.idea\libraries (0, 2018-04-17)
RTPSendAndRecvData\.idea\libraries\Gradle__com_android_support_support_v4_18_0_0_jar.xml (706, 2018-04-17)
... ...

jlibrtp - Java RTP Library Kepp, Arne ak2618@columbia.edu Columbia University New York, NY 10027 USA This library was started as a term project in VoIP Security, a class taught by Prof. Henning Schulzrinne at Columbia University. Version 0.1 (not released as such) was written by Vaishnav Janardhan (vj2135@columbia.edu) and Arne Kepp (ak2618@columbia.edu). This version was rewritten by Arne Kepp, as a student project under the supervision of Prof. Henning Schulzrinne, Columbia University. ------Abstract jlibrtp is a library that implements the Real-Time Transport Protocol (RTP), a well-established standard for streaming media across IP-based networks, in Java. The purpose of this library is to make it easy for application developers to create applications for peer to peer streaming of audio, video and other data. In addition, developers will need a protocol to establish contact with peers, such as Session Initialization Protocol (SIP) and/or SDP. The library accepts any kind of binary data, handles packet parsing and reordering, maintains a participant database and the control connection associated with the protocol. The application is notified of received data through a callback-interface. The library supports IPv4, IPv6 and multicast. It does currently not support encryption, and should not be used in cases where confidentiality is important before this has been remedied. Please refer to http://jlibrtp.org for more information and newer versions. The library requires Sun Microsystems Java 1.5.0 or greater, or equivalent. The Library is licensed under the GNU Lesser General Public License, see LICENSE.txt The demonstration programs can be compiled as follows: javac ./jlibrtpDemos/SoundSenderDemo.java jlibrtp/*.java

近期下载者

相关文件


收藏者