社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+2 投票
Hello, I have a question about how to connect to perforce with ssl.

I have tried typing like "ssl:xxx.xxx.xxx.xxx" in "Server:", and it cannot be recognized.

Is there anyone know how to fix this problem? Thank you.

BR,

Shao
分类:General Discussion | 用户: shao t. (160 分)

1个回答

0 投票
 
已采纳
Hello Shao,

Open SSL is currently not included/supported in Wwise Perforce plugin.

To be able to use Open SSL with Wwise Perforce plug-in, you will need to link Open SSL libraries and rebuild the plug-in yourself. The plug-in source can be found under \SDK\samples\SourceControl\Perforce.

For more info on how to rebuild the plug-in, you can refer to our documentation: https://www.audiokinetic.com/library/2015.1.4_5497/?source=SDK&id=referencematerial__samplecode__source__control.html

Hope this helps !
用户: Noemie P. (Audiokinetic) (12.9k 分)
采纳于 用户:shao t.
Is this still the case with the latest version of Wwise?
I'm running into this issue as well. I have the plugin project setup to build but I'm a little confused on what needs to be done to link OpenSSL. Are these libraries something we should be integrating into the plugin codes ourselves or is it a matter of pointing the build to a different lib/dll?
Back to answer my own question just in case anybody else stumbles upon this. The missing part I was looking for is the answer to "How to link OpenSSL in Perforce API builds" as the previous post only mentions how to build the Wwise plugin with the Perforce code.

I found this reference helpful as it mentions exactly what you need to do to link OpenSSL into your own Perforce build: https://www.perforce.com/perforce/doc.current/manuals/p4api/chapter.client.programming.html

Specific area of note: "The Perforce C/C++ API can be configured to support encrypted connections to the Perforce servers. To enable this support you must replace the bundled libp4sslstub.a (on Windows, libp4sslstub.lib) with copies of the OpenSSL libraries. OpenSSL libraries are available from many sources; the most up-to-date is from http://www.openssl.org/."
...