Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.39 KB

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.