- cmake 3.16 or later
- libssl-dev
The project has been tested under Ubuntu and Arch Linux
- Checkout the project with submodules:
$ git clone https://github.com/qpeq/myRTSPClient.git --recursive
- create a build folder under myRTSPClient:
$ cd myRTSPClient && mkdir build && cd build
- Configure and build with cmake:
$ cmake .. && cmake --build .
- Run the program with the test url:
$ cd bin
$ ./myRTSPClient rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
To exit the program, just press ctrl-c
myRTSPClient
is released under the MIT License. Use of this source code is governed by
a MIT License that can be found in the LICENSE file.