7586f063e1
2019.12.30: - Moved the definition of "class tcpStreamRecord" inside "RTPInterface.cpp", to make it clear that this class is intended to be used only to implement "RTPInterface". - Added the "EXT-X-INDEPENDENT-SEGMENTS" tag to the playlist header generated by the "testH264VideoToHLSSegments" and "live555HLSProxy" demo applications. 2019.12.27: - Added a new demo application "live555HLSProxy" to "testProgs". (Because this is still 'work in progress', it is described/documented only on our developers' mailing list, for now.) 2019.12.13: - In the file "win32config" (used for generating Makefiles for Windows), moved "-DNO_OPENSSL=1" from "C_FLAGS" to "COMPILE_OPTS", following a suggestion. - Changed the type of the "data" parameter in the (private) member function "RTSPClient::write()" from "const u_int8_t*" to "const char*", following a suggestion. (Ditto for "TLSState::write()".) - Removed some stray (unused) files that had accidentally got left in the "liveMedia" directory. 2019.12.10: - Improved the handling of "npt" (Normal Play Time) times in the RTSP "Range:" header. (Thanks to Denis Genestier.) 2019.12.07: - Added support to "RTSPClient" for connecting to the server via TLS (encrypted TCP). "RTSPClient" will now connect via TLS if the URL begins with "rtsps://", or if the URL's port number is 322 (the port number reserved for RTSP over TLS), or if the "useTLS()" function is called on the "RTSPClient" object before the first RTSP command is sent. (Note that only RTSP client support for TLS is implemented for now; our RTSP server implementation currently does not support connections over TLS.) Note that because applications now link with "-lssl -lcrypto", you *must* re-run "genMakefiles" (to generate a new Makefile) after upgrading to this version of the software. (If you don't wish to support RTSP-over-TLS (or if you don't have "OpenSSL"), you can avoid this by compling with "-DNO_OPENSSL=1")
228 lines
8.4 KiB
Plaintext
228 lines
8.4 KiB
Plaintext
bin/MPEG2TransportStreamIndexer
|
|
bin/live555HLSProxy
|
|
bin/live555MediaServer
|
|
bin/live555ProxyServer
|
|
bin/openRTSP
|
|
bin/playSIP
|
|
bin/registerRTSPStream
|
|
bin/sapWatch
|
|
bin/testAMRAudioStreamer
|
|
bin/testDVVideoStreamer
|
|
bin/testH264VideoStreamer
|
|
bin/testH264VideoToHLSSegments
|
|
bin/testH264VideoToTransportStream
|
|
bin/testH265VideoStreamer
|
|
bin/testH265VideoToTransportStream
|
|
bin/testMKVSplitter
|
|
bin/testMKVStreamer
|
|
bin/testMP3Receiver
|
|
bin/testMP3Streamer
|
|
bin/testMPEG1or2AudioVideoStreamer
|
|
bin/testMPEG1or2ProgramToTransportStream
|
|
bin/testMPEG1or2Splitter
|
|
bin/testMPEG1or2VideoReceiver
|
|
bin/testMPEG1or2VideoStreamer
|
|
bin/testMPEG2TransportReceiver
|
|
bin/testMPEG2TransportStreamSplitter
|
|
bin/testMPEG2TransportStreamTrickPlay
|
|
bin/testMPEG2TransportStreamer
|
|
bin/testMPEG4VideoStreamer
|
|
bin/testOggStreamer
|
|
bin/testOnDemandRTSPServer
|
|
bin/testRTSPClient
|
|
bin/testRelay
|
|
bin/testReplicator
|
|
bin/testWAVAudioStreamer
|
|
bin/vobStreamer
|
|
include/BasicUsageEnvironment/BasicHashTable.hh
|
|
include/BasicUsageEnvironment/BasicUsageEnvironment.hh
|
|
include/BasicUsageEnvironment/BasicUsageEnvironment0.hh
|
|
include/BasicUsageEnvironment/BasicUsageEnvironment_version.hh
|
|
include/BasicUsageEnvironment/DelayQueue.hh
|
|
include/BasicUsageEnvironment/HandlerSet.hh
|
|
include/UsageEnvironment/Boolean.hh
|
|
include/UsageEnvironment/HashTable.hh
|
|
include/UsageEnvironment/UsageEnvironment.hh
|
|
include/UsageEnvironment/UsageEnvironment_version.hh
|
|
include/UsageEnvironment/strDup.hh
|
|
include/groupsock/GroupEId.hh
|
|
include/groupsock/Groupsock.hh
|
|
include/groupsock/GroupsockHelper.hh
|
|
include/groupsock/IOHandlers.hh
|
|
include/groupsock/NetAddress.hh
|
|
include/groupsock/NetCommon.h
|
|
include/groupsock/NetInterface.hh
|
|
include/groupsock/TunnelEncaps.hh
|
|
include/groupsock/groupsock_version.hh
|
|
include/liveMedia/AC3AudioFileServerMediaSubsession.hh
|
|
include/liveMedia/AC3AudioRTPSink.hh
|
|
include/liveMedia/AC3AudioRTPSource.hh
|
|
include/liveMedia/AC3AudioStreamFramer.hh
|
|
include/liveMedia/ADTSAudioFileServerMediaSubsession.hh
|
|
include/liveMedia/ADTSAudioFileSource.hh
|
|
include/liveMedia/AMRAudioFileServerMediaSubsession.hh
|
|
include/liveMedia/AMRAudioFileSink.hh
|
|
include/liveMedia/AMRAudioFileSource.hh
|
|
include/liveMedia/AMRAudioRTPSink.hh
|
|
include/liveMedia/AMRAudioRTPSource.hh
|
|
include/liveMedia/AMRAudioSource.hh
|
|
include/liveMedia/AVIFileSink.hh
|
|
include/liveMedia/AudioInputDevice.hh
|
|
include/liveMedia/AudioRTPSink.hh
|
|
include/liveMedia/Base64.hh
|
|
include/liveMedia/BasicUDPSink.hh
|
|
include/liveMedia/BasicUDPSource.hh
|
|
include/liveMedia/BitVector.hh
|
|
include/liveMedia/ByteStreamFileSource.hh
|
|
include/liveMedia/ByteStreamMemoryBufferSource.hh
|
|
include/liveMedia/ByteStreamMultiFileSource.hh
|
|
include/liveMedia/DVVideoFileServerMediaSubsession.hh
|
|
include/liveMedia/DVVideoRTPSink.hh
|
|
include/liveMedia/DVVideoRTPSource.hh
|
|
include/liveMedia/DVVideoStreamFramer.hh
|
|
include/liveMedia/DeviceSource.hh
|
|
include/liveMedia/DigestAuthentication.hh
|
|
include/liveMedia/FileServerMediaSubsession.hh
|
|
include/liveMedia/FileSink.hh
|
|
include/liveMedia/FramedFileSource.hh
|
|
include/liveMedia/FramedFilter.hh
|
|
include/liveMedia/FramedSource.hh
|
|
include/liveMedia/GSMAudioRTPSink.hh
|
|
include/liveMedia/GenericMediaServer.hh
|
|
include/liveMedia/H261VideoRTPSource.hh
|
|
include/liveMedia/H263plusVideoFileServerMediaSubsession.hh
|
|
include/liveMedia/H263plusVideoRTPSink.hh
|
|
include/liveMedia/H263plusVideoRTPSource.hh
|
|
include/liveMedia/H263plusVideoStreamFramer.hh
|
|
include/liveMedia/H264VideoFileServerMediaSubsession.hh
|
|
include/liveMedia/H264VideoFileSink.hh
|
|
include/liveMedia/H264VideoRTPSink.hh
|
|
include/liveMedia/H264VideoRTPSource.hh
|
|
include/liveMedia/H264VideoStreamDiscreteFramer.hh
|
|
include/liveMedia/H264VideoStreamFramer.hh
|
|
include/liveMedia/H264or5VideoFileSink.hh
|
|
include/liveMedia/H264or5VideoRTPSink.hh
|
|
include/liveMedia/H264or5VideoStreamDiscreteFramer.hh
|
|
include/liveMedia/H264or5VideoStreamFramer.hh
|
|
include/liveMedia/H265VideoFileServerMediaSubsession.hh
|
|
include/liveMedia/H265VideoFileSink.hh
|
|
include/liveMedia/H265VideoRTPSink.hh
|
|
include/liveMedia/H265VideoRTPSource.hh
|
|
include/liveMedia/H265VideoStreamDiscreteFramer.hh
|
|
include/liveMedia/H265VideoStreamFramer.hh
|
|
include/liveMedia/HLSSegmenter.hh
|
|
include/liveMedia/InputFile.hh
|
|
include/liveMedia/JPEG2000VideoRTPSink.hh
|
|
include/liveMedia/JPEG2000VideoRTPSource.hh
|
|
include/liveMedia/JPEGVideoRTPSink.hh
|
|
include/liveMedia/JPEGVideoRTPSource.hh
|
|
include/liveMedia/JPEGVideoSource.hh
|
|
include/liveMedia/Locale.hh
|
|
include/liveMedia/MP3ADU.hh
|
|
include/liveMedia/MP3ADURTPSink.hh
|
|
include/liveMedia/MP3ADURTPSource.hh
|
|
include/liveMedia/MP3ADUTranscoder.hh
|
|
include/liveMedia/MP3ADUinterleaving.hh
|
|
include/liveMedia/MP3AudioFileServerMediaSubsession.hh
|
|
include/liveMedia/MP3FileSource.hh
|
|
include/liveMedia/MP3Transcoder.hh
|
|
include/liveMedia/MPEG1or2AudioRTPSink.hh
|
|
include/liveMedia/MPEG1or2AudioRTPSource.hh
|
|
include/liveMedia/MPEG1or2AudioStreamFramer.hh
|
|
include/liveMedia/MPEG1or2Demux.hh
|
|
include/liveMedia/MPEG1or2DemuxedElementaryStream.hh
|
|
include/liveMedia/MPEG1or2DemuxedServerMediaSubsession.hh
|
|
include/liveMedia/MPEG1or2FileServerDemux.hh
|
|
include/liveMedia/MPEG1or2VideoFileServerMediaSubsession.hh
|
|
include/liveMedia/MPEG1or2VideoRTPSink.hh
|
|
include/liveMedia/MPEG1or2VideoRTPSource.hh
|
|
include/liveMedia/MPEG1or2VideoStreamDiscreteFramer.hh
|
|
include/liveMedia/MPEG1or2VideoStreamFramer.hh
|
|
include/liveMedia/MPEG2IndexFromTransportStream.hh
|
|
include/liveMedia/MPEG2TransportFileServerMediaSubsession.hh
|
|
include/liveMedia/MPEG2TransportStreamAccumulator.hh
|
|
include/liveMedia/MPEG2TransportStreamDemux.hh
|
|
include/liveMedia/MPEG2TransportStreamFramer.hh
|
|
include/liveMedia/MPEG2TransportStreamFromESSource.hh
|
|
include/liveMedia/MPEG2TransportStreamFromPESSource.hh
|
|
include/liveMedia/MPEG2TransportStreamIndexFile.hh
|
|
include/liveMedia/MPEG2TransportStreamMultiplexor.hh
|
|
include/liveMedia/MPEG2TransportStreamTrickModeFilter.hh
|
|
include/liveMedia/MPEG2TransportUDPServerMediaSubsession.hh
|
|
include/liveMedia/MPEG4ESVideoRTPSink.hh
|
|
include/liveMedia/MPEG4ESVideoRTPSource.hh
|
|
include/liveMedia/MPEG4GenericRTPSink.hh
|
|
include/liveMedia/MPEG4GenericRTPSource.hh
|
|
include/liveMedia/MPEG4LATMAudioRTPSink.hh
|
|
include/liveMedia/MPEG4LATMAudioRTPSource.hh
|
|
include/liveMedia/MPEG4VideoFileServerMediaSubsession.hh
|
|
include/liveMedia/MPEG4VideoStreamDiscreteFramer.hh
|
|
include/liveMedia/MPEG4VideoStreamFramer.hh
|
|
include/liveMedia/MPEGVideoStreamFramer.hh
|
|
include/liveMedia/MatroskaFile.hh
|
|
include/liveMedia/MatroskaFileServerDemux.hh
|
|
include/liveMedia/Media.hh
|
|
include/liveMedia/MediaSession.hh
|
|
include/liveMedia/MediaSink.hh
|
|
include/liveMedia/MediaSource.hh
|
|
include/liveMedia/MediaTranscodingTable.hh
|
|
include/liveMedia/MultiFramedRTPSink.hh
|
|
include/liveMedia/MultiFramedRTPSource.hh
|
|
include/liveMedia/OggFile.hh
|
|
include/liveMedia/OggFileServerDemux.hh
|
|
include/liveMedia/OggFileSink.hh
|
|
include/liveMedia/OnDemandServerMediaSubsession.hh
|
|
include/liveMedia/OutputFile.hh
|
|
include/liveMedia/PassiveServerMediaSubsession.hh
|
|
include/liveMedia/ProxyServerMediaSession.hh
|
|
include/liveMedia/QCELPAudioRTPSource.hh
|
|
include/liveMedia/QuickTimeFileSink.hh
|
|
include/liveMedia/QuickTimeGenericRTPSource.hh
|
|
include/liveMedia/RTCP.hh
|
|
include/liveMedia/RTPInterface.hh
|
|
include/liveMedia/RTPSink.hh
|
|
include/liveMedia/RTPSource.hh
|
|
include/liveMedia/RTSPClient.hh
|
|
include/liveMedia/RTSPCommon.hh
|
|
include/liveMedia/RTSPRegisterSender.hh
|
|
include/liveMedia/RTSPServer.hh
|
|
include/liveMedia/RTSPServerSupportingHTTPStreaming.hh
|
|
include/liveMedia/RawVideoRTPSink.hh
|
|
include/liveMedia/RawVideoRTPSource.hh
|
|
include/liveMedia/SIPClient.hh
|
|
include/liveMedia/ServerMediaSession.hh
|
|
include/liveMedia/SimpleRTPSink.hh
|
|
include/liveMedia/SimpleRTPSource.hh
|
|
include/liveMedia/StreamReplicator.hh
|
|
include/liveMedia/T140TextRTPSink.hh
|
|
include/liveMedia/TCPStreamSink.hh
|
|
include/liveMedia/TLSState.hh
|
|
include/liveMedia/TextRTPSink.hh
|
|
include/liveMedia/TheoraVideoRTPSink.hh
|
|
include/liveMedia/TheoraVideoRTPSource.hh
|
|
include/liveMedia/VP8VideoRTPSink.hh
|
|
include/liveMedia/VP8VideoRTPSource.hh
|
|
include/liveMedia/VP9VideoRTPSink.hh
|
|
include/liveMedia/VP9VideoRTPSource.hh
|
|
include/liveMedia/VideoRTPSink.hh
|
|
include/liveMedia/VorbisAudioRTPSink.hh
|
|
include/liveMedia/VorbisAudioRTPSource.hh
|
|
include/liveMedia/WAVAudioFileServerMediaSubsession.hh
|
|
include/liveMedia/WAVAudioFileSource.hh
|
|
include/liveMedia/liveMedia.hh
|
|
include/liveMedia/liveMedia_version.hh
|
|
include/liveMedia/ourMD5.hh
|
|
include/liveMedia/uLawAudioFilter.hh
|
|
lib/libBasicUsageEnvironment.so
|
|
lib/libBasicUsageEnvironment.so.0
|
|
lib/libBasicUsageEnvironment.so.0.0.1
|
|
lib/libUsageEnvironment.so
|
|
lib/libUsageEnvironment.so.1
|
|
lib/libUsageEnvironment.so.1.0.0
|
|
lib/libgroupsock.so
|
|
lib/libgroupsock.so.1
|
|
lib/libgroupsock.so.1.0.1
|
|
lib/libliveMedia.so
|
|
lib/libliveMedia.so.16
|
|
lib/libliveMedia.so.16.0.1
|