コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

+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
shao t. (160 ポイント) General Discussion

回答 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/."
...