Legacy Knowledge Base
Published Jun. 30, 2025

Video and audio files cannot be played and generate thumbnail on Linux/Unix based OS with Xuggler enabled

Written By

Solyom Nagy-Györkös

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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Xuggler is enabled to play video and audio files.
  • When running on a Linux/Unix-based system, the audio and video files are displayed without any thumbnail and cannot be played. They do not start when clicking on play.
  • On Windows OS, the video and audio files are displayed with a thumbnail and can be played.

Environment

  • DXP 7.3 and below

Resolution

  • The reason is: if the /tmp folder is mounted with no-exec permission, then the files, extracted in that folder cannot be loaded for execution, as the permission system of Linux/Unix based OSs are different from Windows OS.
  • To resolve that, you can enable exec privileges on /tmp with this command:
    sudo mount /tmp -o remount,exec
Did this article resolve your issue ?

Legacy Knowledge Base