legacy-knowledge-base
公開されました Jun. 30, 2025

.wavオーディオファイルが再生できない

written-by

Pooja Bhambani

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • iOSアプリで拡張子'.wav'のオーディオファイルを再生できない。

環境

  • Liferay DXP 7.1
  • Liferay DXP 7.2
  • Liferay DXP 7.3
  • Liferay DXP 7.4

解像度

  • この懸念を軽減するには、portal-ext.propertiesファイルに以下のプロパティを記述してください:
    mime.types.content.disposition.inline=\
    flv,\
    gif,\
    jpeg,\
    jpg,\
    pdf,\
    png,\
    wmv,\
    wav

    web.server.servlet.accept.ranges.mime.types=\
    audio/basic,\
    audio/mid,\
    audio/midi,\
    audio/mod,\
    audio/mp3,\
    audio/mp4,\
    audio/mpeg,\
    audio/mpeg3,\
    audio/ogg,\
    audio/vorbis,\
    audio/wav,\
    audio/x-m4a,\
    audio/x-mid,\
    audio/x-midi,\
    audio/x-mod,\
    audio/x-mpeg,\
    audio/x-pn-realaudio,\
    audio/x-realaudio,\
    audio/x-wav,\
    video/avi,\
    video/mp4,\
    video/mpeg,\
    video/ogg,\
    video/quicktime,\
    video/x-flv,\
    video/x-m4v,\
    video/x-ms-wmv,\
    video/x-msvideo,\
    audio/vnd.wave

追加情報

  • 上記のプロパティを有効にした後、サーバーを再起動して変更を確認してください。
did-this-article-resolve-your-issue

legacy-knowledge-base