RtspServer
RTSP Server , RTSP Pusher
File Explorer
Download Latest Version (.zip)- rtsp_h264_file.cpp
- rtsp_pusher.cpp
- rtsp_server.cpp
- 1.pic.JPG
- COPYING
- md5.hpp
- Acceptor.cpp
- Acceptor.h
- BufferReader.cpp
- BufferReader.h
- BufferWriter.cpp
- BufferWriter.h
- Channel.h
- EpollTaskScheduler.cpp
- EpollTaskScheduler.h
- EventLoop.cpp
- EventLoop.h
- log.h
- Logger.cpp
- Logger.h
- MemoryManager.cpp
- MemoryManager.h
- NetInterface.cpp
- NetInterface.h
- Pipe.cpp
- Pipe.h
- RingBuffer.h
- SelectTaskScheduler.cpp
- SelectTaskScheduler.h
- Socket.h
- SocketUtil.cpp
- SocketUtil.h
- TaskScheduler.cpp
- TaskScheduler.h
- TcpConnection.cpp
- TcpConnection.h
- TcpServer.cpp
- TcpServer.h
- TcpSocket.cpp
- TcpSocket.h
- Timer.cpp
- Timer.h
- Timestamp.cpp
- Timestamp.h
- AACSource.cpp
- AACSource.h
- DigestAuthentication.cpp
- DigestAuthentication.h
- G711ASource.cpp
- G711ASource.h
- H264Parser.cpp
- H264Parser.h
- H264Source.cpp
- H264Source.h
- H265Source.cpp
- H265Source.h
- media.h
- MediaSession.cpp
- MediaSession.h
- MediaSource.h
- rtp.h
- RtpConnection.cpp
- RtpConnection.h
- rtsp.h
- RtspConnection.cpp
- RtspConnection.h
- RtspMessage.cpp
- RtspMessage.h
- RtspPusher.cpp
- RtspPusher.h
- RtspServer.cpp
- RtspServer.h
- VP8Source.cpp
- VP8Source.h
- rtsp.sln
- rtsp.vcxproj
- rtsp.vcxproj.filters
- rtsp.vcxproj.user
- LICENSE
- Makefile
- README.md
- README_CN.md
- test.h264
# Installation Guide
1. Get the code
git clone https://github.com/PHZ76/RtspServer
Downloads the entire project code from GitHub to your computer.
cd RtspServer
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd VS2017
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
