在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VS2017编译Live555源代码.rar

VS2017编译Live555源代码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:48.81M
  • 下载次数:7
  • 浏览次数:82
  • 发布时间:2021-12-01
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
VS2017编译Live555源码,此项目为搭建完成后的工程,只需加载即可运行,加载步骤: 1.解压项目,找到live555Win工程文件夹。 2.运行live555Win文件夹下的live555Win.sln。 即可加载工程。 压缩包中live555Win文件夹下Debug文件夹包含已经编译好的文件,运行步骤: 1.双击mediaServer.exe启动服务 2.使用VLC客户端,打开网络串流:rtsp://127.0.0.1/test.264,即可观看视频。
【实例截图】
【核心代码】
4744302543291017384.rar
└── live
├── BasicUsageEnvironment
│   ├── BasicHashTable.cpp
│   ├── BasicTaskScheduler0.cpp
│   ├── BasicTaskScheduler.cpp
│   ├── BasicUsageEnvironment0.cpp
│   ├── BasicUsageEnvironment.cpp
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── DelayQueue.cpp
│   ├── include
│   │   ├── BasicHashTable.hh
│   │   ├── BasicUsageEnvironment0.hh
│   │   ├── BasicUsageEnvironment.hh
│   │   ├── BasicUsageEnvironment_version.hh
│   │   ├── DelayQueue.hh
│   │   └── HandlerSet.hh
│   ├── 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
├── COPYING.LESSER
├── fix-makefile
├── genMakefiles
├── genWindowsMakefiles
├── genWindowsMakefiles.cmd
├── groupsock
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── 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.head
│   ├── Makefile.tail
│   ├── NetAddress.cpp
│   └── NetInterface.cpp
├── live555Win
│   ├── BasicUsageEnvironment
│   │   ├── BasicHashTable.cpp
│   │   ├── BasicTaskScheduler0.cpp
│   │   ├── BasicTaskScheduler.cpp
│   │   ├── BasicUsageEnvironment0.cpp
│   │   ├── BasicUsageEnvironment.cpp
│   │   ├── BasicUsageEnvironment.vcxproj
│   │   ├── BasicUsageEnvironment.vcxproj.filters
│   │   ├── COPYING
│   │   ├── COPYING.LESSER
│   │   ├── Debug
│   │   │   ├── BasicHashTable.obj
│   │   │   ├── BasicTaskScheduler0.obj
│   │   │   ├── BasicTaskScheduler.obj
│   │   │   ├── BasicUsa.BE30E183.tlog
│   │   │   │   ├── BasicUsageEnvironment.lastbuildstate
│   │   │   │   ├── CL.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── Lib.command.1.tlog
│   │   │   │   ├── Lib-link.read.1.tlog
│   │   │   │   └── Lib-link.write.1.tlog
│   │   │   ├── BasicUsageEnvironment0.obj
│   │   │   ├── BasicUsageEnvironment.Build.CppClean.log
│   │   │   ├── BasicUsageEnvironment.idb
│   │   │   ├── BasicUsageEnvironment.log
│   │   │   ├── BasicUsageEnvironment.obj
│   │   │   ├── BasicUsageEnvironment.pdb
│   │   │   └── DelayQueue.obj
│   │   ├── DelayQueue.cpp
│   │   ├── include
│   │   │   ├── BasicHashTable.hh
│   │   │   ├── BasicUsageEnvironment0.hh
│   │   │   ├── BasicUsageEnvironment.hh
│   │   │   ├── BasicUsageEnvironment_version.hh
│   │   │   ├── DelayQueue.hh
│   │   │   └── HandlerSet.hh
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   └── ReadMe.txt
│   ├── Debug
│   │   ├── BasicUsageEnvironment.lib
│   │   ├── BasicUsageEnvironment.pdb
│   │   ├── groupsock.lib
│   │   ├── groupsock.pdb
│   │   ├── live555Win
│   │   ├── liveMedia.lib
│   │   ├── liveMedia.pdb
│   │   ├── mediaServer.exe
│   │   ├── mediaServer.ilk
│   │   ├── mediaServer.pdb
│   │   ├── test.264
│   │   ├── UsageEnvironment.lib
│   │   └── UsageEnvironment.pdb
│   ├── groupsock
│   │   ├── COPYING
│   │   ├── COPYING.LESSER
│   │   ├── Debug
│   │   │   ├── GroupEId.obj
│   │   │   ├── GroupsockHelper.obj
│   │   │   ├── groupsock.idb
│   │   │   ├── groupsock.log
│   │   │   ├── Groupsock.obj
│   │   │   ├── groupsock.pdb
│   │   │   ├── groupsock.tlog
│   │   │   │   ├── CL.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── groupsock.lastbuildstate
│   │   │   │   ├── Lib.command.1.tlog
│   │   │   │   ├── Lib-link.read.1.tlog
│   │   │   │   └── Lib-link.write.1.tlog
│   │   │   ├── inet.obj
│   │   │   ├── IOHandlers.obj
│   │   │   ├── NetAddress.obj
│   │   │   └── NetInterface.obj
│   │   ├── GroupEId.cpp
│   │   ├── Groupsock.cpp
│   │   ├── GroupsockHelper.cpp
│   │   ├── groupsock.vcxproj
│   │   ├── groupsock.vcxproj.filters
│   │   ├── 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.head
│   │   ├── Makefile.tail
│   │   ├── NetAddress.cpp
│   │   ├── NetInterface.cpp
│   │   └── ReadMe.txt
│   ├── live555Win.sln
│   ├── 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
│   │   ├── COPYING
│   │   ├── COPYING.LESSER
│   │   ├── Debug
│   │   │   ├── AC3AudioFileServerMediaSubsession.obj
│   │   │   ├── AC3AudioRTPSink.obj
│   │   │   ├── AC3AudioRTPSource.obj
│   │   │   ├── AC3AudioStreamFramer.obj
│   │   │   ├── ADTSAudioFileServerMediaSubsession.obj
│   │   │   ├── ADTSAudioFileSource.obj
│   │   │   ├── AMRAudioFileServerMediaSubsession.obj
│   │   │   ├── AMRAudioFileSink.obj
│   │   │   ├── AMRAudioFileSource.obj
│   │   │   ├── AMRAudioRTPSink.obj
│   │   │   ├── AMRAudioRTPSource.obj
│   │   │   ├── AMRAudioSource.obj
│   │   │   ├── AudioInputDevice.obj
│   │   │   ├── AudioRTPSink.obj
│   │   │   ├── AVIFileSink.obj
│   │   │   ├── Base64.obj
│   │   │   ├── BasicUDPSink.obj
│   │   │   ├── BasicUDPSource.obj
│   │   │   ├── BitVector.obj
│   │   │   ├── ByteStreamFileSource.obj
│   │   │   ├── ByteStreamMemoryBufferSource.obj
│   │   │   ├── ByteStreamMultiFileSource.obj
│   │   │   ├── DeviceSource.obj
│   │   │   ├── DigestAuthentication.obj
│   │   │   ├── DVVideoFileServerMediaSubsession.obj
│   │   │   ├── DVVideoRTPSink.obj
│   │   │   ├── DVVideoRTPSource.obj
│   │   │   ├── DVVideoStreamFramer.obj
│   │   │   ├── EBMLNumber.obj
│   │   │   ├── FileServerMediaSubsession.obj
│   │   │   ├── FileSink.obj
│   │   │   ├── FramedFileSource.obj
│   │   │   ├── FramedFilter.obj
│   │   │   ├── FramedSource.obj
│   │   │   ├── GenericMediaServer.obj
│   │   │   ├── GSMAudioRTPSink.obj
│   │   │   ├── H261VideoRTPSource.obj
│   │   │   ├── H263plusVideoFileServerMediaSubsession.obj
│   │   │   ├── H263plusVideoRTPSink.obj
│   │   │   ├── H263plusVideoRTPSource.obj
│   │   │   ├── H263plusVideoStreamFramer.obj
│   │   │   ├── H263plusVideoStreamParser.obj
│   │   │   ├── H264or5VideoFileSink.obj
│   │   │   ├── H264or5VideoRTPSink.obj
│   │   │   ├── H264or5VideoStreamDiscreteFramer.obj
│   │   │   ├── H264or5VideoStreamFramer.obj
│   │   │   ├── H264VideoFileServerMediaSubsession.obj
│   │   │   ├── H264VideoFileSink.obj
│   │   │   ├── H264VideoRTPSink.obj
│   │   │   ├── H264VideoRTPSource.obj
│   │   │   ├── H264VideoStreamDiscreteFramer.obj
│   │   │   ├── H264VideoStreamFramer.obj
│   │   │   ├── H265VideoFileServerMediaSubsession.obj
│   │   │   ├── H265VideoFileSink.obj
│   │   │   ├── H265VideoRTPSink.obj
│   │   │   ├── H265VideoRTPSource.obj
│   │   │   ├── H265VideoStreamDiscreteFramer.obj
│   │   │   ├── H265VideoStreamFramer.obj
│   │   │   ├── InputFile.obj
│   │   │   ├── JPEGVideoRTPSink.obj
│   │   │   ├── JPEGVideoRTPSource.obj
│   │   │   ├── JPEGVideoSource.obj
│   │   │   ├── liveMedia.idb
│   │   │   ├── liveMedia.log
│   │   │   ├── liveMedia.pdb
│   │   │   ├── liveMedia.tlog
│   │   │   │   ├── CL.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── Lib.command.1.tlog
│   │   │   │   ├── Lib-link.read.1.tlog
│   │   │   │   ├── Lib-link.write.1.tlog
│   │   │   │   └── liveMedia.lastbuildstate
│   │   │   ├── Locale.obj
│   │   │   ├── MatroskaDemuxedTrack.obj
│   │   │   ├── MatroskaFile.obj
│   │   │   ├── MatroskaFileParser.obj
│   │   │   ├── MatroskaFileServerDemux.obj
│   │   │   ├── MatroskaFileServerMediaSubsession.obj
│   │   │   ├── Media.obj
│   │   │   ├── MediaSession.obj
│   │   │   ├── MediaSink.obj
│   │   │   ├── MediaSource.obj
│   │   │   ├── MP3ADUdescriptor.obj
│   │   │   ├── MP3ADUinterleaving.obj
│   │   │   ├── MP3ADU.obj
│   │   │   ├── MP3ADURTPSink.obj
│   │   │   ├── MP3ADURTPSource.obj
│   │   │   ├── MP3ADUTranscoder.obj
│   │   │   ├── MP3AudioFileServerMediaSubsession.obj
│   │   │   ├── MP3AudioMatroskaFileServerMediaSubsession.obj
│   │   │   ├── MP3FileSource.obj
│   │   │   ├── MP3InternalsHuffman.obj
│   │   │   ├── MP3InternalsHuffmanTable.obj
│   │   │   ├── MP3Internals.obj
│   │   │   ├── MP3StreamState.obj
│   │   │   ├── MP3Transcoder.obj
│   │   │   ├── MPEG1or2AudioRTPSink.obj
│   │   │   ├── MPEG1or2AudioRTPSource.obj
│   │   │   ├── MPEG1or2AudioStreamFramer.obj
│   │   │   ├── MPEG1or2DemuxedElementaryStream.obj
│   │   │   ├── MPEG1or2DemuxedServerMediaSubsession.obj
│   │   │   ├── MPEG1or2Demux.obj
│   │   │   ├── MPEG1or2FileServerDemux.obj
│   │   │   ├── MPEG1or2VideoFileServerMediaSubsession.obj
│   │   │   ├── MPEG1or2VideoRTPSink.obj
│   │   │   ├── MPEG1or2VideoRTPSource.obj
│   │   │   ├── MPEG1or2VideoStreamDiscreteFramer.obj
│   │   │   ├── MPEG1or2VideoStreamFramer.obj
│   │   │   ├── MPEG2IndexFromTransportStream.obj
│   │   │   ├── MPEG2TransportFileServerMediaSubsession.obj
│   │   │   ├── MPEG2TransportStreamAccumulator.obj
│   │   │   ├── MPEG2TransportStreamFramer.obj
│   │   │   ├── MPEG2TransportStreamFromESSource.obj
│   │   │   ├── MPEG2TransportStreamFromPESSource.obj
│   │   │   ├── MPEG2TransportStreamIndexFile.obj
│   │   │   ├── MPEG2TransportStreamMultiplexor.obj
│   │   │   ├── MPEG2TransportStreamTrickModeFilter.obj
│   │   │   ├── MPEG2TransportUDPServerMediaSubsession.obj
│   │   │   ├── MPEG4ESVideoRTPSink.obj
│   │   │   ├── MPEG4ESVideoRTPSource.obj
│   │   │   ├── MPEG4GenericRTPSink.obj
│   │   │   ├── MPEG4GenericRTPSource.obj
│   │   │   ├── MPEG4LATMAudioRTPSink.obj
│   │   │   ├── MPEG4LATMAudioRTPSource.obj
│   │   │   ├── MPEG4VideoFileServerMediaSubsession.obj
│   │   │   ├── MPEG4VideoStreamDiscreteFramer.obj
│   │   │   ├── MPEG4VideoStreamFramer.obj
│   │   │   ├── MPEGVideoStreamFramer.obj
│   │   │   ├── MPEGVideoStreamParser.obj
│   │   │   ├── MultiFramedRTPSink.obj
│   │   │   ├── MultiFramedRTPSource.obj
│   │   │   ├── OggDemuxedTrack.obj
│   │   │   ├── OggFile.obj
│   │   │   ├── OggFileParser.obj
│   │   │   ├── OggFileServerDemux.obj
│   │   │   ├── OggFileServerMediaSubsession.obj
│   │   │   ├── OggFileSink.obj
│   │   │   ├── OnDemandServerMediaSubsession.obj
│   │   │   ├── ourMD5.obj
│   │   │   ├── OutputFile.obj
│   │   │   ├── PassiveServerMediaSubsession.obj
│   │   │   ├── ProxyServerMediaSession.obj
│   │   │   ├── QCELPAudioRTPSource.obj
│   │   │   ├── QuickTimeFileSink.obj
│   │   │   ├── QuickTimeGenericRTPSource.obj
│   │   │   ├── rtcp_from_spec.obj
│   │   │   ├── RTCP.obj
│   │   │   ├── RTPInterface.obj
│   │   │   ├── RTPSink.obj
│   │   │   ├── RTPSource.obj
│   │   │   ├── RTSPClient.obj
│   │   │   ├── RTSPCommon.obj
│   │   │   ├── RTSPRegisterSender.obj
│   │   │   ├── RTSPServer.obj
│   │   │   ├── RTSPServerRegister.obj
│   │   │   ├── RTSPServerSupportingHTTPStreaming.obj
│   │   │   ├── ServerMediaSession.obj
│   │   │   ├── SimpleRTPSink.obj
│   │   │   ├── SimpleRTPSource.obj
│   │   │   ├── SIPClient.obj
│   │   │   ├── StreamParser.obj
│   │   │   ├── StreamReplicator.obj
│   │   │   ├── T140TextRTPSink.obj
│   │   │   ├── TCPStreamSink.obj
│   │   │   ├── TextRTPSink.obj
│   │   │   ├── TheoraVideoRTPSink.obj
│   │   │   ├── TheoraVideoRTPSource.obj
│   │   │   ├── uLawAudioFilter.obj
│   │   │   ├── VideoRTPSink.obj
│   │   │   ├── VorbisAudioRTPSink.obj
│   │   │   ├── VorbisAudioRTPSource.obj
│   │   │   ├── VP8VideoRTPSink.obj
│   │   │   ├── VP8VideoRTPSource.obj
│   │   │   ├── VP9VideoRTPSink.obj
│   │   │   ├── VP9VideoRTPSource.obj
│   │   │   ├── WAVAudioFileServerMediaSubsession.obj
│   │   │   └── WAVAudioFileSource.obj
│   │   ├── 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
│   │   ├── GenericMediaServer.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
│   │   │   ├── DeviceSource.hh
│   │   │   ├── DigestAuthentication.hh
│   │   │   ├── DVVideoFileServerMediaSubsession.hh
│   │   │   ├── DVVideoRTPSink.hh
│   │   │   ├── DVVideoRTPSource.hh
│   │   │   ├── DVVideoStreamFramer.hh
│   │   │   ├── FileServerMediaSubsession.hh
│   │   │   ├── FileSink.hh
│   │   │   ├── FramedFileSource.hh
│   │   │   ├── FramedFilter.hh
│   │   │   ├── FramedSource.hh
│   │   │   ├── GenericMediaServer.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
│   │   │   ├── MediaTranscodingTable.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
│   │   │   ├── MPEG2TransportStreamAccumulator.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
│   │   │   ├── ProxyServerMediaSession.hh.orig
│   │   │   ├── 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
│   │   ├── liveMedia.vcxproj
│   │   ├── liveMedia.vcxproj.filters
│   │   ├── Locale.cpp
│   │   ├── 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
│   │   ├── MPEG2TransportStreamAccumulator.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
│   │   ├── ReadMe.txt
│   │   ├── RTCP.cpp
│   │   ├── rtcp_from_spec.c
│   │   ├── rtcp_from_spec.h
│   │   ├── RTPInterface.cpp
│   │   ├── RTPSink.cpp
│   │   ├── RTPSource.cpp
│   │   ├── RTSPClient.cpp
│   │   ├── RTSPCommon.cpp
│   │   ├── RTSPRegisterSender.cpp
│   │   ├── RTSPServer.cpp
│   │   ├── RTSPServerRegister.cpp
│   │   ├── RTSPServerSupportingHTTPStreaming.cpp
│   │   ├── ServerMediaSession.cpp
│   │   ├── SimpleRTPSink.cpp
│   │   ├── SimpleRTPSource.cpp
│   │   ├── SIPClient.cpp
│   │   ├── stDjgzxL
│   │   ├── 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
│   ├── mediaServer
│   │   ├── COPYING
│   │   ├── COPYING.LESSER
│   │   ├── Debug
│   │   │   ├── DynamicRTSPServer.obj
│   │   │   ├── live555MediaServer.obj
│   │   │   ├── mediaServer.log
│   │   │   ├── mediaServer.tlog
│   │   │   │   ├── CL.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   └── mediaServer.lastbuildstate
│   │   │   ├── vc141.idb
│   │   │   └── vc141.pdb
│   │   ├── DynamicRTSPServer.cpp
│   │   ├── DynamicRTSPServer.hh
│   │   ├── live555MediaServer.cpp
│   │   ├── Makefile.head
│   │   ├── Makefile.tail
│   │   ├── mediaServer.vcxproj
│   │   ├── mediaServer.vcxproj.filters
│   │   └── version.hh
│   └── UsageEnvironment
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── Debug
│   │   ├── HashTable.obj
│   │   ├── strDup.obj
│   │   ├── UsageEnvironment.idb
│   │   ├── UsageEnvironment.log
│   │   ├── UsageEnvironment.obj
│   │   ├── UsageEnvironment.pdb
│   │   └── UsageEnvironment.tlog
│   │   ├── CL.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── Lib.command.1.tlog
│   │   ├── Lib-link.read.1.tlog
│   │   ├── Lib-link.write.1.tlog
│   │   └── UsageEnvironment.lastbuildstate
│   ├── HashTable.cpp
│   ├── include
│   │   ├── Boolean.hh
│   │   ├── HashTable.hh
│   │   ├── strDup.hh
│   │   ├── UsageEnvironment.hh
│   │   └── UsageEnvironment_version.hh
│   ├── Makefile.head
│   ├── Makefile.tail
│   ├── ReadMe.txt
│   ├── strDup.cpp
│   ├── UsageEnvironment.cpp
│   ├── UsageEnvironment.vcxproj
│   ├── UsageEnvironment.vcxproj.filters
│   └── UsageEnvironment.vcxproj.user
├── 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
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── 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
│   ├── GenericMediaServer.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
│   │   ├── DeviceSource.hh
│   │   ├── DigestAuthentication.hh
│   │   ├── DVVideoFileServerMediaSubsession.hh
│   │   ├── DVVideoRTPSink.hh
│   │   ├── DVVideoRTPSource.hh
│   │   ├── DVVideoStreamFramer.hh
│   │   ├── FileServerMediaSubsession.hh
│   │   ├── FileSink.hh
│   │   ├── FramedFileSource.hh
│   │   ├── FramedFilter.hh
│   │   ├── FramedSource.hh
│   │   ├── GenericMediaServer.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
│   │   ├── MediaTranscodingTable.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
│   │   ├── MPEG2TransportStreamAccumulator.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
│   │   ├── ProxyServerMediaSession.hh.orig
│   │   ├── 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.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
│   ├── MPEG2TransportStreamAccumulator.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
│   ├── RTSPServerRegister.cpp
│   ├── RTSPServerSupportingHTTPStreaming.cpp
│   ├── ServerMediaSession.cpp
│   ├── SimpleRTPSink.cpp
│   ├── SimpleRTPSource.cpp
│   ├── SIPClient.cpp
│   ├── stDjgzxL
│   ├── 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.tail
├── mediaServer
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── DynamicRTSPServer.cpp
│   ├── DynamicRTSPServer.hh
│   ├── live555MediaServer.cpp
│   ├── Makefile.head
│   ├── Makefile.tail
│   └── version.hh
├── proxyServer
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── live555ProxyServer.cpp
│   ├── Makefile.head
│   └── Makefile.tail
├── README
├── testProgs
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── 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
│   ├── testMP3.sdp
│   ├── testMP3Streamer.cpp
│   ├── testMP3-using-ADUs.sdp
│   ├── testMPEG1or2AudioVideo.sdp
│   ├── testMPEG1or2AudioVideoStreamer.cpp
│   ├── testMPEG1or2ProgramToTransportStream.cpp
│   ├── testMPEG1or2Splitter.cpp
│   ├── testMPEG1or2VideoReceiver.cpp
│   ├── testMPEG1or2Video.sdp
│   ├── testMPEG1or2VideoStreamer.cpp
│   ├── testMPEG2TransportReceiver.cpp
│   ├── testMPEG2Transport.sdp
│   ├── testMPEG2TransportStreamer.cpp
│   ├── testMPEG2TransportStreamTrickPlay.cpp
│   ├── testMPEG4VideoStreamer.cpp
│   ├── testOggStreamer.cpp
│   ├── testOnDemandRTSPServer.cpp
│   ├── testRelay.cpp
│   ├── testReplicator.cpp
│   ├── testRTSPClient.cpp
│   ├── testWAVAudioStreamer.cpp
│   └── vobStreamer.cpp
├── UsageEnvironment
│   ├── COPYING
│   ├── COPYING.LESSER
│   ├── HashTable.cpp
│   ├── include
│   │   ├── Boolean.hh
│   │   ├── HashTable.hh
│   │   ├── strDup.hh
│   │   ├── UsageEnvironment.hh
│   │   └── UsageEnvironment_version.hh
│   ├── 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

35 directories, 1154 files

标签:

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警