Working .wav live and VoD output, PCM A-law and MP3

This commit is contained in:
Thulinma 2017-04-17 17:41:38 +02:00
parent b7d1d38fb4
commit dda3a24805
5 changed files with 164 additions and 0 deletions

View file

@ -405,6 +405,7 @@ makeOutput(HTTPTS httpts http ts)
makeOutput(HLS hls http ts)
makeOutput(Push push)#LTS
makeOutput(RTSP rtsp)#LTS
makeOutput(WAV wav)#LTS
if (NOT DEFINED NOSSL )
makeOutput(HTTPS https)#LTS
target_link_libraries(MistOutHTTPS mbedtls mbedcrypto mbedx509)