Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you pls publish a new version von Monaserver with latest Mona + latest SRT code ? #61

Open
guiseco opened this issue Oct 25, 2022 · 2 comments

Comments

@guiseco
Copy link

guiseco commented Oct 25, 2022

Can you pls publish a new version von Monaserver with latest Mona + latest SRT code ? I cant compile because SRT static dll not found.

@thomasjammet
Copy link
Contributor

Hi Guilherme,

If you are on Windows you can download MonaServer from the following link : https://sourceforge.net/projects/monaserver/files/latest/download

By the way the error means that you must follow the instructions in file : https://github.com/MonaSolutions/MonaServer2/blob/master/External/SRT. The instructions are maybe not clear enough, I can give you some details :

  • Compile SRT static following the official building instructions
  • In the folder External/include/srt add the files logging_api.h, platform_sys.h, srt.h and version.h from SRT building directory
  • In the folder External/lib64 or External/lib (for x86) add the file srt_static.lib from SRT building directory

@thomasjammet
Copy link
Contributor

Here is a tutorial I have just found to build SRT on Windows : https://www.youtube.com/watch?v=2ETiDh2igIc&ab_channel=SRTLab
Don't forget that we use the SRT static library (in order to build a single exe file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants