Skip to content

TomerJLevy/RTSPServer

 
 

Repository files navigation

RTSPServer

Build Status Commitizen friendly

Server

Push H.264/H.265 bitstream using live555.

Client

Pull stream from RTSPServer using FFmpeg, support H.264/H.265 wrapper into MP4 container.

Dependencies

Build

git submodule update --init --remote --recursive
chmod +x build.sh
bash build.sh

Code Style

The project use automated checker named cpplint to make sure a C++ file follows Google's C++ styleguide.

False positives can be ignored by putting // NOLINT at the end of the line or // NOLINTNEXTLINE in the previous line.

About

RTSPServer stream live source using Live555; RTSPClient pull stream using FFmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.8%
  • CMake 9.5%
  • Other 0.7%