Added FFMPEG process
This commit is contained in:
parent
e4471627ca
commit
2a09128830
4 changed files with 921 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue