├── CMakeLists.txt ├── README.md ├── RtspPlayer.cpp ├── RtspPlayer.hpp ├── sdp.c ├── sdp.h └── test.cpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/README.md -------------------------------------------------------------------------------- /RtspPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/RtspPlayer.cpp -------------------------------------------------------------------------------- /RtspPlayer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/RtspPlayer.hpp -------------------------------------------------------------------------------- /sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/sdp.c -------------------------------------------------------------------------------- /sdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/sdp.h -------------------------------------------------------------------------------- /test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sliver-chen/Simple-Rtsp-Client/HEAD/test.cpp --------------------------------------------------------------------------------