MonaSolutions / MonaServer2

Temporary project planned to replace MonaServer
GNU General Public License v3.0
267 stars 36 forks source link

MonaTiny does not compile under linux. #26

Open nobme opened 5 years ago

nobme commented 5 years ago

MonaTiny does not compile with srt. sudo make CFLAGS="-DENABLE_SRT=1 " LIBS="-lsrt "

Error saying ' cannot find -lsrt' Where to find and install this library ?

thomasjammet commented 5 years ago

Hi

I think you do not need srt if you don't know what it is :) It's a new protocol which is not needed for MonaTiny (or MonaServer) to run.

Otherwise you can find it there : https://github.com/Haivision/srt.