Sessions rework

This commit is contained in:
Ramkoemar 2021-10-18 14:29:13 +02:00 committed by Thulinma
parent 3e85da2afd
commit 074e757028
27 changed files with 1222 additions and 1183 deletions

View file

@ -592,6 +592,17 @@ makeOutput(RTSP rtsp)#LTS
makeOutput(WAV wav)#LTS
makeOutput(SDP sdp http)
add_executable(MistSession
${BINARY_DIR}/mist/.headers
src/session.cpp
)
install(
TARGETS MistSession
DESTINATION bin
)
target_link_libraries(MistSession mist)
add_executable(MistProcFFMPEG
${BINARY_DIR}/mist/.headers
src/process/process_ffmpeg.cpp