实例介绍
【实例简介】
折腾了好久终于算是弄好了,自己编译确实可以学到很多东西,下载之后将文件中的lib跟include拷到一起放到工程文件中 pro文件添加动态库就可以使用了,测试时端口号须为偶数,保持一致。
【实例截图】
【核心代码】
4744302542895541845.zip
├── jrtplib
│ ├── cmake
│ │ ├── cmake
│ │ │ ├── FindJThread.cmake
│ │ │ ├── FindLIBSRTP.cmake
│ │ │ ├── JRTPLIBConfig.cmake.in
│ │ │ └── Macros.cmake
│ │ ├── FindJThread.cmake
│ │ ├── FindLIBSRTP.cmake
│ │ ├── JRTPLIBConfig.cmake
│ │ ├── JRTPLIBConfig.cmake.in
│ │ └── Macros.cmake
│ ├── CMakeCache.txt
│ ├── CMakeFiles
│ │ ├── 3.8.0-rc1
│ │ │ ├── CMakeCCompiler.cmake
│ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ ├── CMakeRCCompiler.cmake
│ │ │ ├── CMakeSystem.cmake
│ │ │ ├── CompilerIdC
│ │ │ │ ├── a.exe
│ │ │ │ ├── CMakeCCompilerId.c
│ │ │ │ └── tmp
│ │ │ └── CompilerIdCXX
│ │ │ ├── a.exe
│ │ │ ├── CMakeCXXCompilerId.cpp
│ │ │ └── tmp
│ │ ├── CheckTypeSize
│ │ │ ├── CMAKE_SIZEOF_UNSIGNED_SHORT.bin
│ │ │ └── CMAKE_SIZEOF_UNSIGNED_SHORT.c
│ │ ├── cmake.check_cache
│ │ ├── CMakeDirectoryInformation.cmake
│ │ ├── CMakeError.log
│ │ ├── CMakeOutput.log
│ │ ├── CMakeTmp
│ │ ├── feature_tests.bin
│ │ ├── feature_tests.c
│ │ ├── feature_tests.cxx
│ │ ├── Makefile2
│ │ ├── Makefile.cmake
│ │ ├── progress.marks
│ │ ├── TargetDirectories.txt
│ │ └── TestEndianess.bin
│ ├── cmake_install.cmake
│ ├── examples
│ │ ├── CMakeFiles
│ │ │ ├── CMakeDirectoryInformation.cmake
│ │ │ ├── example1.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example1.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example2.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example2.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example3.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example3.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example4.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example4.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example5.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example5.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example6.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example6.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example7.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example7.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ └── progress.marks
│ │ ├── cmake_install.cmake
│ │ ├── example1.exe
│ │ ├── example2.exe
│ │ ├── example3.exe
│ │ ├── example4.exe
│ │ ├── example5.exe
│ │ ├── example6.exe
│ │ ├── example7.exe
│ │ ├── libjrtplib.dll
│ │ ├── libjrtplib.dll.a
│ │ ├── libjthread.dll
│ │ ├── libjthread.dll.a
│ │ └── Makefile
│ ├── include
│ │ └── jrtplib
│ │ ├── rtcpapppacket.h
│ │ ├── rtcpbyepacket.h
│ │ ├── rtcpcompoundpacketbuilder.h
│ │ ├── rtcpcompoundpacket.h
│ │ ├── rtcppacketbuilder.h
│ │ ├── rtcppacket.h
│ │ ├── rtcprrpacket.h
│ │ ├── rtcpscheduler.h
│ │ ├── rtcpsdesinfo.h
│ │ ├── rtcpsdespacket.h
│ │ ├── rtcpsrpacket.h
│ │ ├── rtcpunknownpacket.h
│ │ ├── rtpaddress.h
│ │ ├── rtpbyteaddress.h
│ │ ├── rtpcollisionlist.h
│ │ ├── rtpconfig.h
│ │ ├── rtpdebug.h
│ │ ├── rtpdefines.h
│ │ ├── rtperrors.h
│ │ ├── rtpexternaltransmitter.h
│ │ ├── rtphashtable.h
│ │ ├── rtpinternalsourcedata.h
│ │ ├── rtpipv4address.h
│ │ ├── rtpipv4destination.h
│ │ ├── rtpipv6address.h
│ │ ├── rtpipv6destination.h
│ │ ├── rtpkeyhashtable.h
│ │ ├── rtplibraryversion.h
│ │ ├── rtpmemorymanager.h
│ │ ├── rtpmemoryobject.h
│ │ ├── rtppacketbuilder.h
│ │ ├── rtppacket.h
│ │ ├── rtppollthread.h
│ │ ├── rtprandom.h
│ │ ├── rtprandomrand48.h
│ │ ├── rtprandomrands.h
│ │ ├── rtprandomurandom.h
│ │ ├── rtprawpacket.h
│ │ ├── rtpsecuresession.h
│ │ ├── rtpsession.h
│ │ ├── rtpsessionparams.h
│ │ ├── rtpsessionsources.h
│ │ ├── rtpsocketutil.h
│ │ ├── rtpsourcedata.h
│ │ ├── rtpsources.h
│ │ ├── rtpstructs.h
│ │ ├── rtptimeutilities.h
│ │ ├── rtptransmitter.h
│ │ ├── rtptypes.h
│ │ ├── rtptypes_win.h
│ │ ├── rtpudpv4transmitter.h
│ │ └── rtpudpv6transmitter.h
│ ├── install_manifest.txt
│ ├── lib
│ │ ├── cmake
│ │ │ └── JRTPLIB
│ │ │ └── JRTPLIBConfig.cmake
│ │ ├── libjrtplib.dll
│ │ └── libjrtplib.dll.a
│ ├── libsrtp-master
│ │ ├── CHANGES
│ │ ├── config.guess
│ │ ├── config.hw
│ │ ├── config.h_win32vc7
│ │ ├── config_in.h
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.in
│ │ ├── crypto
│ │ │ ├── cipher
│ │ │ │ ├── aes.c
│ │ │ │ ├── aes_gcm_ossl.c
│ │ │ │ ├── aes_icm.c
│ │ │ │ ├── aes_icm_ossl.c
│ │ │ │ ├── cipher.c
│ │ │ │ └── null_cipher.c
│ │ │ ├── hash
│ │ │ │ ├── auth.c
│ │ │ │ ├── hmac.c
│ │ │ │ ├── hmac_ossl.c
│ │ │ │ ├── null_auth.c
│ │ │ │ └── sha1.c
│ │ │ ├── include
│ │ │ │ ├── aes_gcm_ossl.h
│ │ │ │ ├── aes.h
│ │ │ │ ├── aes_icm.h
│ │ │ │ ├── aes_icm_ossl.h
│ │ │ │ ├── alloc.h
│ │ │ │ ├── auth.h
│ │ │ │ ├── cipher.h
│ │ │ │ ├── crypto_kernel.h
│ │ │ │ ├── crypto_math.h
│ │ │ │ ├── crypto_types.h
│ │ │ │ ├── datatypes.h
│ │ │ │ ├── err.h
│ │ │ │ ├── hmac.h
│ │ │ │ ├── integers.h
│ │ │ │ ├── key.h
│ │ │ │ ├── null_auth.h
│ │ │ │ ├── null_cipher.h
│ │ │ │ ├── rdb.h
│ │ │ │ ├── rdbx.h
│ │ │ │ ├── sha1.h
│ │ │ │ └── stat.h
│ │ │ ├── kernel
│ │ │ │ ├── alloc.c
│ │ │ │ ├── crypto_kernel.c
│ │ │ │ ├── err.c
│ │ │ │ └── key.c
│ │ │ ├── Makefile.in
│ │ │ ├── math
│ │ │ │ ├── datatypes.c
│ │ │ │ └── stat.c
│ │ │ ├── replay
│ │ │ │ ├── rdb.c
│ │ │ │ ├── rdbx.c
│ │ │ │ └── ut_sim.c
│ │ │ └── test
│ │ │ ├── aes_calc.c
│ │ │ ├── auth_driver.c
│ │ │ ├── cipher_driver.c
│ │ │ ├── datatypes_driver.c
│ │ │ ├── env.c
│ │ │ ├── kernel_driver.c
│ │ │ ├── sha1_driver.c
│ │ │ └── stat_driver.c
│ │ ├── doc
│ │ │ ├── crypto_kernel.txt
│ │ │ ├── docs.css
│ │ │ ├── Doxyfile.in
│ │ │ └── Makefile.in
│ │ ├── include
│ │ │ ├── ekt.h
│ │ │ ├── getopt_s.h
│ │ │ ├── rtp.h
│ │ │ ├── rtp_priv.h
│ │ │ ├── srtp.h
│ │ │ ├── srtp_priv.h
│ │ │ └── ut_sim.h
│ │ ├── install-sh
│ │ ├── install-win.bat
│ │ ├── libsrtp2.pc.in
│ │ ├── LICENSE
│ │ ├── Makefile.in
│ │ ├── README.md
│ │ ├── srtp
│ │ │ ├── ekt.c
│ │ │ └── srtp.c
│ │ ├── srtp2.vcxproj
│ │ ├── srtp2.vcxproj.filters
│ │ ├── srtp.def
│ │ ├── srtp.sln
│ │ ├── test
│ │ │ ├── dtls_srtp_driver.c
│ │ │ ├── getopt_s.c
│ │ │ ├── lfsr.c
│ │ │ ├── rdbx_driver.c
│ │ │ ├── replay_driver.c
│ │ │ ├── roc_driver.c
│ │ │ ├── rtp.c
│ │ │ ├── rtp_decoder.c
│ │ │ ├── rtp_decoder.h
│ │ │ ├── rtpw.c
│ │ │ ├── rtpw_test_gcm.sh
│ │ │ ├── rtpw_test.sh
│ │ │ ├── srtp_driver.c
│ │ │ ├── util.c
│ │ │ └── util.h
│ │ ├── timing
│ │ ├── undos.sh
│ │ ├── update.sh
│ │ └── VERSION
│ ├── Makefile
│ └── src
│ ├── CMakeFiles
│ │ ├── CMakeDirectoryInformation.cmake
│ │ ├── jrtplib-shared.dir
│ │ │ ├── build.make
│ │ │ ├── cmake_clean.cmake
│ │ │ ├── CXX.includecache
│ │ │ ├── DependInfo.cmake
│ │ │ ├── depend.internal
│ │ │ ├── depend.make
│ │ │ ├── flags.make
│ │ │ ├── includes_CXX.rsp
│ │ │ ├── linklibs.rsp
│ │ │ ├── link.txt
│ │ │ ├── objects1.rsp
│ │ │ ├── objects.a
│ │ │ ├── progress.make
│ │ │ ├── rtcpapppacket.cpp.obj
│ │ │ ├── rtcpbyepacket.cpp.obj
│ │ │ ├── rtcpcompoundpacketbuilder.cpp.obj
│ │ │ ├── rtcpcompoundpacket.cpp.obj
│ │ │ ├── rtcppacketbuilder.cpp.obj
│ │ │ ├── rtcppacket.cpp.obj
│ │ │ ├── rtcprrpacket.cpp.obj
│ │ │ ├── rtcpscheduler.cpp.obj
│ │ │ ├── rtcpsdesinfo.cpp.obj
│ │ │ ├── rtcpsdespacket.cpp.obj
│ │ │ ├── rtcpsrpacket.cpp.obj
│ │ │ ├── rtpbyteaddress.cpp.obj
│ │ │ ├── rtpcollisionlist.cpp.obj
│ │ │ ├── rtpdebug.cpp.obj
│ │ │ ├── rtperrors.cpp.obj
│ │ │ ├── rtpexternaltransmitter.cpp.obj
│ │ │ ├── rtpinternalsourcedata.cpp.obj
│ │ │ ├── rtpipv4address.cpp.obj
│ │ │ ├── rtpipv4destination.cpp.obj
│ │ │ ├── rtpipv6address.cpp.obj
│ │ │ ├── rtpipv6destination.cpp.obj
│ │ │ ├── rtplibraryversion.cpp.obj
│ │ │ ├── rtppacketbuilder.cpp.obj
│ │ │ ├── rtppacket.cpp.obj
│ │ │ ├── rtppollthread.cpp.obj
│ │ │ ├── rtprandom.cpp.obj
│ │ │ ├── rtprandomrand48.cpp.obj
│ │ │ ├── rtprandomrands.cpp.obj
│ │ │ ├── rtprandomurandom.cpp.obj
│ │ │ ├── rtpsecuresession.cpp.obj
│ │ │ ├── rtpsession.cpp.obj
│ │ │ ├── rtpsessionparams.cpp.obj
│ │ │ ├── rtpsessionsources.cpp.obj
│ │ │ ├── rtpsourcedata.cpp.obj
│ │ │ ├── rtpsources.cpp.obj
│ │ │ ├── rtptimeutilities.cpp.obj
│ │ │ ├── rtpudpv4transmitter.cpp.obj
│ │ │ └── rtpudpv6transmitter.cpp.obj
│ │ └── progress.marks
│ ├── cmake_install.cmake
│ ├── libjrtplib.dll
│ ├── libjrtplib.dll.a
│ ├── Makefile
│ ├── rtpconfig.h
│ ├── rtplibraryversioninternal.h
│ └── rtptypes.h
└── jthread
├── cmake
│ └── JThreadConfig.cmake
├── CMakeCache.txt
├── CMakeFiles
│ ├── 3.8.0-rc1
│ │ ├── CMakeCCompiler.cmake
│ │ ├── CMakeCXXCompiler.cmake
│ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ ├── CMakeRCCompiler.cmake
│ │ ├── CMakeSystem.cmake
│ │ ├── CompilerIdC
│ │ │ ├── a.exe
│ │ │ ├── CMakeCCompilerId.c
│ │ │ └── tmp
│ │ └── CompilerIdCXX
│ │ ├── a.exe
│ │ ├── CMakeCXXCompilerId.cpp
│ │ └── tmp
│ ├── cmake.check_cache
│ ├── CMakeDirectoryInformation.cmake
│ ├── CMakeOutput.log
│ ├── CMakeTmp
│ ├── feature_tests.bin
│ ├── feature_tests.c
│ ├── feature_tests.cxx
│ ├── Makefile2
│ ├── Makefile.cmake
│ ├── progress.marks
│ └── TargetDirectories.txt
├── cmake_install.cmake
├── include
│ ├── jmutexautolock.h
│ ├── jmutex.h
│ ├── jthread
│ │ ├── jmutexautolock.h
│ │ ├── jmutex.h
│ │ ├── jthreadconfig.h
│ │ └── jthread.h
│ ├── jthreadconfig.h
│ └── jthread.h
├── install_manifest.txt
├── lib
│ ├── cmake
│ │ └── JThread
│ │ └── JThreadConfig.cmake
│ ├── libjthread.dll
│ └── libjthread.dll.a
├── Makefile
└── src
├── CMakeFiles
│ ├── CMakeDirectoryInformation.cmake
│ ├── jthread-shared.dir
│ │ ├── build.make
│ │ ├── cmake_clean.cmake
│ │ ├── CXX.includecache
│ │ ├── DependInfo.cmake
│ │ ├── depend.internal
│ │ ├── depend.make
│ │ ├── flags.make
│ │ ├── includes_CXX.rsp
│ │ ├── linklibs.rsp
│ │ ├── link.txt
│ │ ├── objects1.rsp
│ │ ├── objects.a
│ │ ├── progress.make
│ │ └── win32
│ │ ├── jmutex.cpp.obj
│ │ └── jthread.cpp.obj
│ └── progress.marks
├── cmake_install.cmake
├── jthreadconfig.h
├── libjthread.dll
├── libjthread.dll.a
└── Makefile
59 directories, 423 files
折腾了好久终于算是弄好了,自己编译确实可以学到很多东西,下载之后将文件中的lib跟include拷到一起放到工程文件中 pro文件添加动态库就可以使用了,测试时端口号须为偶数,保持一致。
【实例截图】
【核心代码】
4744302542895541845.zip
├── jrtplib
│ ├── cmake
│ │ ├── cmake
│ │ │ ├── FindJThread.cmake
│ │ │ ├── FindLIBSRTP.cmake
│ │ │ ├── JRTPLIBConfig.cmake.in
│ │ │ └── Macros.cmake
│ │ ├── FindJThread.cmake
│ │ ├── FindLIBSRTP.cmake
│ │ ├── JRTPLIBConfig.cmake
│ │ ├── JRTPLIBConfig.cmake.in
│ │ └── Macros.cmake
│ ├── CMakeCache.txt
│ ├── CMakeFiles
│ │ ├── 3.8.0-rc1
│ │ │ ├── CMakeCCompiler.cmake
│ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ ├── CMakeRCCompiler.cmake
│ │ │ ├── CMakeSystem.cmake
│ │ │ ├── CompilerIdC
│ │ │ │ ├── a.exe
│ │ │ │ ├── CMakeCCompilerId.c
│ │ │ │ └── tmp
│ │ │ └── CompilerIdCXX
│ │ │ ├── a.exe
│ │ │ ├── CMakeCXXCompilerId.cpp
│ │ │ └── tmp
│ │ ├── CheckTypeSize
│ │ │ ├── CMAKE_SIZEOF_UNSIGNED_SHORT.bin
│ │ │ └── CMAKE_SIZEOF_UNSIGNED_SHORT.c
│ │ ├── cmake.check_cache
│ │ ├── CMakeDirectoryInformation.cmake
│ │ ├── CMakeError.log
│ │ ├── CMakeOutput.log
│ │ ├── CMakeTmp
│ │ ├── feature_tests.bin
│ │ ├── feature_tests.c
│ │ ├── feature_tests.cxx
│ │ ├── Makefile2
│ │ ├── Makefile.cmake
│ │ ├── progress.marks
│ │ ├── TargetDirectories.txt
│ │ └── TestEndianess.bin
│ ├── cmake_install.cmake
│ ├── examples
│ │ ├── CMakeFiles
│ │ │ ├── CMakeDirectoryInformation.cmake
│ │ │ ├── example1.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example1.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example2.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example2.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example3.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example3.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example4.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example4.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example5.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example5.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example6.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example6.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ ├── example7.dir
│ │ │ │ ├── build.make
│ │ │ │ ├── cmake_clean.cmake
│ │ │ │ ├── CXX.includecache
│ │ │ │ ├── DependInfo.cmake
│ │ │ │ ├── depend.internal
│ │ │ │ ├── depend.make
│ │ │ │ ├── example7.cpp.obj
│ │ │ │ ├── flags.make
│ │ │ │ ├── includes_CXX.rsp
│ │ │ │ ├── linklibs.rsp
│ │ │ │ ├── link.txt
│ │ │ │ ├── objects1.rsp
│ │ │ │ ├── objects.a
│ │ │ │ └── progress.make
│ │ │ └── progress.marks
│ │ ├── cmake_install.cmake
│ │ ├── example1.exe
│ │ ├── example2.exe
│ │ ├── example3.exe
│ │ ├── example4.exe
│ │ ├── example5.exe
│ │ ├── example6.exe
│ │ ├── example7.exe
│ │ ├── libjrtplib.dll
│ │ ├── libjrtplib.dll.a
│ │ ├── libjthread.dll
│ │ ├── libjthread.dll.a
│ │ └── Makefile
│ ├── include
│ │ └── jrtplib
│ │ ├── rtcpapppacket.h
│ │ ├── rtcpbyepacket.h
│ │ ├── rtcpcompoundpacketbuilder.h
│ │ ├── rtcpcompoundpacket.h
│ │ ├── rtcppacketbuilder.h
│ │ ├── rtcppacket.h
│ │ ├── rtcprrpacket.h
│ │ ├── rtcpscheduler.h
│ │ ├── rtcpsdesinfo.h
│ │ ├── rtcpsdespacket.h
│ │ ├── rtcpsrpacket.h
│ │ ├── rtcpunknownpacket.h
│ │ ├── rtpaddress.h
│ │ ├── rtpbyteaddress.h
│ │ ├── rtpcollisionlist.h
│ │ ├── rtpconfig.h
│ │ ├── rtpdebug.h
│ │ ├── rtpdefines.h
│ │ ├── rtperrors.h
│ │ ├── rtpexternaltransmitter.h
│ │ ├── rtphashtable.h
│ │ ├── rtpinternalsourcedata.h
│ │ ├── rtpipv4address.h
│ │ ├── rtpipv4destination.h
│ │ ├── rtpipv6address.h
│ │ ├── rtpipv6destination.h
│ │ ├── rtpkeyhashtable.h
│ │ ├── rtplibraryversion.h
│ │ ├── rtpmemorymanager.h
│ │ ├── rtpmemoryobject.h
│ │ ├── rtppacketbuilder.h
│ │ ├── rtppacket.h
│ │ ├── rtppollthread.h
│ │ ├── rtprandom.h
│ │ ├── rtprandomrand48.h
│ │ ├── rtprandomrands.h
│ │ ├── rtprandomurandom.h
│ │ ├── rtprawpacket.h
│ │ ├── rtpsecuresession.h
│ │ ├── rtpsession.h
│ │ ├── rtpsessionparams.h
│ │ ├── rtpsessionsources.h
│ │ ├── rtpsocketutil.h
│ │ ├── rtpsourcedata.h
│ │ ├── rtpsources.h
│ │ ├── rtpstructs.h
│ │ ├── rtptimeutilities.h
│ │ ├── rtptransmitter.h
│ │ ├── rtptypes.h
│ │ ├── rtptypes_win.h
│ │ ├── rtpudpv4transmitter.h
│ │ └── rtpudpv6transmitter.h
│ ├── install_manifest.txt
│ ├── lib
│ │ ├── cmake
│ │ │ └── JRTPLIB
│ │ │ └── JRTPLIBConfig.cmake
│ │ ├── libjrtplib.dll
│ │ └── libjrtplib.dll.a
│ ├── libsrtp-master
│ │ ├── CHANGES
│ │ ├── config.guess
│ │ ├── config.hw
│ │ ├── config.h_win32vc7
│ │ ├── config_in.h
│ │ ├── config.sub
│ │ ├── configure
│ │ ├── configure.in
│ │ ├── crypto
│ │ │ ├── cipher
│ │ │ │ ├── aes.c
│ │ │ │ ├── aes_gcm_ossl.c
│ │ │ │ ├── aes_icm.c
│ │ │ │ ├── aes_icm_ossl.c
│ │ │ │ ├── cipher.c
│ │ │ │ └── null_cipher.c
│ │ │ ├── hash
│ │ │ │ ├── auth.c
│ │ │ │ ├── hmac.c
│ │ │ │ ├── hmac_ossl.c
│ │ │ │ ├── null_auth.c
│ │ │ │ └── sha1.c
│ │ │ ├── include
│ │ │ │ ├── aes_gcm_ossl.h
│ │ │ │ ├── aes.h
│ │ │ │ ├── aes_icm.h
│ │ │ │ ├── aes_icm_ossl.h
│ │ │ │ ├── alloc.h
│ │ │ │ ├── auth.h
│ │ │ │ ├── cipher.h
│ │ │ │ ├── crypto_kernel.h
│ │ │ │ ├── crypto_math.h
│ │ │ │ ├── crypto_types.h
│ │ │ │ ├── datatypes.h
│ │ │ │ ├── err.h
│ │ │ │ ├── hmac.h
│ │ │ │ ├── integers.h
│ │ │ │ ├── key.h
│ │ │ │ ├── null_auth.h
│ │ │ │ ├── null_cipher.h
│ │ │ │ ├── rdb.h
│ │ │ │ ├── rdbx.h
│ │ │ │ ├── sha1.h
│ │ │ │ └── stat.h
│ │ │ ├── kernel
│ │ │ │ ├── alloc.c
│ │ │ │ ├── crypto_kernel.c
│ │ │ │ ├── err.c
│ │ │ │ └── key.c
│ │ │ ├── Makefile.in
│ │ │ ├── math
│ │ │ │ ├── datatypes.c
│ │ │ │ └── stat.c
│ │ │ ├── replay
│ │ │ │ ├── rdb.c
│ │ │ │ ├── rdbx.c
│ │ │ │ └── ut_sim.c
│ │ │ └── test
│ │ │ ├── aes_calc.c
│ │ │ ├── auth_driver.c
│ │ │ ├── cipher_driver.c
│ │ │ ├── datatypes_driver.c
│ │ │ ├── env.c
│ │ │ ├── kernel_driver.c
│ │ │ ├── sha1_driver.c
│ │ │ └── stat_driver.c
│ │ ├── doc
│ │ │ ├── crypto_kernel.txt
│ │ │ ├── docs.css
│ │ │ ├── Doxyfile.in
│ │ │ └── Makefile.in
│ │ ├── include
│ │ │ ├── ekt.h
│ │ │ ├── getopt_s.h
│ │ │ ├── rtp.h
│ │ │ ├── rtp_priv.h
│ │ │ ├── srtp.h
│ │ │ ├── srtp_priv.h
│ │ │ └── ut_sim.h
│ │ ├── install-sh
│ │ ├── install-win.bat
│ │ ├── libsrtp2.pc.in
│ │ ├── LICENSE
│ │ ├── Makefile.in
│ │ ├── README.md
│ │ ├── srtp
│ │ │ ├── ekt.c
│ │ │ └── srtp.c
│ │ ├── srtp2.vcxproj
│ │ ├── srtp2.vcxproj.filters
│ │ ├── srtp.def
│ │ ├── srtp.sln
│ │ ├── test
│ │ │ ├── dtls_srtp_driver.c
│ │ │ ├── getopt_s.c
│ │ │ ├── lfsr.c
│ │ │ ├── rdbx_driver.c
│ │ │ ├── replay_driver.c
│ │ │ ├── roc_driver.c
│ │ │ ├── rtp.c
│ │ │ ├── rtp_decoder.c
│ │ │ ├── rtp_decoder.h
│ │ │ ├── rtpw.c
│ │ │ ├── rtpw_test_gcm.sh
│ │ │ ├── rtpw_test.sh
│ │ │ ├── srtp_driver.c
│ │ │ ├── util.c
│ │ │ └── util.h
│ │ ├── timing
│ │ ├── undos.sh
│ │ ├── update.sh
│ │ └── VERSION
│ ├── Makefile
│ └── src
│ ├── CMakeFiles
│ │ ├── CMakeDirectoryInformation.cmake
│ │ ├── jrtplib-shared.dir
│ │ │ ├── build.make
│ │ │ ├── cmake_clean.cmake
│ │ │ ├── CXX.includecache
│ │ │ ├── DependInfo.cmake
│ │ │ ├── depend.internal
│ │ │ ├── depend.make
│ │ │ ├── flags.make
│ │ │ ├── includes_CXX.rsp
│ │ │ ├── linklibs.rsp
│ │ │ ├── link.txt
│ │ │ ├── objects1.rsp
│ │ │ ├── objects.a
│ │ │ ├── progress.make
│ │ │ ├── rtcpapppacket.cpp.obj
│ │ │ ├── rtcpbyepacket.cpp.obj
│ │ │ ├── rtcpcompoundpacketbuilder.cpp.obj
│ │ │ ├── rtcpcompoundpacket.cpp.obj
│ │ │ ├── rtcppacketbuilder.cpp.obj
│ │ │ ├── rtcppacket.cpp.obj
│ │ │ ├── rtcprrpacket.cpp.obj
│ │ │ ├── rtcpscheduler.cpp.obj
│ │ │ ├── rtcpsdesinfo.cpp.obj
│ │ │ ├── rtcpsdespacket.cpp.obj
│ │ │ ├── rtcpsrpacket.cpp.obj
│ │ │ ├── rtpbyteaddress.cpp.obj
│ │ │ ├── rtpcollisionlist.cpp.obj
│ │ │ ├── rtpdebug.cpp.obj
│ │ │ ├── rtperrors.cpp.obj
│ │ │ ├── rtpexternaltransmitter.cpp.obj
│ │ │ ├── rtpinternalsourcedata.cpp.obj
│ │ │ ├── rtpipv4address.cpp.obj
│ │ │ ├── rtpipv4destination.cpp.obj
│ │ │ ├── rtpipv6address.cpp.obj
│ │ │ ├── rtpipv6destination.cpp.obj
│ │ │ ├── rtplibraryversion.cpp.obj
│ │ │ ├── rtppacketbuilder.cpp.obj
│ │ │ ├── rtppacket.cpp.obj
│ │ │ ├── rtppollthread.cpp.obj
│ │ │ ├── rtprandom.cpp.obj
│ │ │ ├── rtprandomrand48.cpp.obj
│ │ │ ├── rtprandomrands.cpp.obj
│ │ │ ├── rtprandomurandom.cpp.obj
│ │ │ ├── rtpsecuresession.cpp.obj
│ │ │ ├── rtpsession.cpp.obj
│ │ │ ├── rtpsessionparams.cpp.obj
│ │ │ ├── rtpsessionsources.cpp.obj
│ │ │ ├── rtpsourcedata.cpp.obj
│ │ │ ├── rtpsources.cpp.obj
│ │ │ ├── rtptimeutilities.cpp.obj
│ │ │ ├── rtpudpv4transmitter.cpp.obj
│ │ │ └── rtpudpv6transmitter.cpp.obj
│ │ └── progress.marks
│ ├── cmake_install.cmake
│ ├── libjrtplib.dll
│ ├── libjrtplib.dll.a
│ ├── Makefile
│ ├── rtpconfig.h
│ ├── rtplibraryversioninternal.h
│ └── rtptypes.h
└── jthread
├── cmake
│ └── JThreadConfig.cmake
├── CMakeCache.txt
├── CMakeFiles
│ ├── 3.8.0-rc1
│ │ ├── CMakeCCompiler.cmake
│ │ ├── CMakeCXXCompiler.cmake
│ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ ├── CMakeRCCompiler.cmake
│ │ ├── CMakeSystem.cmake
│ │ ├── CompilerIdC
│ │ │ ├── a.exe
│ │ │ ├── CMakeCCompilerId.c
│ │ │ └── tmp
│ │ └── CompilerIdCXX
│ │ ├── a.exe
│ │ ├── CMakeCXXCompilerId.cpp
│ │ └── tmp
│ ├── cmake.check_cache
│ ├── CMakeDirectoryInformation.cmake
│ ├── CMakeOutput.log
│ ├── CMakeTmp
│ ├── feature_tests.bin
│ ├── feature_tests.c
│ ├── feature_tests.cxx
│ ├── Makefile2
│ ├── Makefile.cmake
│ ├── progress.marks
│ └── TargetDirectories.txt
├── cmake_install.cmake
├── include
│ ├── jmutexautolock.h
│ ├── jmutex.h
│ ├── jthread
│ │ ├── jmutexautolock.h
│ │ ├── jmutex.h
│ │ ├── jthreadconfig.h
│ │ └── jthread.h
│ ├── jthreadconfig.h
│ └── jthread.h
├── install_manifest.txt
├── lib
│ ├── cmake
│ │ └── JThread
│ │ └── JThreadConfig.cmake
│ ├── libjthread.dll
│ └── libjthread.dll.a
├── Makefile
└── src
├── CMakeFiles
│ ├── CMakeDirectoryInformation.cmake
│ ├── jthread-shared.dir
│ │ ├── build.make
│ │ ├── cmake_clean.cmake
│ │ ├── CXX.includecache
│ │ ├── DependInfo.cmake
│ │ ├── depend.internal
│ │ ├── depend.make
│ │ ├── flags.make
│ │ ├── includes_CXX.rsp
│ │ ├── linklibs.rsp
│ │ ├── link.txt
│ │ ├── objects1.rsp
│ │ ├── objects.a
│ │ ├── progress.make
│ │ └── win32
│ │ ├── jmutex.cpp.obj
│ │ └── jthread.cpp.obj
│ └── progress.marks
├── cmake_install.cmake
├── jthreadconfig.h
├── libjthread.dll
├── libjthread.dll.a
└── Makefile
59 directories, 423 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论