Added FFMPEG process

This commit is contained in:
Ramoe 2018-08-27 14:11:28 +02:00 committed by Thulinma
parent e4471627ca
commit 2a09128830
4 changed files with 921 additions and 0 deletions

View file

@ -473,6 +473,20 @@ makeOutput(Push push)#LTS
makeOutput(RTSP rtsp)#LTS
makeOutput(WAV wav)#LTS
makeOutput(WebRTC webrtc http)#LTS
add_executable(MistProcFFMPEG
src/process/process_ffmpeg.cpp
src/output/output_ebml.cpp
src/input/input_ebml.cpp
src/input/input.cpp
src/output/output_http.cpp
src/output/output.cpp
src/io.cpp
)
target_link_libraries(MistProcFFMPEG
mist
)
if (NOT DEFINED NOSSL )
makeOutput(HTTPS https)#LTS
endif()