在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VS2019下编译好的live555完整工程(live555.2022.02.07版)

VS2019下编译好的live555完整工程(live555.2022.02.07版)

一般编程问题

下载此实例

实例介绍

【实例简介】VS2019下编译好的live555完整工程(live555.2022.02.07版)

1.VS2019下编译好的live555完整工程(live.2022.02.07版)

2.编译方法参考如下2个链接

参考链接1:https://blog.csdn.net/hjl240/article/details/48159243

参考链接2:https://blog.csdn.net/hjl240/article/details/48159243

【实例截图】

from clipboard

【核心代码】

from clipboard

【核心代码】

.
├── VS2019下编译好的live555完整工程(live555.2022.02.07版)
│   ├── BasicUsageEnvironment
│   │   ├── BasicHashTable.cpp
│   │   ├── BasicTaskScheduler.cpp
│   │   ├── BasicTaskScheduler0.cpp
│   │   ├── BasicUsageEnvironment.cpp
│   │   ├── BasicUsageEnvironment.vcxproj
│   │   ├── BasicUsageEnvironment.vcxproj.filters
│   │   ├── BasicUsageEnvironment.vcxproj.user
│   │   ├── BasicUsageEnvironment0.cpp
│   │   ├── Debug
│   │   │   ├── BasicUsa.FA7634E5.tlog
│   │   │   ├── BasicUsageEnvironment.Build.CppClean.log
│   │   │   ├── BasicUsageEnvironment.lastbuildstate
│   │   │   ├── BasicUsageEnvironment.lib.recipe
│   │   │   ├── BasicUsageEnvironment.log
│   │   │   └── BasicUsageEnvironment.vcxproj.FileListAbsolute.txt
│   │   ├── DelayQueue.cpp
│   │   ├── ReadMe.txt
│   │   └── include
│   │       ├── BasicHashTable.hh
│   │       ├── BasicUsageEnvironment.hh
│   │       ├── BasicUsageEnvironment0.hh
│   │       ├── BasicUsageEnvironment_version.hh
│   │       ├── DelayQueue.hh
│   │       └── HandlerSet.hh
│   ├── Debug
│   │   ├── 2.264
│   │   ├── 3min_1080p.264
│   │   ├── 5min_cif.264
│   │   ├── libcrypto-1_1.dll
│   │   ├── libssl-1_1.dll
│   │   └── test.264
│   ├── UsageEnvironment
│   │   ├── Debug
│   │   │   ├── UsageEnvironment.Build.CppClean.log
│   │   │   ├── UsageEnvironment.lastbuildstate
│   │   │   ├── UsageEnvironment.lib.recipe
│   │   │   ├── UsageEnvironment.log
│   │   │   ├── UsageEnvironment.tlog
│   │   │   └── UsageEnvironment.vcxproj.FileListAbsolute.txt
│   │   ├── HashTable.cpp
│   │   ├── ReadMe.txt
│   │   ├── UsageEnvironment.cpp
│   │   ├── UsageEnvironment.vcxproj
│   │   ├── UsageEnvironment.vcxproj.filters
│   │   ├── UsageEnvironment.vcxproj.user
│   │   ├── include
│   │   │   ├── Boolean.hh
│   │   │   ├── HashTable.hh
│   │   │   ├── UsageEnvironment.hh
│   │   │   ├── UsageEnvironment_version.hh
│   │   │   └── strDup.hh
│   │   └── strDup.cpp
│   ├── groupsock
│   │   ├── Debug
│   │   │   ├── groupsock.Build.CppClean.log
│   │   │   ├── groupsock.lastbuildstate
│   │   │   ├── groupsock.lib.recipe
│   │   │   ├── groupsock.log
│   │   │   ├── groupsock.tlog
│   │   │   ├── groupsock.unsuccessfulbuild
│   │   │   └── groupsock.vcxproj.FileListAbsolute.txt
│   │   ├── GroupEId.cpp
│   │   ├── Groupsock.cpp
│   │   ├── GroupsockHelper.cpp
│   │   ├── IOHandlers.cpp
│   │   ├── NetAddress.cpp
│   │   ├── NetInterface.cpp
│   │   ├── ReadMe.txt
│   │   ├── groupsock.vcxproj
│   │   ├── groupsock.vcxproj.filters
│   │   ├── groupsock.vcxproj.user
│   │   ├── include
│   │   │   ├── GroupEId.hh
│   │   │   ├── Groupsock.hh
│   │   │   ├── GroupsockHelper.hh
│   │   │   ├── IOHandlers.hh
│   │   │   ├── NetAddress.hh
│   │   │   ├── NetCommon.h
│   │   │   ├── NetInterface.hh
│   │   │   └── groupsock_version.hh
│   │   └── inet.c
│   ├── live555.20220207源码及openssl源码
│   │   ├── live555源码
│   │   │   └── live.2022.02.07.tar.gz
│   │   ├── openssl-1.1.1h源码
│   │   │   └── openssl-1.1.1h.tar.gz
│   │   └── openssl-1.1.1h编译版本
│   │       └── opensll_lib.rar
│   ├── live555.sdf
│   ├── live555.sln
│   ├── live555.v11.suo
│   ├── live555.v12.suo
│   ├── liveMedia
│   │   ├── AC3AudioFileServerMediaSubsession.cpp
│   │   ├── AC3AudioRTPSink.cpp
│   │   ├── AC3AudioRTPSource.cpp
│   │   ├── AC3AudioStreamFramer.cpp
│   │   ├── ADTSAudioFileServerMediaSubsession.cpp
│   │   ├── ADTSAudioFileSource.cpp
│   │   ├── ADTSAudioStreamDiscreteFramer.cpp
│   │   ├── AMRAudioFileServerMediaSubsession.cpp
│   │   ├── AMRAudioFileSink.cpp
│   │   ├── AMRAudioFileSource.cpp
│   │   ├── AMRAudioRTPSink.cpp
│   │   ├── AMRAudioRTPSource.cpp
│   │   ├── AMRAudioSource.cpp
│   │   ├── AVIFileSink.cpp
│   │   ├── AudioInputDevice.cpp
│   │   ├── AudioRTPSink.cpp
│   │   ├── Base64.cpp
│   │   ├── BasicUDPSink.cpp
│   │   ├── BasicUDPSource.cpp
│   │   ├── BitVector.cpp
│   │   ├── ByteStreamFileSource.cpp
│   │   ├── ByteStreamMemoryBufferSource.cpp
│   │   ├── ByteStreamMultiFileSource.cpp
│   │   ├── DVVideoFileServerMediaSubsession.cpp
│   │   ├── DVVideoRTPSink.cpp
│   │   ├── DVVideoRTPSource.cpp
│   │   ├── DVVideoStreamFramer.cpp
│   │   ├── Debug
│   │   │   ├── liveMedia.Build.CppClean.log
│   │   │   ├── liveMedia.lastbuildstate
│   │   │   ├── liveMedia.lib.recipe
│   │   │   ├── liveMedia.log
│   │   │   ├── liveMedia.tlog
│   │   │   ├── liveMedia.unsuccessfulbuild
│   │   │   └── liveMedia.vcxproj.FileListAbsolute.txt
│   │   ├── DeviceSource.cpp
│   │   ├── DigestAuthentication.cpp
│   │   ├── EBMLNumber.cpp
│   │   ├── EBMLNumber.hh
│   │   ├── FileServerMediaSubsession.cpp
│   │   ├── FileSink.cpp
│   │   ├── FramedFileSource.cpp
│   │   ├── FramedFilter.cpp
│   │   ├── FramedSource.cpp
│   │   ├── GSMAudioRTPSink.cpp
│   │   ├── GenericMediaServer.cpp
│   │   ├── H261VideoRTPSource.cpp
│   │   ├── H263plusVideoFileServerMediaSubsession.cpp
│   │   ├── H263plusVideoRTPSink.cpp
│   │   ├── H263plusVideoRTPSource.cpp
│   │   ├── H263plusVideoStreamFramer.cpp
│   │   ├── H263plusVideoStreamParser.cpp
│   │   ├── H263plusVideoStreamParser.hh
│   │   ├── H264VideoFileServerMediaSubsession.cpp
│   │   ├── H264VideoFileSink.cpp
│   │   ├── H264VideoRTPSink.cpp
│   │   ├── H264VideoRTPSource.cpp
│   │   ├── H264VideoStreamDiscreteFramer.cpp
│   │   ├── H264VideoStreamFramer.cpp
│   │   ├── H264or5VideoFileSink.cpp
│   │   ├── H264or5VideoRTPSink.cpp
│   │   ├── H264or5VideoStreamDiscreteFramer.cpp
│   │   ├── H264or5VideoStreamFramer.cpp
│   │   ├── H265VideoFileServerMediaSubsession.cpp
│   │   ├── H265VideoFileSink.cpp
│   │   ├── H265VideoRTPSink.cpp
│   │   ├── H265VideoRTPSource.cpp
│   │   ├── H265VideoStreamDiscreteFramer.cpp
│   │   ├── H265VideoStreamFramer.cpp
│   │   ├── HLSSegmenter.cpp
│   │   ├── HMAC_SHA1.cpp
│   │   ├── InputFile.cpp
│   │   ├── JPEG2000VideoRTPSink.cpp
│   │   ├── JPEG2000VideoRTPSource.cpp
│   │   ├── JPEGVideoRTPSink.cpp
│   │   ├── JPEGVideoRTPSource.cpp
│   │   ├── JPEGVideoSource.cpp
│   │   ├── Locale.cpp
│   │   ├── MIKEY.cpp
│   │   ├── MP3ADU.cpp
│   │   ├── MP3ADURTPSink.cpp
│   │   ├── MP3ADURTPSource.cpp
│   │   ├── MP3ADUTranscoder.cpp
│   │   ├── MP3ADUdescriptor.cpp
│   │   ├── MP3ADUdescriptor.hh
│   │   ├── MP3ADUinterleaving.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
│   │   ├── MPEG2TransportStreamAccumulator.cpp
│   │   ├── MPEG2TransportStreamDemux.cpp
│   │   ├── MPEG2TransportStreamDemuxedTrack.cpp
│   │   ├── MPEG2TransportStreamDemuxedTrack.hh
│   │   ├── MPEG2TransportStreamFramer.cpp
│   │   ├── MPEG2TransportStreamFromESSource.cpp
│   │   ├── MPEG2TransportStreamFromPESSource.cpp
│   │   ├── MPEG2TransportStreamIndexFile.cpp
│   │   ├── MPEG2TransportStreamMultiplexor.cpp
│   │   ├── MPEG2TransportStreamParser.cpp
│   │   ├── MPEG2TransportStreamParser.hh
│   │   ├── MPEG2TransportStreamParser_PAT.cpp
│   │   ├── MPEG2TransportStreamParser_PMT.cpp
│   │   ├── MPEG2TransportStreamParser_STREAM.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
│   │   ├── MatroskaDemuxedTrack.cpp
│   │   ├── MatroskaDemuxedTrack.hh
│   │   ├── MatroskaFile.cpp
│   │   ├── MatroskaFileParser.cpp
│   │   ├── MatroskaFileParser.hh
│   │   ├── MatroskaFileServerDemux.cpp
│   │   ├── MatroskaFileServerMediaSubsession.cpp
│   │   ├── MatroskaFileServerMediaSubsession.hh
│   │   ├── Media.cpp
│   │   ├── MediaSession.cpp
│   │   ├── MediaSink.cpp
│   │   ├── MediaSource.cpp
│   │   ├── MultiFramedRTPSink.cpp
│   │   ├── MultiFramedRTPSource.cpp
│   │   ├── OggDemuxedTrack.cpp
│   │   ├── OggDemuxedTrack.hh
│   │   ├── OggFile.cpp
│   │   ├── OggFileParser.cpp
│   │   ├── OggFileParser.hh
│   │   ├── OggFileServerDemux.cpp
│   │   ├── OggFileServerMediaSubsession.cpp
│   │   ├── OggFileServerMediaSubsession.hh
│   │   ├── OggFileSink.cpp
│   │   ├── OnDemandServerMediaSubsession.cpp
│   │   ├── OutputFile.cpp
│   │   ├── PassiveServerMediaSubsession.cpp
│   │   ├── ProxyServerMediaSession.cpp
│   │   ├── QCELPAudioRTPSource.cpp
│   │   ├── QuickTimeFileSink.cpp
│   │   ├── QuickTimeGenericRTPSource.cpp
│   │   ├── RTCP.cpp
│   │   ├── RTPInterface.cpp
│   │   ├── RTPSink.cpp
│   │   ├── RTPSource.cpp
│   │   ├── RTSPClient.cpp
│   │   ├── RTSPCommon.cpp
│   │   ├── RTSPRegisterSender.cpp
│   │   ├── RTSPServer.cpp
│   │   ├── RTSPServerRegister.cpp
│   │   ├── RawVideoRTPSink.cpp
│   │   ├── RawVideoRTPSource.cpp
│   │   ├── ReadMe.txt
│   │   ├── SIPClient.cpp
│   │   ├── SRTPCryptographicContext.cpp
│   │   ├── ServerMediaSession.cpp
│   │   ├── SimpleRTPSink.cpp
│   │   ├── SimpleRTPSource.cpp
│   │   ├── StreamParser.cpp
│   │   ├── StreamParser.hh
│   │   ├── StreamReplicator.cpp
│   │   ├── T140TextRTPSink.cpp
│   │   ├── TLSState.cpp
│   │   ├── TextRTPSink.cpp
│   │   ├── TheoraVideoRTPSink.cpp
│   │   ├── TheoraVideoRTPSource.cpp
│   │   ├── VP8VideoRTPSink.cpp
│   │   ├── VP8VideoRTPSource.cpp
│   │   ├── VP9VideoRTPSink.cpp
│   │   ├── VP9VideoRTPSource.cpp
│   │   ├── VideoRTPSink.cpp
│   │   ├── VorbisAudioRTPSink.cpp
│   │   ├── VorbisAudioRTPSource.cpp
│   │   ├── WAVAudioFileServerMediaSubsession.cpp
│   │   ├── WAVAudioFileSource.cpp
│   │   ├── include
│   │   │   ├── AC3AudioFileServerMediaSubsession.hh
│   │   │   ├── AC3AudioRTPSink.hh
│   │   │   ├── AC3AudioRTPSource.hh
│   │   │   ├── AC3AudioStreamFramer.hh
│   │   │   ├── ADTSAudioFileServerMediaSubsession.hh
│   │   │   ├── ADTSAudioFileSource.hh
│   │   │   ├── ADTSAudioStreamDiscreteFramer.hh
│   │   │   ├── AMRAudioFileServerMediaSubsession.hh
│   │   │   ├── AMRAudioFileSink.hh
│   │   │   ├── AMRAudioFileSource.hh
│   │   │   ├── AMRAudioRTPSink.hh
│   │   │   ├── AMRAudioRTPSource.hh
│   │   │   ├── AMRAudioSource.hh
│   │   │   ├── AVIFileSink.hh
│   │   │   ├── AudioInputDevice.hh
│   │   │   ├── AudioRTPSink.hh
│   │   │   ├── Base64.hh
│   │   │   ├── BasicUDPSink.hh
│   │   │   ├── BasicUDPSource.hh
│   │   │   ├── BitVector.hh
│   │   │   ├── ByteStreamFileSource.hh
│   │   │   ├── ByteStreamMemoryBufferSource.hh
│   │   │   ├── ByteStreamMultiFileSource.hh
│   │   │   ├── DVVideoFileServerMediaSubsession.hh
│   │   │   ├── DVVideoRTPSink.hh
│   │   │   ├── DVVideoRTPSource.hh
│   │   │   ├── DVVideoStreamFramer.hh
│   │   │   ├── DeviceSource.hh
│   │   │   ├── DigestAuthentication.hh
│   │   │   ├── FileServerMediaSubsession.hh
│   │   │   ├── FileSink.hh
│   │   │   ├── FramedFileSource.hh
│   │   │   ├── FramedFilter.hh
│   │   │   ├── FramedSource.hh
│   │   │   ├── GSMAudioRTPSink.hh
│   │   │   ├── GenericMediaServer.hh
│   │   │   ├── H261VideoRTPSource.hh
│   │   │   ├── H263plusVideoFileServerMediaSubsession.hh
│   │   │   ├── H263plusVideoRTPSink.hh
│   │   │   ├── H263plusVideoRTPSource.hh
│   │   │   ├── H263plusVideoStreamFramer.hh
│   │   │   ├── H264VideoFileServerMediaSubsession.hh
│   │   │   ├── H264VideoFileSink.hh
│   │   │   ├── H264VideoRTPSink.hh
│   │   │   ├── H264VideoRTPSource.hh
│   │   │   ├── H264VideoStreamDiscreteFramer.hh
│   │   │   ├── H264VideoStreamFramer.hh
│   │   │   ├── H264or5VideoFileSink.hh
│   │   │   ├── H264or5VideoRTPSink.hh
│   │   │   ├── H264or5VideoStreamDiscreteFramer.hh
│   │   │   ├── H264or5VideoStreamFramer.hh
│   │   │   ├── H265VideoFileServerMediaSubsession.hh
│   │   │   ├── H265VideoFileSink.hh
│   │   │   ├── H265VideoRTPSink.hh
│   │   │   ├── H265VideoRTPSource.hh
│   │   │   ├── H265VideoStreamDiscreteFramer.hh
│   │   │   ├── H265VideoStreamFramer.hh
│   │   │   ├── HLSSegmenter.hh
│   │   │   ├── HMAC_SHA1.hh
│   │   │   ├── HMAC_hash.hh
│   │   │   ├── InputFile.hh
│   │   │   ├── JPEG2000VideoRTPSink.hh
│   │   │   ├── JPEG2000VideoRTPSource.hh
│   │   │   ├── JPEGVideoRTPSink.hh
│   │   │   ├── JPEGVideoRTPSource.hh
│   │   │   ├── JPEGVideoSource.hh
│   │   │   ├── Locale.hh
│   │   │   ├── MIKEY.hh
│   │   │   ├── MP3ADU.hh
│   │   │   ├── MP3ADURTPSink.hh
│   │   │   ├── MP3ADURTPSource.hh
│   │   │   ├── MP3ADUTranscoder.hh
│   │   │   ├── MP3ADUinterleaving.hh
│   │   │   ├── MP3AudioFileServerMediaSubsession.hh
│   │   │   ├── MP3FileSource.hh
│   │   │   ├── MP3Transcoder.hh
│   │   │   ├── MPEG1or2AudioRTPSink.hh
│   │   │   ├── MPEG1or2AudioRTPSource.hh
│   │   │   ├── MPEG1or2AudioStreamFramer.hh
│   │   │   ├── MPEG1or2Demux.hh
│   │   │   ├── MPEG1or2DemuxedElementaryStream.hh
│   │   │   ├── MPEG1or2DemuxedServerMediaSubsession.hh
│   │   │   ├── MPEG1or2FileServerDemux.hh
│   │   │   ├── MPEG1or2VideoFileServerMediaSubsession.hh
│   │   │   ├── MPEG1or2VideoRTPSink.hh
│   │   │   ├── MPEG1or2VideoRTPSource.hh
│   │   │   ├── MPEG1or2VideoStreamDiscreteFramer.hh
│   │   │   ├── MPEG1or2VideoStreamFramer.hh
│   │   │   ├── MPEG2IndexFromTransportStream.hh
│   │   │   ├── MPEG2TransportFileServerMediaSubsession.hh
│   │   │   ├── MPEG2TransportStreamAccumulator.hh
│   │   │   ├── MPEG2TransportStreamDemux.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
│   │   │   ├── MatroskaFile.hh
│   │   │   ├── MatroskaFileServerDemux.hh
│   │   │   ├── Media.hh
│   │   │   ├── MediaSession.hh
│   │   │   ├── MediaSink.hh
│   │   │   ├── MediaSource.hh
│   │   │   ├── MediaTranscodingTable.hh
│   │   │   ├── MultiFramedRTPSink.hh
│   │   │   ├── MultiFramedRTPSource.hh
│   │   │   ├── OggFile.hh
│   │   │   ├── OggFileServerDemux.hh
│   │   │   ├── OggFileSink.hh
│   │   │   ├── OnDemandServerMediaSubsession.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
│   │   │   ├── RawVideoFrameParameters.hh
│   │   │   ├── RawVideoRTPSink.hh
│   │   │   ├── RawVideoRTPSource.hh
│   │   │   ├── SIPClient.hh
│   │   │   ├── SRTPCryptographicContext.hh
│   │   │   ├── ServerMediaSession.hh
│   │   │   ├── SimpleRTPSink.hh
│   │   │   ├── SimpleRTPSource.hh
│   │   │   ├── StreamReplicator.hh
│   │   │   ├── T140TextRTPSink.hh
│   │   │   ├── TLSState.hh
│   │   │   ├── TextRTPSink.hh
│   │   │   ├── TheoraVideoRTPSink.hh
│   │   │   ├── TheoraVideoRTPSource.hh
│   │   │   ├── VP8VideoRTPSink.hh
│   │   │   ├── VP8VideoRTPSource.hh
│   │   │   ├── VP9VideoRTPSink.hh
│   │   │   ├── VP9VideoRTPSource.hh
│   │   │   ├── VideoRTPSink.hh
│   │   │   ├── VorbisAudioRTPSink.hh
│   │   │   ├── VorbisAudioRTPSource.hh
│   │   │   ├── WAVAudioFileServerMediaSubsession.hh
│   │   │   ├── WAVAudioFileSource.hh
│   │   │   ├── liveMedia.hh
│   │   │   ├── liveMedia_version.hh
│   │   │   ├── ourMD5.hh
│   │   │   └── uLawAudioFilter.hh
│   │   ├── liveMedia.vcxproj
│   │   ├── liveMedia.vcxproj.filters
│   │   ├── liveMedia.vcxproj.user
│   │   ├── ourMD5.cpp
│   │   ├── rtcp_from_spec.c
│   │   ├── rtcp_from_spec.h
│   │   └── uLawAudioFilter.cpp
│   ├── mediaServer
│   │   ├── Debug
│   │   │   ├── mediaServer.Build.CppClean.log
│   │   │   ├── mediaServer.exe.recipe
│   │   │   ├── mediaServer.lastbuildstate
│   │   │   ├── mediaServer.log
│   │   │   ├── mediaServer.tlog
│   │   │   ├── mediaServer.unsuccessfulbuild
│   │   │   └── mediaServer.vcxproj.FileListAbsolute.txt
│   │   ├── DynamicRTSPServer.cpp
│   │   ├── DynamicRTSPServer.hh
│   │   ├── live555MediaServer.cpp
│   │   ├── mediaServer.vcxproj
│   │   ├── mediaServer.vcxproj.filters
│   │   ├── mediaServer.vcxproj.user
│   │   └── version.hh
│   └── openssl_dynamic_lib-1.1.1h-x86
│       ├── bin
│       │   ├── c_rehash.pl
│       │   ├── libcrypto-1_1.dll
│       │   ├── libcrypto-1_1.pdb
│       │   ├── libssl-1_1.dll
│       │   ├── libssl-1_1.pdb
│       │   ├── openssl.exe
│       │   └── openssl.pdb
│       ├── include
│       │   └── openssl
│       │       ├── __DECC_INCLUDE_EPILOGUE.H
│       │       ├── __DECC_INCLUDE_PROLOGUE.H
│       │       ├── aes.h
│       │       ├── applink.c
│       │       ├── asn1.h
│       │       ├── asn1_mac.h
│       │       ├── asn1err.h
│       │       ├── asn1t.h
│       │       ├── async.h
│       │       ├── asyncerr.h
│       │       ├── bio.h
│       │       ├── bioerr.h
│       │       ├── blowfish.h
│       │       ├── bn.h
│       │       ├── bnerr.h
│       │       ├── buffer.h
│       │       ├── buffererr.h
│       │       ├── camellia.h
│       │       ├── cast.h
│       │       ├── cmac.h
│       │       ├── cms.h
│       │       ├── cmserr.h
│       │       ├── comp.h
│       │       ├── comperr.h
│       │       ├── conf.h
│       │       ├── conf_api.h
│       │       ├── conferr.h
│       │       ├── crypto.h
│       │       ├── cryptoerr.h
│       │       ├── ct.h
│       │       ├── cterr.h
│       │       ├── des.h
│       │       ├── dh.h
│       │       ├── dherr.h
│       │       ├── dsa.h
│       │       ├── dsaerr.h
│       │       ├── dtls1.h
│       │       ├── e_os2.h
│       │       ├── ebcdic.h
│       │       ├── ec.h
│       │       ├── ecdh.h
│       │       ├── ecdsa.h
│       │       ├── ecerr.h
│       │       ├── engine.h
│       │       ├── engineerr.h
│       │       ├── err.h
│       │       ├── evp.h
│       │       ├── evperr.h
│       │       ├── hmac.h
│       │       ├── idea.h
│       │       ├── kdf.h
│       │       ├── kdferr.h
│       │       ├── lhash.h
│       │       ├── md2.h
│       │       ├── md4.h
│       │       ├── md5.h
│       │       ├── mdc2.h
│       │       ├── modes.h
│       │       ├── obj_mac.h
│       │       ├── objects.h
│       │       ├── objectserr.h
│       │       ├── ocsp.h
│       │       ├── ocsperr.h
│       │       ├── opensslconf.h
│       │       ├── opensslv.h
│       │       ├── ossl_typ.h
│       │       ├── pem.h
│       │       ├── pem2.h
│       │       ├── pemerr.h
│       │       ├── pkcs12.h
│       │       ├── pkcs12err.h
│       │       ├── pkcs7.h
│       │       ├── pkcs7err.h
│       │       ├── rand.h
│       │       ├── rand_drbg.h
│       │       ├── randerr.h
│       │       ├── rc2.h
│       │       ├── rc4.h
│       │       ├── rc5.h
│       │       ├── ripemd.h
│       │       ├── rsa.h
│       │       ├── rsaerr.h
│       │       ├── safestack.h
│       │       ├── seed.h
│       │       ├── sha.h
│       │       ├── srp.h
│       │       ├── srtp.h
│       │       ├── ssl.h
│       │       ├── ssl2.h
│       │       ├── ssl3.h
│       │       ├── sslerr.h
│       │       ├── stack.h
│       │       ├── store.h
│       │       ├── storeerr.h
│       │       ├── symhacks.h
│       │       ├── tls1.h
│       │       ├── ts.h
│       │       ├── tserr.h
│       │       ├── txt_db.h
│       │       ├── ui.h
│       │       ├── uierr.h
│       │       ├── whrlpool.h
│       │       ├── x509.h
│       │       ├── x509_vfy.h
│       │       ├── x509err.h
│       │       ├── x509v3.h
│       │       └── x509v3err.h
│       └── lib
│           ├── engines-1_1
│           │   ├── capi.dll
│           │   ├── capi.pdb
│           │   ├── padlock.dll
│           │   └── padlock.pdb
│           ├── libcrypto.lib
│           └── libssl.lib
└── VS2019下编译好的live555完整工程(live555.2022.02.07版).7z

31 directories, 582 files





标签: live555 VS2019 Openssl

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警