Replies: 2 comments 3 replies
-
Hi @hd51515, SRT dependency is a built that is prepared by Ant Media. You can access it via this link https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/srt-all.zip Secondly, let me what you are trying to achieve by building the enterprise from source code. If we know, we may help you better. Regards |
Beta Was this translation helpful? Give feedback.
2 replies
-
I want to add some debug message in webrtcforwarder, sfuforwarder to understand the current code/flow |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
followed the instructions here on Ubuntu 18.04 https://antmedia.io/docs/guides/advanced-usage/building-ams-from-source-code/
Same result on mater, 2.5.3 and 2.6.0 branches
[INFO] ------------< io.antmedia.enterprise:ant-media-enterprise >-------------
[INFO] Building ant-media-enterprise 2.6.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.bytedeco:srt-platform:jar:1.5.1-1.5.8 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.600 s
[INFO] Finished at: 2023-05-17T13:00:08-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ant-media-enterprise: Could not resolve dependencies for project io.antmedia.enterprise:ant-media-enterprise:jar:2.6.0: Failure to find org.bytedeco:srt-platform:jar:1.5.1-1.5.8 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The following was attempted to fix but it still results in the same error as above
wget https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/srt-all.zip
rm -rf ~/.m2/repository/org/bytedeco/srt
rm -rf ~/.m2/repository/org/bytedeco/srt-platform
unzip srt-all.zip
mv srt ~/.m2/repository/org/bytedeco
mv srt-platform ~/.m2/repository/org/bytedeco
Beta Was this translation helpful? Give feedback.
All reactions