Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 517 Bytes

File metadata and controls

24 lines (21 loc) · 517 Bytes

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