天天看點

rtsp協定流媒體伺服器,RTSP流媒體協定實作源代碼 (含用戶端和伺服器端)

【執行個體簡介】

RTSP可以運作的源代碼

包含用戶端和伺服器端的代碼全部

VC++編寫

【執行個體截圖】

【核心代碼】

Rtsp

└── Rtsp

├── Bin

│   ├── oh yeah.aac

│   ├── oh yeah.h264

│   ├── RtspClientD.exe

│   └── RtspServiceD.exe

├── Include

│   ├── cmd.h

│   ├── string_t.h

│   ├── TLock.h

│   ├── VBuffer.h

│   └── VBufferT.h

├── Network

│   ├── Rtp.cpp

│   ├── Rtp.h

│   ├── Socket.cpp

│   ├── Socket.h

│   ├── Tcp.cpp

│   ├── Tcp.h

│   ├── Udp.cpp

│   └── Udp.h

├── Rtsp

│   ├── BaseEncoder.h

│   ├── Bitstream.cpp

│   ├── Bitstream.h

│   ├── MediaSession.cpp

│   ├── MediaSession.h

│   ├── MediaStreamAMR.cpp

│   ├── MediaStreamAMR.h

│   ├── MediaStream.cpp

│   ├── MediaStream.h

│   ├── MediaStreamH263.cpp

│   ├── MediaStreamH263.h

│   ├── MediaStreamH264.cpp

│   ├── MediaStreamH264.h

│   ├── MediaStreamMP4A.cpp

│   ├── MediaStreamMP4A.h

│   ├── MediaStreamMP4ALatm.cpp

│   ├── MediaStreamMP4ALatm.h

│   ├── MediaStreamMP4V.cpp

│   ├── MediaStreamMP4V.h

│   ├── MediaStreamTransport.cpp

│   ├── MediaStreamTransport.h

│   ├── RtpTransport.cpp

│   ├── RtpTransport.h

│   ├── Rtsp.cpp

│   ├── Rtsp.h

│   ├── RtspRequest.cpp

│   ├── RtspRequest.h

│   ├── RtspResponse.cpp

│   ├── RtspResponse.h

│   ├── RtspSession.cpp

│   ├── RtspSession.h

│   ├── RtspTransport.cpp

│   └── RtspTransport.h

├── RtspClient

│   ├── Debug

│   │   └── RtspClient.exe

│   ├── ReadMe.txt

│   ├── RtspClient.cpp

│   ├── RtspClient.dsp

│   ├── RtspClient.vcproj

│   ├── StdAfx.cpp

│   └── StdAfx.h

├── RtspClient.dsw

├── RtspClient.sln

├── RtspClient.suo

└── RtspService

├── aac.h

├── Debug

│   └── RtspService.exe

├── h264.h

├── h264_slice.h

├── h264_sps.h

├── ReadMe.txt

├── RtspService.cpp

├── RtspService.dsp

├── RtspService.h

├── RtspService_t.cpp

├── RtspService_t.h

├── RtspService.vcproj

├── StdAfx.cpp

├── StdAfx.h

└── vlc_bits.h

9 directories, 75 files