Skip to content

BreakingY/simple-rtsp-client

Repository files navigation

simple-rtsp-client

Compile

  1. linux
    • mkdir build
    • cd build
    • cmake ..
    • make -j
  2. Windows(MinGW + cmake)
    • mkdir build
    • cd build
    • cmake -G "MinGW Makefiles" ..
    • mingw32-make

Test

  • ./rtsp_client rtsp_url
  • H264/H265 is written to test_out.h26x, AAC is written to test_out.aac, PCMA is written to test_out.pcma

Email

About

simple rtsp client, H264/H265/AAC/PCMA(G711A); TCP/UDP; support authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published