Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+2 votes
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
in General Discussion by shao t. (160 points)

1 Answer

0 votes
 
Best answer
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 !
by Noemie P. (Audiokinetic) (12.9k points)
selected by 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/."
...