FAQ

  • I installed the website on my server, but when I visit the first time, I see errors (or white screen).
    • You need to install MediaMosa once you have setup the website on your server. Visit http://your_site/install.php to start installation of MediaMosa. Follow the instructions during installation.
  • How I can set Mediamosa and WLE to work with each other?
    • Go to your Mediamosa server:
      http://your_site/admin/mediamosa/config/app
    • Add a new client application.
    • Then go to your WLE (admin/settings/vpx_connector).
    • Client application name (server) -> User name (WLE)
    • App ID: Must be unique (eg. 14)
    • Shared key (server) -> Password (WLE)
    • URL (WLE): The url of your server.
  • I would like to install MediaMosa under Windows, but I have problems. What should I do?
    • Sorry, Windows is not supported at this moment. You should use Unix like system, eg. Linux (Ubuntu is a good choice), FreeBSD, OpenBSD.
    • If you can run virtual machine images on your Windows, you can try our MediaMosa VM image.
  • I would like to run the front-end application under Windows. How can I do that?
    • The front-ends (WLE or CK) are based on Drupal. You can install them under Windows.
  • If MediaMosa is a video back-end, where is the front-end?
    • The front-ends: WLE or CK
    • Or you can write a new one using REST interface (API).
  • I don't see your SVN repository for a while. What does happen?
    • We changed our SVN repository to github.
  • My MediaMosa installer says ffmpeg (Lua, Lua LPEG etc.) is missing, and I can't do further with my installation. What should I do?
    • You should install all the required application. Without them you can't install / run MediaMosa.
  • Can MediaMosa transcode a 2 TB video file?
    • The question is not MediaMosa. The question is ffmpeg and your transcoding server.
    • You can test your ffmpeg and your transcoding server with this command: ffmpeg -i your_current_video your_new_video.ext
      • your_current_video => path to your existing video
      • your_new_video => name of your new transcoded video
      • ext => video format for testing, eg. flv
  • I can't logout from MediaMosa. Is it a bug?
    • You probably have only one MediaMosa installation, and you used that as admin interface and app interface together.
    • You may change your settings. You can create an admin and an app interface separately on different urls. Then this problem will never happen again.
  • I have problems with eAccelerator. How should I fix it?
    • We don't support eAccelerator.
  • I have found a bug. Where is your bug tracking system? or I have created a patch. How can I send you?