实例介绍
EasyDarwin-master,流媒体服务器,C++,支持HLS
【实例截图】
【核心代码】
4744300845392952722.zip
└── EasyDarwin-master
├── APPLE_LICENSE
├── CMS
│ ├── APICommonCode
│ │ ├── APICommonCode.vcproj
│ │ ├── APICommonCode.vcxproj
│ │ ├── APICommonCode.vcxproj.filters
│ │ ├── QTAccessFile.cpp
│ │ ├── QTAccessFile.h
│ │ ├── QTSSMemoryDeleter.h
│ │ ├── QTSSModuleUtils.cpp
│ │ ├── QTSSModuleUtils.h
│ │ ├── QTSSRollingLog.cpp
│ │ ├── QTSSRollingLog.h
│ │ ├── SDPSourceInfo.h
│ │ └── SourceInfo.h
│ ├── APIStubLib
│ │ ├── APIStubLib.vcproj
│ │ ├── APIStubLib.vcxproj
│ │ ├── APIStubLib.vcxproj.filters
│ │ ├── BuildAPIStubLib
│ │ ├── makefile.apistublib.POSIX
│ │ ├── QTSS.h
│ │ ├── QTSS_Private.cpp
│ │ ├── QTSS_Private.h
│ │ └── QTSSRTSPProtocol.h
│ ├── Buildit
│ ├── clean
│ ├── defaultPaths.h
│ ├── dobuildit
│ ├── Makefile
│ ├── Makefile.POSIX
│ ├── nbproject
│ │ ├── configurations.xml
│ │ ├── Makefile-Debug.mk
│ │ ├── Makefile-impl.mk
│ │ ├── Makefile-Release.mk
│ │ ├── Makefile-variables.mk
│ │ ├── Package-Debug.bash
│ │ ├── Package-Release.bash
│ │ └── project.xml
│ ├── PrefsSourceLib
│ │ ├── FilePrefsSource.cpp
│ │ ├── FilePrefsSource.h
│ │ ├── NetInfoPrefsSource.cpp
│ │ ├── NetInfoPrefsSource.h
│ │ ├── nilib2.c
│ │ ├── nilib2.h
│ │ ├── PrefsSource.h
│ │ ├── XMLParser.cpp
│ │ ├── XMLParser.h
│ │ ├── XMLPrefsParser.cpp
│ │ └── XMLPrefsParser.h
│ ├── Server.tproj
│ │ ├── BaseRequestInterface.cpp
│ │ ├── BaseRequestInterface.h
│ │ ├── BaseRequestStream.cpp
│ │ ├── BaseRequestStream.h
│ │ ├── BaseResponseStream.cpp
│ │ ├── BaseResponseStream.h
│ │ ├── BaseSessionInterface.cpp
│ │ ├── BaseSessionInterface.h
│ │ ├── GenerateXMLPrefs.cpp
│ │ ├── GenerateXMLPrefs.h
│ │ ├── main.cpp
│ │ ├── QTSSCallbacks.cpp
│ │ ├── QTSSCallbacks.h
│ │ ├── QTSSDataConverter.cpp
│ │ ├── QTSSDataConverter.h
│ │ ├── QTSSDictionary.cpp
│ │ ├── QTSSDictionary.h
│ │ ├── QTSSErrorLogModule.cpp
│ │ ├── QTSSErrorLogModule.h
│ │ ├── QTSServer.cpp
│ │ ├── QTSServer.h
│ │ ├── QTSServerInterface.cpp
│ │ ├── QTSServerInterface.h
│ │ ├── QTSServerPrefs.cpp
│ │ ├── QTSServerPrefs.h
│ │ ├── QTSSExpirationDate.cpp
│ │ ├── QTSSExpirationDate.h
│ │ ├── QTSSFile.cpp
│ │ ├── QTSSFile.h
│ │ ├── QTSSMessages.cpp
│ │ ├── QTSSMessages.h
│ │ ├── QTSSModule.cpp
│ │ ├── QTSSModule.h
│ │ ├── QTSSPrefs.cpp
│ │ ├── QTSSPrefs.h
│ │ ├── QTSSSocket.cpp
│ │ ├── QTSSSocket.h
│ │ ├── QTSSStream.h
│ │ ├── QTSSUserProfile.cpp
│ │ ├── QTSSUserProfile.h
│ │ ├── RTSPProtocol.cpp
│ │ ├── RTSPProtocol.h
│ │ ├── RTSPRequestInterface.h
│ │ ├── RunServer.cpp
│ │ ├── RunServer.h
│ │ ├── ServiceSession.cpp
│ │ ├── servicesession.h
│ │ └── win32main.cpp
│ └── WinNTSupport
│ ├── CMS.sln
│ ├── CMS.vcproj
│ ├── config.xml
│ └── Logs
│ └── dms_status
├── CommonUtilitiesLib
│ ├── atomic.cpp
│ ├── atomic.h
│ ├── base64.c
│ ├── base64.h
│ ├── CommonUtilitiesLib.vcproj
│ ├── ConfParser.cpp
│ ├── ConfParser.h
│ ├── daemon.c
│ ├── daemon.h
│ ├── DateTranslator.cpp
│ ├── DateTranslator.h
│ ├── DssStopwatch.h
│ ├── ev.cpp
│ ├── EventContext.cpp
│ ├── EventContext.h
│ ├── ev.h
│ ├── FastCopyMacros.h
│ ├── getopt.c
│ ├── getopt.h
│ ├── GetWord.c
│ ├── GetWord.h
│ ├── IdleTask.cpp
│ ├── IdleTask.h
│ ├── MakeDir.c
│ ├── MakeDir.h
│ ├── Makefile
│ ├── Makefile.POSIX
│ ├── md5.c
│ ├── md5digest.cpp
│ ├── md5digest.h
│ ├── md5.h
│ ├── MyAssert.cpp
│ ├── MyAssert.h
│ ├── mycondition.cpp
│ ├── mycondition.h
│ ├── mymutex.cpp
│ ├── mymutex.h
│ ├── nbproject
│ │ ├── configurations.xml
│ │ ├── Makefile-Debug.mk
│ │ ├── Makefile-impl.mk
│ │ ├── Makefile-Release.mk
│ │ ├── Makefile-variables.mk
│ │ └── project.xml
│ ├── OSArrayObjectDeleter.h
│ ├── OSBufferPool.cpp
│ ├── OSBufferPool.h
│ ├── OSCodeFragment.cpp
│ ├── OSCodeFragment.h
│ ├── OSCond.cpp
│ ├── OSCond.h
│ ├── OS.cpp
│ ├── OSFileSource.cpp
│ ├── OSFileSource.h
│ ├── OS.h
│ ├── OSHashTable.h
│ ├── OSHeaders.h
│ ├── OSHeap.cpp
│ ├── OSHeap.h
│ ├── OSMemory.h
│ ├── OSMutex.cpp
│ ├── OSMutex.h
│ ├── OSMutexRW.cpp
│ ├── OSMutexRW.h
│ ├── OSQueue.cpp
│ ├── OSQueue.h
│ ├── OSRef.cpp
│ ├── OSRef.h
│ ├── OSThread.cpp
│ ├── OSThread.h
│ ├── PathDelimiter.h
│ ├── PLDoubleLinkedList.h
│ ├── QueryParamList.cpp
│ ├── QueryParamList.h
│ ├── ResizeableStringFormatter.cpp
│ ├── ResizeableStringFormatter.h
│ ├── SafeStdLib.h
│ ├── SDPUtils.cpp
│ ├── SDPUtils.h
│ ├── Socket.cpp
│ ├── Socket.h
│ ├── SocketUtils.cpp
│ ├── SocketUtils.h
│ ├── StopWatch.h
│ ├── StringFormatter.cpp
│ ├── StringFormatter.h
│ ├── StringParser.cpp
│ ├── StringParser.h
│ ├── StringTranslator.cpp
│ ├── StringTranslator.h
│ ├── StrPtrLen.cpp
│ ├── StrPtrLen.h
│ ├── SVector.h
│ ├── Task.cpp
│ ├── Task.h
│ ├── TCPListenerSocket.cpp
│ ├── TCPListenerSocket.h
│ ├── TCPSocket.cpp
│ ├── TCPSocket.h
│ ├── tempcalls.h
│ ├── TimeoutTask.cpp
│ ├── TimeoutTask.h
│ ├── Trim.c
│ ├── Trim.h
│ ├── UDPDemuxer.cpp
│ ├── UDPDemuxer.h
│ ├── UDPSocket.cpp
│ ├── UDPSocket.h
│ ├── UDPSocketPool.cpp
│ ├── UDPSocketPool.h
│ ├── UserAgentParser.cpp
│ ├── UserAgentParser.h
│ └── win32ev.cpp
├── EasyDarwin
│ ├── APICommonCode
│ │ ├── APICommonCode.vcproj
│ │ ├── QTAccessFile.cpp
│ │ ├── QTAccessFile.h
│ │ ├── QTSS3GPPModuleUtils.cpp
│ │ ├── QTSS3GPPModuleUtils.h
│ │ ├── QTSSMemoryDeleter.h
│ │ ├── QTSSModuleUtils.cpp
│ │ ├── QTSSModuleUtils.h
│ │ ├── QTSSRollingLog.cpp
│ │ ├── QTSSRollingLog.h
│ │ ├── SDPSourceInfo.cpp
│ │ ├── SDPSourceInfo.h
│ │ ├── SourceInfo.cpp
│ │ └── SourceInfo.h
│ ├── APIModules
│ │ ├── OSMemory_Modules
│ │ │ └── OSMemory_Modules.cpp
│ │ ├── QTSSAccessLogModule
│ │ │ ├── QTSSAccessLogModule.cpp
│ │ │ └── QTSSAccessLogModule.h
│ │ ├── QTSSAccessModule
│ │ │ ├── AccessChecker.cpp
│ │ │ ├── AccessChecker.h
│ │ │ ├── QTSSAccessModule.cpp
│ │ │ └── QTSSAccessModule.h
│ │ ├── QTSSAdminModule
│ │ │ ├── AdminElementNode.cpp
│ │ │ ├── AdminElementNode.h
│ │ │ ├── AdminQuery.cpp
│ │ │ ├── AdminQuery.h
│ │ │ ├── QTSSAdminModule.cpp
│ │ │ └── QTSSAdminModule.h
│ │ ├── QTSSDemoAuthorizationModule.bproj
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSDemoAuthorizationModule.cpp
│ │ │ └── QTSSDemoAuthorizationModule.h
│ │ ├── QTSSDemoRedirectModule.bproj
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSDemoRedirectModule.cpp
│ │ │ └── QTSSDemoRedirectModule.h
│ │ ├── QTSSDemoSMILModule.bproj
│ │ │ ├── QTSSDemoSMILModule.cpp
│ │ │ └── QTSSDemoSMILModule.h
│ │ ├── QTSSDSAuthModule
│ │ │ ├── DSAccessChecker.cpp
│ │ │ ├── DSAccessChecker.h
│ │ │ ├── DSWrappers
│ │ │ │ ├── CDirService.cpp
│ │ │ │ ├── CDirService.h
│ │ │ │ ├── DSBuffer.cpp
│ │ │ │ ├── DSBuffer.h
│ │ │ │ ├── DSDataList.h
│ │ │ │ └── DSDataNode.h
│ │ │ ├── QTSSDSAuthModule.cpp
│ │ │ └── QTSSDSAuthModule.h
│ │ ├── QTSSFileModule
│ │ │ ├── QTSSFileModule.cpp
│ │ │ └── QTSSFileModule.h
│ │ ├── QTSSFilePrivsModule.bproj
│ │ │ ├── QTSSFilePrivsModule.cpp
│ │ │ └── QTSSFilePrivsModule.h
│ │ ├── QTSSFlowControlModule
│ │ │ ├── QTSSFlowControlModule.cpp
│ │ │ └── QTSSFlowControlModule.h
│ │ ├── QTSSHomeDirectoryModule
│ │ │ ├── createuserstreamingdir
│ │ │ ├── DirectoryInfo.cpp
│ │ │ ├── DirectoryInfo.h
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSHomeDirectoryModule.cpp
│ │ │ └── QTSSHomeDirectoryModule.h
│ │ ├── QTSSHttpFileModule
│ │ │ ├── QTSSHttpFileModule.cpp
│ │ │ └── QTSSHttpFileModule.h
│ │ ├── QTSSMP3StreamingModule
│ │ │ ├── QTSSMP3StreamingModule.cpp
│ │ │ └── QTSSMP3StreamingModule.h
│ │ ├── QTSSPOSIXFileSysModule
│ │ │ ├── QTSSPosixFileSysModule.cpp
│ │ │ └── QTSSPosixFileSysModule.h
│ │ ├── QTSSProxyModule
│ │ │ ├── QTSSProxyModule.cpp
│ │ │ └── QTSSProxyModule.h
│ │ ├── QTSSRawFileModule.bproj
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSRawFileModule.cpp
│ │ │ ├── QTSSRawFileModule.h
│ │ │ ├── QTSSRawFileModule.vcproj
│ │ │ ├── README-RawFileModule
│ │ │ └── sampleredirect.raw
│ │ ├── QTSSReflectorModule
│ │ │ ├── QTSSOnDemandRelayModule.cpp
│ │ │ ├── QTSSOnDemandRelayModule.h
│ │ │ ├── QTSSReflectorModule.cpp
│ │ │ ├── QTSSReflectorModule.h
│ │ │ ├── QTSSRelayModule.cpp
│ │ │ ├── QTSSRelayModule.h
│ │ │ ├── QTSSSplitterModule.cpp
│ │ │ ├── QTSSSplitterModule.h
│ │ │ ├── RCFSourceInfo.cpp
│ │ │ ├── RCFSourceInfo.h
│ │ │ ├── ReflectorOutput.h
│ │ │ ├── ReflectorSession.cpp
│ │ │ ├── ReflectorSession.h
│ │ │ ├── ReflectorStream.cpp
│ │ │ ├── ReflectorStream.h
│ │ │ ├── RelayOutput.cpp
│ │ │ ├── RelayOutput.h
│ │ │ ├── RelaySDPSourceInfo.cpp
│ │ │ ├── RelaySDPSourceInfo.h
│ │ │ ├── RelaySession.cpp
│ │ │ ├── RelaySession.h
│ │ │ ├── RTPSessionOutput.cpp
│ │ │ ├── RTPSessionOutput.h
│ │ │ ├── RTSPSourceInfo.cpp
│ │ │ ├── RTSPSourceInfo.h
│ │ │ ├── SequenceNumberMap.cpp
│ │ │ └── SequenceNumberMap.h
│ │ ├── QTSSRefMovieModule
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSRefMovieModule.cpp
│ │ │ ├── QTSSRefMovieModule.dsw
│ │ │ ├── QTSSRefMovieModule.h
│ │ │ └── QTSSRefMovieModule.vcproj
│ │ ├── QTSSRTPFileModule
│ │ │ ├── QTSSRTPFileModule.cpp
│ │ │ ├── QTSSRTPFileModule.h
│ │ │ ├── RTPFileSession.cpp
│ │ │ └── RTPFileSession.h
│ │ ├── QTSSSpamDefenseModule.bproj
│ │ │ ├── Makefile.POSIX
│ │ │ ├── QTSSSpamDefenseModule.cpp
│ │ │ ├── QTSSSpamDefenseModule.h
│ │ │ └── QTSSSpamDefenseModule.vcproj
│ │ ├── QTSSWebDebugModule
│ │ │ ├── QTSSWebDebugModule.cpp
│ │ │ └── QTSSWebDebugModule.h
│ │ └── QTSSWebStatsModule
│ │ ├── QTSSWebStatsModule.cpp
│ │ └── QTSSWebStatsModule.h
│ ├── APIStubLib
│ │ ├── APIStubLib.vcproj
│ │ ├── BuildAPIStubLib
│ │ ├── makefile.apistublib.POSIX
│ │ ├── QTSS.h
│ │ ├── QTSS_Private.cpp
│ │ ├── QTSS_Private.h
│ │ └── QTSSRTSPProtocol.h
│ ├── Buildit
│ ├── clean
│ ├── defaultPaths.h
│ ├── Demo.mp4
│ ├── DeployEasyDarwin
│ ├── live555
│ │ ├── BasicUsageEnvironment
│ │ │ ├── BasicHashTable.cpp
│ │ │ ├── BasicTaskScheduler0.cpp
│ │ │ ├── BasicTaskScheduler.cpp
│ │ │ ├── BasicUsageEnvironment0.cpp
│ │ │ ├── BasicUsageEnvironment.cpp
│ │ │ ├── DelayQueue.cpp
│ │ │ ├── include
│ │ │ │ ├── BasicHashTable.hh
│ │ │ │ ├── BasicUsageEnvironment0.hh
│ │ │ │ ├── BasicUsageEnvironment.hh
│ │ │ │ ├── BasicUsageEnvironment_version.hh
│ │ │ │ ├── DelayQueue.hh
│ │ │ │ └── HandlerSet.hh
│ │ │ ├── Makefile
│ │ │ ├── Makefile.head
│ │ │ └── Makefile.tail
│ │ ├── config.aix
│ │ ├── config.alpha
│ │ ├── config.armeb-uclibc
│ │ ├── config.armlinux
│ │ ├── config.avr32-linux
│ │ ├── config.bfin-linux-uclibc
│ │ ├── config.bfin-uclinux
│ │ ├── config.bsplinux
│ │ ├── config.cris-axis-linux-gnu
│ │ ├── config.cygwin
│ │ ├── config.cygwin-for-vlc
│ │ ├── config.freebsd
│ │ ├── config.iphoneos
│ │ ├── config.iphone-simulator
│ │ ├── config.irix
│ │ ├── config.linux
│ │ ├── config.linux-64bit
│ │ ├── config.linux-gdb
│ │ ├── config.linux-with-shared-libraries
│ │ ├── config.macosx
│ │ ├── config.macosx-32bit
│ │ ├── config.macosx-before-version-10.4
│ │ ├── config.mingw
│ │ ├── config.openbsd
│ │ ├── config.qnx4
│ │ ├── config.solaris-32bit
│ │ ├── config.solaris-64bit
│ │ ├── config.sunos
│ │ ├── config.uClinux
│ │ ├── configure
│ │ ├── COPYING
│ │ ├── fix-makefile
│ │ ├── genMakefiles
│ │ ├── genWindowsMakefiles
│ │ ├── genWindowsMakefiles.cmd
│ │ ├── groupsock
│ │ │ ├── GroupEId.cpp
│ │ │ ├── Groupsock.cpp
│ │ │ ├── GroupsockHelper.cpp
│ │ │ ├── include
│ │ │ │ ├── GroupEId.hh
│ │ │ │ ├── GroupsockHelper.hh
│ │ │ │ ├── Groupsock.hh
│ │ │ │ ├── groupsock_version.hh
│ │ │ │ ├── IOHandlers.hh
│ │ │ │ ├── NetAddress.hh
│ │ │ │ ├── NetCommon.h
│ │ │ │ ├── NetInterface.hh
│ │ │ │ └── TunnelEncaps.hh
│ │ │ ├── inet.c
│ │ │ ├── IOHandlers.cpp
│ │ │ ├── Makefile
│ │ │ ├── Makefile.head
│ │ │ ├── Makefile.tail
│ │ │ ├── NetAddress.cpp
│ │ │ └── NetInterface.cpp
│ │ ├── liblive555.vcproj
│ │ ├── liveMedia
│ │ │ ├── AC3AudioFileServerMediaSubsession.cpp
│ │ │ ├── AC3AudioRTPSink.cpp
│ │ │ ├── AC3AudioRTPSource.cpp
│ │ │ ├── AC3AudioStreamFramer.cpp
│ │ │ ├── ADTSAudioFileServerMediaSubsession.cpp
│ │ │ ├── ADTSAudioFileSource.cpp
│ │ │ ├── AMRAudioFileServerMediaSubsession.cpp
│ │ │ ├── AMRAudioFileSink.cpp
│ │ │ ├── AMRAudioFileSource.cpp
│ │ │ ├── AMRAudioRTPSink.cpp
│ │ │ ├── AMRAudioRTPSource.cpp
│ │ │ ├── AMRAudioSource.cpp
│ │ │ ├── AudioInputDevice.cpp
│ │ │ ├── AudioRTPSink.cpp
│ │ │ ├── AVIFileSink.cpp
│ │ │ ├── Base64.cpp
│ │ │ ├── BasicUDPSink.cpp
│ │ │ ├── BasicUDPSource.cpp
│ │ │ ├── BitVector.cpp
│ │ │ ├── ByteStreamFileSource.cpp
│ │ │ ├── ByteStreamMemoryBufferSource.cpp
│ │ │ ├── ByteStreamMultiFileSource.cpp
│ │ │ ├── DarwinInjector.cpp
│ │ │ ├── DeviceSource.cpp
│ │ │ ├── DigestAuthentication.cpp
│ │ │ ├── DVVideoFileServerMediaSubsession.cpp
│ │ │ ├── DVVideoRTPSink.cpp
│ │ │ ├── DVVideoRTPSource.cpp
│ │ │ ├── DVVideoStreamFramer.cpp
│ │ │ ├── EBMLNumber.cpp
│ │ │ ├── EBMLNumber.hh
│ │ │ ├── FileServerMediaSubsession.cpp
│ │ │ ├── FileSink.cpp
│ │ │ ├── FramedFileSource.cpp
│ │ │ ├── FramedFilter.cpp
│ │ │ ├── FramedSource.cpp
│ │ │ ├── GSMAudioRTPSink.cpp
│ │ │ ├── H261VideoRTPSource.cpp
│ │ │ ├── H263plusVideoFileServerMediaSubsession.cpp
│ │ │ ├── H263plusVideoRTPSink.cpp
│ │ │ ├── H263plusVideoRTPSource.cpp
│ │ │ ├── H263plusVideoStreamFramer.cpp
│ │ │ ├── H263plusVideoStreamParser.cpp
│ │ │ ├── H263plusVideoStreamParser.hh
│ │ │ ├── H264or5VideoFileSink.cpp
│ │ │ ├── H264or5VideoRTPSink.cpp
│ │ │ ├── H264or5VideoStreamDiscreteFramer.cpp
│ │ │ ├── H264or5VideoStreamFramer.cpp
│ │ │ ├── H264VideoFileServerMediaSubsession.cpp
│ │ │ ├── H264VideoFileSink.cpp
│ │ │ ├── H264VideoRTPSink.cpp
│ │ │ ├── H264VideoRTPSource.cpp
│ │ │ ├── H264VideoStreamDiscreteFramer.cpp
│ │ │ ├── H264VideoStreamFramer.cpp
│ │ │ ├── H265VideoFileServerMediaSubsession.cpp
│ │ │ ├── H265VideoFileSink.cpp
│ │ │ ├── H265VideoRTPSink.cpp
│ │ │ ├── H265VideoRTPSource.cpp
│ │ │ ├── H265VideoStreamDiscreteFramer.cpp
│ │ │ ├── H265VideoStreamFramer.cpp
│ │ │ ├── include
│ │ │ │ ├── AC3AudioFileServerMediaSubsession.hh
│ │ │ │ ├── AC3AudioRTPSink.hh
│ │ │ │ ├── AC3AudioRTPSource.hh
│ │ │ │ ├── AC3AudioStreamFramer.hh
│ │ │ │ ├── ADTSAudioFileServerMediaSubsession.hh
│ │ │ │ ├── ADTSAudioFileSource.hh
│ │ │ │ ├── AMRAudioFileServerMediaSubsession.hh
│ │ │ │ ├── AMRAudioFileSink.hh
│ │ │ │ ├── AMRAudioFileSource.hh
│ │ │ │ ├── AMRAudioRTPSink.hh
│ │ │ │ ├── AMRAudioRTPSource.hh
│ │ │ │ ├── AMRAudioSource.hh
│ │ │ │ ├── AudioInputDevice.hh
│ │ │ │ ├── AudioRTPSink.hh
│ │ │ │ ├── AVIFileSink.hh
│ │ │ │ ├── Base64.hh
│ │ │ │ ├── BasicUDPSink.hh
│ │ │ │ ├── BasicUDPSource.hh
│ │ │ │ ├── BitVector.hh
│ │ │ │ ├── ByteStreamFileSource.hh
│ │ │ │ ├── ByteStreamMemoryBufferSource.hh
│ │ │ │ ├── ByteStreamMultiFileSource.hh
│ │ │ │ ├── DarwinInjector.hh
│ │ │ │ ├── DeviceSource.hh
│ │ │ │ ├── DigestAuthentication.hh
│ │ │ │ ├── DVVideoFileServerMediaSubsession.hh
│ │ │ │ ├── DVVideoRTPSink.hh
│ │ │ │ ├── DVVideoRTPSource.hh
│ │ │ │ ├── DVVideoStreamFramer.hh
│ │ │ │ ├── FileServerMediaSubsession.hh
│ │ │ │ ├── FileSink.hh
│ │ │ │ ├── FramedFileSource.hh
│ │ │ │ ├── FramedFilter.hh
│ │ │ │ ├── FramedSource.hh
│ │ │ │ ├── GSMAudioRTPSink.hh
│ │ │ │ ├── H261VideoRTPSource.hh
│ │ │ │ ├── H263plusVideoFileServerMediaSubsession.hh
│ │ │ │ ├── H263plusVideoRTPSink.hh
│ │ │ │ ├── H263plusVideoRTPSource.hh
│ │ │ │ ├── H263plusVideoStreamFramer.hh
│ │ │ │ ├── H264or5VideoFileSink.hh
│ │ │ │ ├── H264or5VideoRTPSink.hh
│ │ │ │ ├── H264or5VideoStreamDiscreteFramer.hh
│ │ │ │ ├── H264or5VideoStreamFramer.hh
│ │ │ │ ├── H264VideoFileServerMediaSubsession.hh
│ │ │ │ ├── H264VideoFileSink.hh
│ │ │ │ ├── H264VideoRTPSink.hh
│ │ │ │ ├── H264VideoRTPSource.hh
│ │ │ │ ├── H264VideoStreamDiscreteFramer.hh
│ │ │ │ ├── H264VideoStreamFramer.hh
│ │ │ │ ├── H265VideoFileServerMediaSubsession.hh
│ │ │ │ ├── H265VideoFileSink.hh
│ │ │ │ ├── H265VideoRTPSink.hh
│ │ │ │ ├── H265VideoRTPSource.hh
│ │ │ │ ├── H265VideoStreamDiscreteFramer.hh
│ │ │ │ ├── H265VideoStreamFramer.hh
│ │ │ │ ├── InputFile.hh
│ │ │ │ ├── JPEGVideoRTPSink.hh
│ │ │ │ ├── JPEGVideoRTPSource.hh
│ │ │ │ ├── JPEGVideoSource.hh
│ │ │ │ ├── liveMedia.hh
│ │ │ │ ├── liveMedia_version.hh
│ │ │ │ ├── Locale.hh
│ │ │ │ ├── MatroskaFile.hh
│ │ │ │ ├── MatroskaFileServerDemux.hh
│ │ │ │ ├── Media.hh
│ │ │ │ ├── MediaSession.hh
│ │ │ │ ├── MediaSink.hh
│ │ │ │ ├── MediaSource.hh
│ │ │ │ ├── MP3ADU.hh
│ │ │ │ ├── MP3ADUinterleaving.hh
│ │ │ │ ├── MP3ADURTPSink.hh
│ │ │ │ ├── MP3ADURTPSource.hh
│ │ │ │ ├── MP3ADUTranscoder.hh
│ │ │ │ ├── MP3AudioFileServerMediaSubsession.hh
│ │ │ │ ├── MP3FileSource.hh
│ │ │ │ ├── MP3Transcoder.hh
│ │ │ │ ├── MPEG1or2AudioRTPSink.hh
│ │ │ │ ├── MPEG1or2AudioRTPSource.hh
│ │ │ │ ├── MPEG1or2AudioStreamFramer.hh
│ │ │ │ ├── MPEG1or2DemuxedElementaryStream.hh
│ │ │ │ ├── MPEG1or2DemuxedServerMediaSubsession.hh
│ │ │ │ ├── MPEG1or2Demux.hh
│ │ │ │ ├── MPEG1or2FileServerDemux.hh
│ │ │ │ ├── MPEG1or2VideoFileServerMediaSubsession.hh
│ │ │ │ ├── MPEG1or2VideoRTPSink.hh
│ │ │ │ ├── MPEG1or2VideoRTPSource.hh
│ │ │ │ ├── MPEG1or2VideoStreamDiscreteFramer.hh
│ │ │ │ ├── MPEG1or2VideoStreamFramer.hh
│ │ │ │ ├── MPEG2IndexFromTransportStream.hh
│ │ │ │ ├── MPEG2TransportFileServerMediaSubsession.hh
│ │ │ │ ├── MPEG2TransportStreamFramer.hh
│ │ │ │ ├── MPEG2TransportStreamFromESSource.hh
│ │ │ │ ├── MPEG2TransportStreamFromPESSource.hh
│ │ │ │ ├── MPEG2TransportStreamIndexFile.hh
│ │ │ │ ├── MPEG2TransportStreamMultiplexor.hh
│ │ │ │ ├── MPEG2TransportStreamTrickModeFilter.hh
│ │ │ │ ├── MPEG2TransportUDPServerMediaSubsession.hh
│ │ │ │ ├── MPEG4ESVideoRTPSink.hh
│ │ │ │ ├── MPEG4ESVideoRTPSource.hh
│ │ │ │ ├── MPEG4GenericRTPSink.hh
│ │ │ │ ├── MPEG4GenericRTPSource.hh
│ │ │ │ ├── MPEG4LATMAudioRTPSink.hh
│ │ │ │ ├── MPEG4LATMAudioRTPSource.hh
│ │ │ │ ├── MPEG4VideoFileServerMediaSubsession.hh
│ │ │ │ ├── MPEG4VideoStreamDiscreteFramer.hh
│ │ │ │ ├── MPEG4VideoStreamFramer.hh
│ │ │ │ ├── MPEGVideoStreamFramer.hh
│ │ │ │ ├── MultiFramedRTPSink.hh
│ │ │ │ ├── MultiFramedRTPSource.hh
│ │ │ │ ├── OggFile.hh
│ │ │ │ ├── OggFileServerDemux.hh
│ │ │ │ ├── OggFileSink.hh
│ │ │ │ ├── OnDemandServerMediaSubsession.hh
│ │ │ │ ├── ourMD5.hh
│ │ │ │ ├── OutputFile.hh
│ │ │ │ ├── PassiveServerMediaSubsession.hh
│ │ │ │ ├── ProxyServerMediaSession.hh
│ │ │ │ ├── QCELPAudioRTPSource.hh
│ │ │ │ ├── QuickTimeFileSink.hh
│ │ │ │ ├── QuickTimeGenericRTPSource.hh
│ │ │ │ ├── RTCP.hh
│ │ │ │ ├── RTPInterface.hh
│ │ │ │ ├── RTPSink.hh
│ │ │ │ ├── RTPSource.hh
│ │ │ │ ├── RTSPClient.hh
│ │ │ │ ├── RTSPCommon.hh
│ │ │ │ ├── RTSPRegisterSender.hh
│ │ │ │ ├── RTSPServer.hh
│ │ │ │ ├── RTSPServerSupportingHTTPStreaming.hh
│ │ │ │ ├── ServerMediaSession.hh
│ │ │ │ ├── SimpleRTPSink.hh
│ │ │ │ ├── SimpleRTPSource.hh
│ │ │ │ ├── SIPClient.hh
│ │ │ │ ├── StreamReplicator.hh
│ │ │ │ ├── T140TextRTPSink.hh
│ │ │ │ ├── TCPStreamSink.hh
│ │ │ │ ├── TextRTPSink.hh
│ │ │ │ ├── TheoraVideoRTPSink.hh
│ │ │ │ ├── TheoraVideoRTPSource.hh
│ │ │ │ ├── uLawAudioFilter.hh
│ │ │ │ ├── VideoRTPSink.hh
│ │ │ │ ├── VorbisAudioRTPSink.hh
│ │ │ │ ├── VorbisAudioRTPSource.hh
│ │ │ │ ├── VP8VideoRTPSink.hh
│ │ │ │ ├── VP8VideoRTPSource.hh
│ │ │ │ ├── VP9VideoRTPSink.hh
│ │ │ │ ├── VP9VideoRTPSource.hh
│ │ │ │ ├── WAVAudioFileServerMediaSubsession.hh
│ │ │ │ └── WAVAudioFileSource.hh
│ │ │ ├── InputFile.cpp
│ │ │ ├── JPEGVideoRTPSink.cpp
│ │ │ ├── JPEGVideoRTPSource.cpp
│ │ │ ├── JPEGVideoSource.cpp
│ │ │ ├── Locale.cpp
│ │ │ ├── Makefile
│ │ │ ├── Makefile.head
│ │ │ ├── Makefile.tail
│ │ │ ├── MatroskaDemuxedTrack.cpp
│ │ │ ├── MatroskaDemuxedTrack.hh
│ │ │ ├── MatroskaFile.cpp
│ │ │ ├── MatroskaFileParser.cpp
│ │ │ ├── MatroskaFileParser.hh
│ │ │ ├── MatroskaFileServerDemux.cpp
│ │ │ ├── MatroskaFileServerMediaSubsession.cpp
│ │ │ ├── MatroskaFileServerMediaSubsession.hh
│ │ │ ├── Media.cpp
│ │ │ ├── MediaSession.cpp
│ │ │ ├── MediaSink.cpp
│ │ │ ├── MediaSource.cpp
│ │ │ ├── MP3ADU.cpp
│ │ │ ├── MP3ADUdescriptor.cpp
│ │ │ ├── MP3ADUdescriptor.hh
│ │ │ ├── MP3ADUinterleaving.cpp
│ │ │ ├── MP3ADURTPSink.cpp
│ │ │ ├── MP3ADURTPSource.cpp
│ │ │ ├── MP3ADUTranscoder.cpp
│ │ │ ├── MP3AudioFileServerMediaSubsession.cpp
│ │ │ ├── MP3AudioMatroskaFileServerMediaSubsession.cpp
│ │ │ ├── MP3AudioMatroskaFileServerMediaSubsession.hh
│ │ │ ├── MP3FileSource.cpp
│ │ │ ├── MP3Internals.cpp
│ │ │ ├── MP3Internals.hh
│ │ │ ├── MP3InternalsHuffman.cpp
│ │ │ ├── MP3InternalsHuffman.hh
│ │ │ ├── MP3InternalsHuffmanTable.cpp
│ │ │ ├── MP3StreamState.cpp
│ │ │ ├── MP3StreamState.hh
│ │ │ ├── MP3Transcoder.cpp
│ │ │ ├── MPEG1or2AudioRTPSink.cpp
│ │ │ ├── MPEG1or2AudioRTPSource.cpp
│ │ │ ├── MPEG1or2AudioStreamFramer.cpp
│ │ │ ├── MPEG1or2Demux.cpp
│ │ │ ├── MPEG1or2DemuxedElementaryStream.cpp
│ │ │ ├── MPEG1or2DemuxedServerMediaSubsession.cpp
│ │ │ ├── MPEG1or2FileServerDemux.cpp
│ │ │ ├── MPEG1or2VideoFileServerMediaSubsession.cpp
│ │ │ ├── MPEG1or2VideoRTPSink.cpp
│ │ │ ├── MPEG1or2VideoRTPSource.cpp
│ │ │ ├── MPEG1or2VideoStreamDiscreteFramer.cpp
│ │ │ ├── MPEG1or2VideoStreamFramer.cpp
│ │ │ ├── MPEG2IndexFromTransportStream.cpp
│ │ │ ├── MPEG2TransportFileServerMediaSubsession.cpp
│ │ │ ├── MPEG2TransportStreamFramer.cpp
│ │ │ ├── MPEG2TransportStreamFromESSource.cpp
│ │ │ ├── MPEG2TransportStreamFromPESSource.cpp
│ │ │ ├── MPEG2TransportStreamIndexFile.cpp
│ │ │ ├── MPEG2TransportStreamMultiplexor.cpp
│ │ │ ├── MPEG2TransportStreamTrickModeFilter.cpp
│ │ │ ├── MPEG2TransportUDPServerMediaSubsession.cpp
│ │ │ ├── MPEG4ESVideoRTPSink.cpp
│ │ │ ├── MPEG4ESVideoRTPSource.cpp
│ │ │ ├── MPEG4GenericRTPSink.cpp
│ │ │ ├── MPEG4GenericRTPSource.cpp
│ │ │ ├── MPEG4LATMAudioRTPSink.cpp
│ │ │ ├── MPEG4LATMAudioRTPSource.cpp
│ │ │ ├── MPEG4VideoFileServerMediaSubsession.cpp
│ │ │ ├── MPEG4VideoStreamDiscreteFramer.cpp
│ │ │ ├── MPEG4VideoStreamFramer.cpp
│ │ │ ├── MPEGVideoStreamFramer.cpp
│ │ │ ├── MPEGVideoStreamParser.cpp
│ │ │ ├── MPEGVideoStreamParser.hh
│ │ │ ├── MultiFramedRTPSink.cpp
│ │ │ ├── MultiFramedRTPSource.cpp
│ │ │ ├── OggDemuxedTrack.cpp
│ │ │ ├── OggDemuxedTrack.hh
│ │ │ ├── OggFile.cpp
│ │ │ ├── OggFileParser.cpp
│ │ │ ├── OggFileParser.hh
│ │ │ ├── OggFileServerDemux.cpp
│ │ │ ├── OggFileServerMediaSubsession.cpp
│ │ │ ├── OggFileServerMediaSubsession.hh
│ │ │ ├── OggFileSink.cpp
│ │ │ ├── OnDemandServerMediaSubsession.cpp
│ │ │ ├── ourMD5.cpp
│ │ │ ├── OutputFile.cpp
│ │ │ ├── PassiveServerMediaSubsession.cpp
│ │ │ ├── ProxyServerMediaSession.cpp
│ │ │ ├── QCELPAudioRTPSource.cpp
│ │ │ ├── QuickTimeFileSink.cpp
│ │ │ ├── QuickTimeGenericRTPSource.cpp
│ │ │ ├── RTCP.cpp
│ │ │ ├── rtcp_from_spec.c
│ │ │ ├── rtcp_from_spec.h
│ │ │ ├── RTPInterface.cpp
│ │ │ ├── RTPSink.cpp
│ │ │ ├── RTPSource.cpp
│ │ │ ├── RTSPClient.cpp
│ │ │ ├── RTSPCommon.cpp
│ │ │ ├── RTSPRegisterSender.cpp
│ │ │ ├── RTSPServer.cpp
│ │ │ ├── RTSPServerSupportingHTTPStreaming.cpp
│ │ │ ├── ServerMediaSession.cpp
│ │ │ ├── SimpleRTPSink.cpp
│ │ │ ├── SimpleRTPSource.cpp
│ │ │ ├── SIPClient.cpp
│ │ │ ├── StreamParser.cpp
│ │ │ ├── StreamParser.hh
│ │ │ ├── StreamReplicator.cpp
│ │ │ ├── T140TextRTPSink.cpp
│ │ │ ├── TCPStreamSink.cpp
│ │ │ ├── TextRTPSink.cpp
│ │ │ ├── TheoraVideoRTPSink.cpp
│ │ │ ├── TheoraVideoRTPSource.cpp
│ │ │ ├── uLawAudioFilter.cpp
│ │ │ ├── VideoRTPSink.cpp
│ │ │ ├── VorbisAudioRTPSink.cpp
│ │ │ ├── VorbisAudioRTPSource.cpp
│ │ │ ├── VP8VideoRTPSink.cpp
│ │ │ ├── VP8VideoRTPSource.cpp
│ │ │ ├── VP9VideoRTPSink.cpp
│ │ │ ├── VP9VideoRTPSource.cpp
│ │ │ ├── WAVAudioFileServerMediaSubsession.cpp
│ │ │ └── WAVAudioFileSource.cpp
│ │ ├── Makefile.head
│ │ ├── Makefile.POSIX
│ │ ├── Makefile.tail
│ │ ├── mediaServer
│ │ │ ├── DynamicRTSPServer.cpp
│ │ │ ├── DynamicRTSPServer.hh
│ │ │ ├── live555MediaServer.cpp
│ │ │ ├── Makefile
│ │ │ ├── Makefile.head
│ │ │ ├── Makefile.tail
│ │ │ └── version.hh
│ │ ├── proxyServer
│ │ │ ├── live555ProxyServer.cpp
│ │ │ ├── Makefile.head
│ │ │ └── Makefile.tail
│ │ ├── README
│ │ ├── testProgs
│ │ │ ├── live555Test.vcproj
│ │ │ ├── Makefile.head
│ │ │ ├── Makefile.tail
│ │ │ ├── MPEG2TransportStreamIndexer.cpp
│ │ │ ├── openRTSP.cpp
│ │ │ ├── playCommon.cpp
│ │ │ ├── playCommon.hh
│ │ │ ├── playSIP.cpp
│ │ │ ├── registerRTSPStream.cpp
│ │ │ ├── sapWatch.cpp
│ │ │ ├── testAMRAudioStreamer.cpp
│ │ │ ├── testDVVideoStreamer.cpp
│ │ │ ├── testGSMStreamer.cpp
│ │ │ ├── testH264VideoStreamer.cpp
│ │ │ ├── testH264VideoToTransportStream.cpp
│ │ │ ├── testH265VideoStreamer.cpp
│ │ │ ├── testH265VideoToTransportStream.cpp
│ │ │ ├── testMKVStreamer.cpp
│ │ │ ├── testMP3Receiver.cpp
│ │ │ ├── testMP3Streamer.cpp
│ │ │ ├── testMPEG1or2AudioVideoStreamer.cpp
│ │ │ ├── testMPEG1or2ProgramToTransportStream.cpp
│ │ │ ├── testMPEG1or2Splitter.cpp
│ │ │ ├── testMPEG1or2VideoReceiver.cpp
│ │ │ ├── testMPEG1or2VideoStreamer.cpp
│ │ │ ├── testMPEG2TransportReceiver.cpp
│ │ │ ├── testMPEG2TransportStreamer.cpp
│ │ │ ├── testMPEG2TransportStreamTrickPlay.cpp
│ │ │ ├── testMPEG4VideoStreamer.cpp
│ │ │ ├── testOggStreamer.cpp
│ │ │ ├── testOnDemandRTSPServer.cpp
│ │ │ ├── testRelay.cpp
│ │ │ ├── testReplicator.cpp
│ │ │ ├── testRTSPClient.cpp
│ │ │ ├── testWAVAudioStreamer.cpp
│ │ │ └── vobStreamer.cpp
│ │ ├── UsageEnvironment
│ │ │ ├── HashTable.cpp
│ │ │ ├── include
│ │ │ │ ├── Boolean.hh
│ │ │ │ ├── HashTable.hh
│ │ │ │ ├── strDup.hh
│ │ │ │ ├── UsageEnvironment.hh
│ │ │ │ └── UsageEnvironment_version.hh
│ │ │ ├── Makefile
│ │ │ ├── Makefile.head
│ │ │ ├── Makefile.tail
│ │ │ ├── strDup.cpp
│ │ │ └── UsageEnvironment.cpp
│ │ ├── win32config
│ │ ├── win32config.Borland
│ │ └── WindowsAudioInputDevice
│ │ ├── showAudioInputPorts.cpp
│ │ ├── WindowsAudioInputDevice_common.cpp
│ │ ├── WindowsAudioInputDevice_common.hh
│ │ ├── WindowsAudioInputDevice.mak
│ │ ├── WindowsAudioInputDevice_mixer.cpp
│ │ ├── WindowsAudioInputDevice_mixer.hh
│ │ ├── WindowsAudioInputDevice_noMixer.cpp
│ │ └── WindowsAudioInputDevice_noMixer.hh
│ ├── Makefile.POSIX
│ ├── ParseDeviceConfig
│ │ ├── commonplatform_types.h
│ │ ├── Makefile.POSIX
│ │ ├── ParseDeviceConfig.vcproj
│ │ ├── ParseDevice.cpp
│ │ ├── ParseDevice.h
│ │ ├── ReadMe.txt
│ │ ├── tinystr.cpp
│ │ ├── tinystr.h
│ │ ├── tinyxml.cpp
│ │ ├── tinyxmlerror.cpp
│ │ ├── tinyxml.h
│ │ └── tinyxmlparser.cpp
│ ├── PrefsSourceLib
│ │ ├── FilePrefsSource.cpp
│ │ ├── FilePrefsSource.h
│ │ ├── NetInfoPrefsSource.cpp
│ │ ├── NetInfoPrefsSource.h
│ │ ├── nilib2.c
│ │ ├── nilib2.h
│ │ ├── PrefsSource.h
│ │ ├── XMLParser.cpp
│ │ ├── XMLParser.h
│ │ ├── XMLPrefsParser.cpp
│ │ └── XMLPrefsParser.h
│ ├── QTFileLib
│ │ ├── Makefile
│ │ ├── Makefile.POSIX
│ │ ├── nbproject
│ │ │ ├── configurations.xml
│ │ │ ├── Makefile-Debug.mk
│ │ │ ├── Makefile-impl.mk
│ │ │ ├── Makefile-Release.mk
│ │ │ ├── Makefile-variables.mk
│ │ │ └── project.xml
│ │ ├── QTAtom.cpp
│ │ ├── QTAtom_dref.cpp
│ │ ├── QTAtom_dref.h
│ │ ├── QTAtom_elst.cpp
│ │ ├── QTAtom_elst.h
│ │ ├── QTAtom.h
│ │ ├── QTAtom_hinf.cpp
│ │ ├── QTAtom_hinf.h
│ │ ├── QTAtom_mdhd.cpp
│ │ ├── QTAtom_mdhd.h
│ │ ├── QTAtom_mvhd.cpp
│ │ ├── QTAtom_mvhd.h
│ │ ├── QTAtom_stco.cpp
│ │ ├── QTAtom_stco.h
│ │ ├── QTAtom_stsc.cpp
│ │ ├── QTAtom_stsc.h
│ │ ├── QTAtom_stsd.cpp
│ │ ├── QTAtom_stsd.h
│ │ ├── QTAtom_stss.cpp
│ │ ├── QTAtom_stss.h
│ │ ├── QTAtom_stsz.cpp
│ │ ├── QTAtom_stsz.h
│ │ ├── QTAtom_stts.cpp
│ │ ├── QTAtom_stts.h
│ │ ├── QTAtom_tkhd.cpp
│ │ ├── QTAtom_tkhd.h
│ │ ├── QTAtom_tref.cpp
│ │ ├── QTAtom_tref.h
│ │ ├── QTFile.cpp
│ │ ├── QTFileExternalLib
│ │ │ └── QTFileExternalLib.vcproj
│ │ ├── QTFile_FileControlBlock.cpp
│ │ ├── QTFile_FileControlBlock.h
│ │ ├── QTFile.h
│ │ ├── QTFileLib.vcproj
│ │ ├── QTHintTrack.cpp
│ │ ├── QTHintTrack.h
│ │ ├── QTRTPFile.cpp
│ │ ├── QTRTPFile.h
│ │ ├── QTTrack.cpp
│ │ └── QTTrack.h
│ ├── README
│ ├── RTCPUtilitiesLib
│ │ ├── RTCPAckPacket.cpp
│ │ ├── RTCPAckPacketFmt.h
│ │ ├── RTCPAckPacket.h
│ │ ├── RTCPAPPNADUPacket.cpp
│ │ ├── RTCPAPPNADUPacket.h
│ │ ├── RTCPAPPPacket.cpp
│ │ ├── RTCPAPPPacket.h
│ │ ├── RTCPAPPQTSSPacket.cpp
│ │ ├── RTCPAPPQTSSPacket.h
│ │ ├── RTCPNADUPacketFmt.h
│ │ ├── RTCPPacket.cpp
│ │ ├── RTCPPacket.h
│ │ ├── RTCPRRPacket.h
│ │ ├── RTCPSRPacket.cpp
│ │ └── RTCPSRPacket.h
│ ├── RTPMetaInfoLib
│ │ ├── RTPMetaInfoPacket.cpp
│ │ └── RTPMetaInfoPacket.h
│ ├── RTSPClientLib
│ │ ├── ClientSession.cpp
│ │ ├── ClientSession.h
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── PlayerSimulator.h
│ │ ├── RTPPacket.h
│ │ ├── RTSPClient.cpp
│ │ ├── RTSPClient.h
│ │ ├── RTSPRelaySession.cpp
│ │ └── RTSPRelaySession.h
│ ├── Server.tproj
│ │ ├── GenerateXMLPrefs.cpp
│ │ ├── GenerateXMLPrefs.h
│ │ ├── main.cpp
│ │ ├── Makefile
│ │ ├── nbproject
│ │ │ ├── configurations.xml
│ │ │ ├── Makefile-Debug.mk
│ │ │ ├── Makefile-impl.mk
│ │ │ ├── Makefile-Release.mk
│ │ │ ├── Makefile-variables.mk
│ │ │ └── project.xml
│ │ ├── QTSSCallbacks.cpp
│ │ ├── QTSSCallbacks.h
│ │ ├── QTSSDataConverter.cpp
│ │ ├── QTSSDataConverter.h
│ │ ├── QTSSDictionary.cpp
│ │ ├── QTSSDictionary.h
│ │ ├── QTSSErrorLogModule.cpp
│ │ ├── QTSSErrorLogModule.h
│ │ ├── QTSServer.cpp
│ │ ├── QTSServer.h
│ │ ├── QTSServerInterface.cpp
│ │ ├── QTSServerInterface.h
│ │ ├── QTSServerPrefs.cpp
│ │ ├── QTSServerPrefs.h
│ │ ├── QTSSExpirationDate.cpp
│ │ ├── QTSSExpirationDate.h
│ │ ├── QTSSFile.cpp
│ │ ├── QTSSFile.h
│ │ ├── QTSSMessages.cpp
│ │ ├── QTSSMessages.h
│ │ ├── QTSSModule.cpp
│ │ ├── QTSSModule.h
│ │ ├── QTSSPrefs.cpp
│ │ ├── QTSSPrefs.h
│ │ ├── QTSSSocket.cpp
│ │ ├── QTSSSocket.h
│ │ ├── QTSSStream.h
│ │ ├── QTSSUserProfile.cpp
│ │ ├── QTSSUserProfile.h
│ │ ├── RTCPTask.cpp
│ │ ├── RTCPTask.h
│ │ ├── RTPBandwidthTracker.cpp
│ │ ├── RTPBandwidthTracker.h
│ │ ├── RTPOverbufferWindow.cpp
│ │ ├── RTPOverbufferWindow.h
│ │ ├── RTPPacketResender.cpp
│ │ ├── RTPPacketResender.h
│ │ ├── RTPSession3GPP.cpp
│ │ ├── RTPSession3GPP.h
│ │ ├── RTPSession.cpp
│ │ ├── RTPSession.h
│ │ ├── RTPSessionInterface.cpp
│ │ ├── RTPSessionInterface.h
│ │ ├── RTPStream3gpp.cpp
│ │ ├── RTPStream3gpp.h
│ │ ├── RTPStream.cpp
│ │ ├── RTPStream.h
│ │ ├── RTSPProtocol.cpp
│ │ ├── RTSPProtocol.h
│ │ ├── RTSPRequest3GPP.cpp
│ │ ├── RTSPRequest3GPP.h
│ │ ├── RTSPRequest.cpp
│ │ ├── RTSPRequest.h
│ │ ├── RTSPRequestInterface.cpp
│ │ ├── RTSPRequestInterface.h
│ │ ├── RTSPRequestStream.cpp
│ │ ├── RTSPRequestStream.h
│ │ ├── RTSPResponseStream.cpp
│ │ ├── RTSPResponseStream.h
│ │ ├── RTSPSession3GPP.cpp
│ │ ├── RTSPSession3GPP.h
│ │ ├── RTSPSession.cpp
│ │ ├── RTSPSession.h
│ │ ├── RTSPSessionInterface.cpp
│ │ ├── RTSPSessionInterface.h
│ │ ├── RunServer.cpp
│ │ ├── RunServer.h
│ │ └── win32main.cpp
│ └── WinNTSupport
│ ├── devices.xml
│ ├── EasyDarwin.vcproj
│ ├── EasyDarwin_vs2008.sln
│ ├── easydarwin.xml
│ ├── Logs
│ │ └── server_status
│ ├── qtaccess
│ ├── qtgroups
│ └── qtusers
├── HTTPUtilitiesLib
│ ├── HTTPProtocol.cpp
│ ├── HTTPProtocol.h
│ ├── HTTPRequest.cpp
│ ├── HTTPRequest.h
│ └── Makefile.POSIX
├── Include
│ ├── PlatformHeader.h
│ ├── revision.h
│ └── Win32header.h
├── OSMemoryLib
│ └── OSMemory.cpp
└── SafeStdLib
├── DynamicModuleStdLib.cpp
├── InternalStdLib.cpp
├── SafeDynamicModuleStdLib.dsw
├── SafeDynamicModuleStdLib.vcproj
├── SafeInternalStdLib.dsw
└── SafeInternalStdLib.vcproj
68 directories, 1014 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论