实例介绍
live555接收实时流,ffmpeg解码,x264 重新编码
【实例截图】
【核心代码】
4744302542889847010.zip
└── 实时流接收解码压缩live5552014_yasuo
└── live5552014_yasuo
├── BasicUsageEnvironment
│ ├── BasicHashTable.cpp
│ ├── BasicTaskScheduler0.cpp
│ ├── BasicTaskScheduler.cpp
│ ├── BasicUsageEnvironment0.cpp
│ ├── BasicUsageEnvironment.cpp
│ ├── BasicUsageEnvironment.vcxproj
│ ├── BasicUsageEnvironment.vcxproj.filters
│ ├── BasicUsageEnvironment.vcxproj.user
│ ├── COPYING
│ ├── Debug
│ │ └── BasicUsageEnvironment.log
│ ├── DelayQueue.cpp
│ ├── include
│ │ ├── BasicHashTable.hh
│ │ ├── BasicUsageEnvironment0.hh
│ │ ├── BasicUsageEnvironment.hh
│ │ ├── BasicUsageEnvironment_version.hh
│ │ ├── DelayQueue.hh
│ │ └── HandlerSet.hh
│ ├── Makefile.head
│ └── Makefile.tail
├── Debug
│ ├── avcodec-55.dll
│ ├── avdevice-55.dll
│ ├── avfilter-4.dll
│ ├── avformat-55.dll
│ ├── avutil-52.dll
│ ├── BasicUsageEnvironment.lib
│ ├── groupsock.lib
│ ├── libgcc_s_dw2-1.dll
│ ├── libx264-142.dll
│ ├── live.ilk
│ ├── liveMedia.lib
│ ├── live.pdb
│ ├── postproc-52.dll
│ ├── pthreadGC2.dll
│ ├── pthreadGCE2.dll
│ ├── pthreadVC2.dll
│ ├── pthreadVCE2.dll
│ ├── pthreadVSE2.dll
│ ├── SDL.dll
│ ├── swresample-0.dll
│ ├── swscale-2.dll
│ ├── UsageEnvironment.lib
│ └── UsageEnvironment.pdb
├── groupsock
│ ├── COPYING
│ ├── Debug
│ │ └── groupsock.log
│ ├── GroupEId.cpp
│ ├── Groupsock.cpp
│ ├── GroupsockHelper.cpp
│ ├── groupsock.vcxproj
│ ├── groupsock.vcxproj.filters
│ ├── groupsock.vcxproj.user
│ ├── 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
├── ipch
│ ├── livemedia-de8c5fd7
│ │ └── livemedia-49f923dc.ipch
│ └── mediaserver-f89ef525
│ └── mediaserver-1e1940c3.ipch
├── live5552014.sdf
├── live5552014.sln
├── live5552014.suo
├── live555lib
├── 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
│ ├── DarwinInjector.cpp
│ ├── Debug
│ │ └── liveMedia.log
│ ├── 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
│ │ ├── inttypes.h
│ │ ├── JPEGVideoRTPSink.hh
│ │ ├── JPEGVideoRTPSource.hh
│ │ ├── JPEGVideoSource.hh
│ │ ├── libavcodec
│ │ │ ├── avcodec.h
│ │ │ ├── avfft.h
│ │ │ ├── dxva2.h
│ │ │ ├── old_codec_ids.h
│ │ │ ├── vaapi.h
│ │ │ ├── vda.h
│ │ │ ├── vdpau.h
│ │ │ ├── version.h
│ │ │ └── xvmc.h
│ │ ├── libavdevice
│ │ │ ├── avdevice.h
│ │ │ └── version.h
│ │ ├── libavfilter
│ │ │ ├── asrc_abuffer.h
│ │ │ ├── avcodec.h
│ │ │ ├── avfiltergraph.h
│ │ │ ├── avfilter.h
│ │ │ ├── buffersink.h
│ │ │ ├── buffersrc.h
│ │ │ └── version.h
│ │ ├── libavformat
│ │ │ ├── avformat.h
│ │ │ ├── avio.h
│ │ │ └── version.h
│ │ ├── libavutil
│ │ │ ├── adler32.h
│ │ │ ├── aes.h
│ │ │ ├── attributes.h
│ │ │ ├── audioconvert.h
│ │ │ ├── audio_fifo.h
│ │ │ ├── avassert.h
│ │ │ ├── avconfig.h
│ │ │ ├── avstring.h
│ │ │ ├── avutil.h
│ │ │ ├── base64.h
│ │ │ ├── blowfish.h
│ │ │ ├── bprint.h
│ │ │ ├── bswap.h
│ │ │ ├── buffer.h
│ │ │ ├── channel_layout.h
│ │ │ ├── common.h
│ │ │ ├── cpu.h
│ │ │ ├── crc.h
│ │ │ ├── dict.h
│ │ │ ├── downmix_info.h
│ │ │ ├── error.h
│ │ │ ├── eval.h
│ │ │ ├── ffversion.h
│ │ │ ├── fifo.h
│ │ │ ├── file.h
│ │ │ ├── frame.h
│ │ │ ├── hmac.h
│ │ │ ├── imgutils.h
│ │ │ ├── intfloat.h
│ │ │ ├── intfloat_readwrite.h
│ │ │ ├── intreadwrite.h
│ │ │ ├── lfg.h
│ │ │ ├── log.h
│ │ │ ├── lzo.h
│ │ │ ├── macros.h
│ │ │ ├── mathematics.h
│ │ │ ├── md5.h
│ │ │ ├── mem.h
│ │ │ ├── murmur3.h
│ │ │ ├── old_pix_fmts.h
│ │ │ ├── opt.h
│ │ │ ├── parseutils.h
│ │ │ ├── pixdesc.h
│ │ │ ├── pixfmt.h
│ │ │ ├── random_seed.h
│ │ │ ├── rational.h
│ │ │ ├── replaygain.h
│ │ │ ├── ripemd.h
│ │ │ ├── samplefmt.h
│ │ │ ├── sha512.h
│ │ │ ├── sha.h
│ │ │ ├── stereo3d.h
│ │ │ ├── timecode.h
│ │ │ ├── time.h
│ │ │ ├── timestamp.h
│ │ │ ├── version.h
│ │ │ └── xtea.h
│ │ ├── libpostproc
│ │ │ ├── postprocess.h
│ │ │ └── version.h
│ │ ├── libswresample
│ │ │ ├── swresample.h
│ │ │ └── version.h
│ │ ├── libswscale
│ │ │ ├── swscale.h
│ │ │ └── version.h
│ │ ├── liveMedia.hh
│ │ ├── liveMedia_version.hh
│ │ ├── Locale.hh
│ │ ├── MatroskaFile.hh
│ │ ├── MatroskaFileServerDemux.hh
│ │ ├── Media.hh
│ │ ├── MediaSession.hh
│ │ ├── MediaSink.hh
│ │ ├── MediaSource.hh
│ │ ├── _mingw.h
│ │ ├── 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
│ │ ├── 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
│ │ ├── stdint.h
│ │ ├── StreamReplicator.hh
│ │ ├── T140TextRTPSink.hh
│ │ ├── TCPStreamSink.hh
│ │ ├── TextRTPSink.hh
│ │ ├── TheoraVideoRTPSink.hh
│ │ ├── TheoraVideoRTPSource.hh
│ │ ├── uLawAudioFilter.hh
│ │ ├── VideoRTPSink.hh
│ │ ├── VorbisAudioRTPSink.hh
│ │ ├── VorbisAudioRTPSource.hh
│ │ ├── VP8VideoRTPSink.hh
│ │ ├── VP8VideoRTPSource.hh
│ │ ├── WAVAudioFileServerMediaSubsession.hh
│ │ ├── WAVAudioFileSource.hh
│ │ ├── x264_config.h
│ │ └── x264.h
│ ├── InputFile.cpp
│ ├── JPEGVideoRTPSink.cpp
│ ├── JPEGVideoRTPSource.cpp
│ ├── JPEGVideoSource.cpp
│ ├── lib
│ │ ├── avcodec.lib
│ │ ├── avdevice.lib
│ │ ├── avfilter.lib
│ │ ├── avformat.lib
│ │ ├── avutil.lib
│ │ ├── libpthreadGC2.a
│ │ ├── libpthreadGCE2.a
│ │ ├── libx264-142.lib
│ │ ├── libx264.lib
│ │ ├── postproc.lib
│ │ ├── pthreadVC2.lib
│ │ ├── pthreadVCE2.lib
│ │ ├── pthreadVSE2.lib
│ │ ├── swresample.lib
│ │ └── swscale.lib
│ ├── liveMedia.vcxproj
│ ├── liveMedia.vcxproj.filters
│ ├── liveMedia.vcxproj.user
│ ├── 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
│ ├── 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
│ ├── ourMD5.hh
│ ├── 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
│ ├── WAVAudioFileServerMediaSubsession.cpp
│ └── WAVAudioFileSource.cpp
├── mediaServer
│ ├── COPYING
│ ├── Debug
│ │ └── mediaServer.log
│ ├── DynamicRTSPServer.cpp
│ ├── DynamicRTSPServer.hh
│ ├── include
│ │ ├── inttypes.h
│ │ ├── libavcodec
│ │ │ ├── avcodec.h
│ │ │ ├── avfft.h
│ │ │ ├── dxva2.h
│ │ │ ├── old_codec_ids.h
│ │ │ ├── vaapi.h
│ │ │ ├── vda.h
│ │ │ ├── vdpau.h
│ │ │ ├── version.h
│ │ │ └── xvmc.h
│ │ ├── libavdevice
│ │ │ ├── avdevice.h
│ │ │ └── version.h
│ │ ├── libavfilter
│ │ │ ├── asrc_abuffer.h
│ │ │ ├── avcodec.h
│ │ │ ├── avfiltergraph.h
│ │ │ ├── avfilter.h
│ │ │ ├── buffersink.h
│ │ │ ├── buffersrc.h
│ │ │ └── version.h
│ │ ├── libavformat
│ │ │ ├── avformat.h
│ │ │ ├── avio.h
│ │ │ └── version.h
│ │ ├── libavutil
│ │ │ ├── adler32.h
│ │ │ ├── aes.h
│ │ │ ├── attributes.h
│ │ │ ├── audioconvert.h
│ │ │ ├── audio_fifo.h
│ │ │ ├── avassert.h
│ │ │ ├── avconfig.h
│ │ │ ├── avstring.h
│ │ │ ├── avutil.h
│ │ │ ├── base64.h
│ │ │ ├── blowfish.h
│ │ │ ├── bprint.h
│ │ │ ├── bswap.h
│ │ │ ├── buffer.h
│ │ │ ├── channel_layout.h
│ │ │ ├── common.h
│ │ │ ├── cpu.h
│ │ │ ├── crc.h
│ │ │ ├── dict.h
│ │ │ ├── downmix_info.h
│ │ │ ├── error.h
│ │ │ ├── eval.h
│ │ │ ├── ffversion.h
│ │ │ ├── fifo.h
│ │ │ ├── file.h
│ │ │ ├── frame.h
│ │ │ ├── hmac.h
│ │ │ ├── imgutils.h
│ │ │ ├── intfloat.h
│ │ │ ├── intfloat_readwrite.h
│ │ │ ├── intreadwrite.h
│ │ │ ├── lfg.h
│ │ │ ├── log.h
│ │ │ ├── lzo.h
│ │ │ ├── macros.h
│ │ │ ├── mathematics.h
│ │ │ ├── md5.h
│ │ │ ├── mem.h
│ │ │ ├── murmur3.h
│ │ │ ├── old_pix_fmts.h
│ │ │ ├── opt.h
│ │ │ ├── parseutils.h
│ │ │ ├── pixdesc.h
│ │ │ ├── pixfmt.h
│ │ │ ├── random_seed.h
│ │ │ ├── rational.h
│ │ │ ├── replaygain.h
│ │ │ ├── ripemd.h
│ │ │ ├── samplefmt.h
│ │ │ ├── sha512.h
│ │ │ ├── sha.h
│ │ │ ├── stereo3d.h
│ │ │ ├── timecode.h
│ │ │ ├── time.h
│ │ │ ├── timestamp.h
│ │ │ ├── version.h
│ │ │ └── xtea.h
│ │ ├── libpostproc
│ │ │ ├── postprocess.h
│ │ │ └── version.h
│ │ ├── libswresample
│ │ │ ├── swresample.h
│ │ │ └── version.h
│ │ ├── libswscale
│ │ │ ├── swscale.h
│ │ │ └── version.h
│ │ ├── _mingw.h
│ │ ├── stdint.h
│ │ ├── transcode_packet_send.h
│ │ ├── x264_config.h
│ │ └── x264.h
│ ├── lib
│ │ ├── avcodec.lib
│ │ ├── avdevice.lib
│ │ ├── avfilter.lib
│ │ ├── avformat.lib
│ │ ├── avutil.lib
│ │ ├── libpthreadGC2.a
│ │ ├── libpthreadGCE2.a
│ │ ├── libx264-142.lib
│ │ ├── libx264.lib
│ │ ├── postproc.lib
│ │ ├── pthreadVC2.lib
│ │ ├── pthreadVCE2.lib
│ │ ├── pthreadVSE2.lib
│ │ ├── swresample.lib
│ │ └── swscale.lib
│ ├── live555MediaServer.cpp
│ ├── Makefile.head
│ ├── Makefile.tail
│ ├── mediaServer.vcxproj
│ ├── mediaServer.vcxproj.filters
│ ├── mediaServer.vcxproj.user
│ ├── transcode_packet_send.cpp
│ └── version.hh
├── testProgs
│ ├── COPYING
│ ├── 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
├── Debug
│ └── UsageEnvironment.log
├── HashTable.cpp
├── include
│ ├── Boolean.hh
│ ├── HashTable.hh
│ ├── strDup.hh
│ ├── UsageEnvironment.hh
│ └── UsageEnvironment_version.hh
├── Makefile.head
├── Makefile.tail
├── strDup.cpp
├── UsageEnvironment.cpp
├── UsageEnvironment.vcxproj
├── UsageEnvironment.vcxproj.filters
└── UsageEnvironment.vcxproj.user
41 directories, 681 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论