在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++网络编程 → live555:用于rtsp协议开发

live555:用于rtsp协议开发

C/C++网络编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:3.04M
  • 下载次数:11
  • 浏览次数:123
  • 发布时间:2022-03-16
  • 实例类别:C/C++网络编程
  • 发 布 人:1839781
  • 文件格式:.gz
  • 所需积分:2
 相关标签: live555 rtsp IPCamera

实例介绍

【实例简介】live555:用于rtsp协议开发

【实例截图】


from clipboard

【核心代码】

from clipboard

.
├── live
│   ├── #config.macosx#
│   ├── BasicUsageEnvironment
│   │   ├── BasicHashTable.cpp
│   │   ├── BasicTaskScheduler.cpp
│   │   ├── BasicTaskScheduler0.cpp
│   │   ├── BasicUsageEnvironment.cpp
│   │   ├── BasicUsageEnvironment0.cpp
│   │   ├── DelayQueue.cpp
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   └── include
│   │       ├── BasicHashTable.hh
│   │       ├── BasicUsageEnvironment.hh
│   │       ├── BasicUsageEnvironment0.hh
│   │       ├── BasicUsageEnvironment_version.hh
│   │       ├── DelayQueue.hh
│   │       └── HandlerSet.hh
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── Makefile.head
│   ├── Makefile.tail
│   ├── README
│   ├── UsageEnvironment
│   │   ├── HashTable.cpp
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   ├── UsageEnvironment.cpp
│   │   ├── include
│   │   │   ├── Boolean.hh
│   │   │   ├── HashTable.hh
│   │   │   ├── UsageEnvironment.hh
│   │   │   ├── UsageEnvironment_version.hh
│   │   │   └── strDup.hh
│   │   └── strDup.cpp
│   ├── WindowsAudioInputDevice
│   │   ├── WindowsAudioInputDevice.mak
│   │   ├── WindowsAudioInputDevice_common.cpp
│   │   ├── WindowsAudioInputDevice_common.hh
│   │   ├── WindowsAudioInputDevice_mixer.cpp
│   │   ├── WindowsAudioInputDevice_mixer.hh
│   │   ├── WindowsAudioInputDevice_noMixer.cpp
│   │   ├── WindowsAudioInputDevice_noMixer.hh
│   │   └── showAudioInputPorts.cpp
│   ├── 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.iphone-simulator
│   ├── config.iphoneos
│   ├── 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
│   ├── fix-makefile
│   ├── genMakefiles
│   ├── genWindowsMakefiles
│   ├── genWindowsMakefiles.cmd
│   ├── groupsock
│   │   ├── GroupEId.cpp
│   │   ├── Groupsock.cpp
│   │   ├── GroupsockHelper.cpp
│   │   ├── IOHandlers.cpp
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   ├── NetAddress.cpp
│   │   ├── NetInterface.cpp
│   │   ├── include
│   │   │   ├── GroupEId.hh
│   │   │   ├── Groupsock.hh
│   │   │   ├── GroupsockHelper.hh
│   │   │   ├── IOHandlers.hh
│   │   │   ├── NetAddress.hh
│   │   │   ├── NetCommon.h
│   │   │   ├── NetInterface.hh
│   │   │   ├── TunnelEncaps.hh
│   │   │   └── groupsock_version.hh
│   │   └── inet.c
│   ├── 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
│   │   ├── 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
│   │   ├── 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
│   │   ├── InputFile.cpp
│   │   ├── JPEG2000VideoRTPSink.cpp
│   │   ├── JPEG2000VideoRTPSource.cpp
│   │   ├── JPEGVideoRTPSink.cpp
│   │   ├── JPEGVideoRTPSource.cpp
│   │   ├── JPEGVideoSource.cpp
│   │   ├── Locale.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
│   │   ├── 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
│   │   ├── 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
│   │   ├── RTSPServerSupportingHTTPStreaming.cpp
│   │   ├── RawVideoRTPSink.cpp
│   │   ├── RawVideoRTPSource.cpp
│   │   ├── SIPClient.cpp
│   │   ├── ServerMediaSession.cpp
│   │   ├── SimpleRTPSink.cpp
│   │   ├── SimpleRTPSource.cpp
│   │   ├── StreamParser.cpp
│   │   ├── StreamParser.hh
│   │   ├── StreamReplicator.cpp
│   │   ├── T140TextRTPSink.cpp
│   │   ├── TCPStreamSink.cpp
│   │   ├── TextRTPSink.cpp
│   │   ├── TheoraVideoRTPSink.cpp
│   │   ├── TheoraVideoRTPSource.cpp
│   │   ├── VIDEO-0x0001-0x00e0.h264
│   │   ├── VP8VideoRTPSink.cpp
│   │   ├── VP8VideoRTPSource.cpp
│   │   ├── VP9VideoRTPSink.cpp
│   │   ├── VP9VideoRTPSource.cpp
│   │   ├── VideoRTPSink.cpp
│   │   ├── VorbisAudioRTPSink.cpp
│   │   ├── VorbisAudioRTPSource.cpp
│   │   ├── WAVAudioFileServerMediaSubsession.cpp
│   │   ├── WAVAudioFileSource.cpp
│   │   ├── bad.ts
│   │   ├── bad.txt
│   │   ├── 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
│   │   │   ├── 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
│   │   │   ├── InputFile.hh
│   │   │   ├── JPEG2000VideoRTPSink.hh
│   │   │   ├── JPEG2000VideoRTPSource.hh
│   │   │   ├── JPEGVideoRTPSink.hh
│   │   │   ├── JPEGVideoRTPSource.hh
│   │   │   ├── JPEGVideoSource.hh
│   │   │   ├── Locale.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
│   │   │   ├── RTSPServerSupportingHTTPStreaming.hh
│   │   │   ├── RawVideoRTPSink.hh
│   │   │   ├── RawVideoRTPSource.hh
│   │   │   ├── SIPClient.hh
│   │   │   ├── ServerMediaSession.hh
│   │   │   ├── SimpleRTPSink.hh
│   │   │   ├── SimpleRTPSource.hh
│   │   │   ├── StreamReplicator.hh
│   │   │   ├── T140TextRTPSink.hh
│   │   │   ├── TCPStreamSink.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
│   │   ├── ourMD5.cpp
│   │   ├── rtcp_from_spec.c
│   │   ├── rtcp_from_spec.h
│   │   └── uLawAudioFilter.cpp
│   ├── mediaServer
│   │   ├── DynamicRTSPServer.cpp
│   │   ├── DynamicRTSPServer.hh
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   ├── live555MediaServer.cpp
│   │   └── version.hh
│   ├── proxyServer
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   └── live555ProxyServer.cpp
│   ├── testProgs
│   │   ├── MPEG2TransportStreamIndexer.cpp
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   ├── openRTSP.cpp
│   │   ├── playCommon.cpp
│   │   ├── playCommon.hh
│   │   ├── playSIP.cpp
│   │   ├── registerRTSPStream.cpp
│   │   ├── sapWatch.cpp
│   │   ├── testAMRAudioStreamer.cpp
│   │   ├── testDVVideoStreamer.cpp
│   │   ├── testGSMStreamer.cpp
│   │   ├── testH264VideoStreamer.cpp
│   │   ├── testH264VideoToHLSSegments.cpp
│   │   ├── testH264VideoToTransportStream.cpp
│   │   ├── testH265VideoStreamer.cpp
│   │   ├── testH265VideoToTransportStream.cpp
│   │   ├── testMKVSplitter.cpp
│   │   ├── testMKVStreamer.cpp
│   │   ├── testMP3-using-ADUs.sdp
│   │   ├── testMP3.sdp
│   │   ├── testMP3Receiver.cpp
│   │   ├── testMP3Streamer.cpp
│   │   ├── testMPEG1or2AudioVideo.sdp
│   │   ├── testMPEG1or2AudioVideoStreamer.cpp
│   │   ├── testMPEG1or2ProgramToTransportStream.cpp
│   │   ├── testMPEG1or2Splitter.cpp
│   │   ├── testMPEG1or2Video.sdp
│   │   ├── testMPEG1or2VideoReceiver.cpp
│   │   ├── testMPEG1or2VideoStreamer.cpp
│   │   ├── testMPEG2Transport.sdp
│   │   ├── testMPEG2TransportReceiver.cpp
│   │   ├── testMPEG2TransportStreamSplitter.cpp
│   │   ├── testMPEG2TransportStreamTrickPlay.cpp
│   │   ├── testMPEG2TransportStreamer.cpp
│   │   ├── testMPEG4VideoStreamer.cpp
│   │   ├── testOggStreamer.cpp
│   │   ├── testOnDemandRTSPServer.cpp
│   │   ├── testRTSPClient.cpp
│   │   ├── testRelay.cpp
│   │   ├── testReplicator.cpp
│   │   ├── testWAVAudioStreamer.cpp
│   │   └── vobStreamer.cpp
│   ├── win32config
│   └── win32config.Borland
└── 好例子网_live555-latest.tar.gz

13 directories, 504 files


标签: live555 rtsp IPCamera

实例下载地址

live555:用于rtsp协议开发

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警