Add rtsp module
authorJihoon Jung <jh8801.jung@samsung.com>
Wed, 5 Oct 2022 00:59:11 +0000 (09:59 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 9 Nov 2022 08:15:40 +0000 (17:15 +0900)
commitac41545f2cf45013b9aa0e19f4255e47e2ae55e1
tree06930727f703bee63c58f577911447b25c2a4fc4
parentdba94181c36258ba397f0682bdb98094d783edf0
Add rtsp module
12 files changed:
CMakeLists.txt
modules/rtsp/CMakeLists.txt [new file with mode: 0644]
modules/rtsp/Module.cc [new file with mode: 0644]
modules/rtsp/Module.h [new file with mode: 0644]
modules/rtsp/RTSPClient.cc [new file with mode: 0644]
modules/rtsp/RTSPClient.h [new file with mode: 0644]
modules/rtsp/RTSPFrame.cc [new file with mode: 0644]
modules/rtsp/RTSPFrame.h [new file with mode: 0644]
modules/rtsp/RTSPInfo.cc [new file with mode: 0644]
modules/rtsp/RTSPInfo.h [new file with mode: 0644]
packaging/aitt.spec
tests/AittStream_test.cc