← Back to team overview

openlp-core team mailing list archive

[Bug 880690] Re: Unable to play wmv video (WinXP)

 

[Expired for OpenLP because there has been no activity for 60 days.]

** Changed in: openlp
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/880690

Title:
  Unable to play wmv video (WinXP)

Status in OpenLP - Worship Presentation Software:
  Expired

Bug description:
  -- Reported by bruceandis
  see http://openlp.org/en/forums/general-support/troubleshooting/cant-load-video

  Env: Windows XP, OpenLP 1.9.7

  I have tried to load video in .wmv format, but receive a message to
  reduce the file size below 50 MB. These files are 15 to 17 MB.

  Here are my steps that produce the error message:
  1. I click on "Media" in Media Manager.
  2. I click on the "Load New Media" button.
  3. In the "Select Media" window, I double-click on the file I wish to add.
  4. I click on the file that now appears in the Media pane, giving it focus.
  5. I click on the "plus" icon to "Add the selected media to the service".
  6. I get the error message, "The file you are trying to load is too big. Please reduce it to less than 50MB." The title for the error message window is "File Too Big".
  I get the same message if I try to drag and drop the file into the Service Manager pane.

  -- Analysis (sfindlay)
  I'm not sure what's causing this (phonon issue?)
  However, the error msg generated by function generateSlideData is certainly erroneous (see openlp.plugins.media.lib.mediaitem)
  If I'm not mistaken the 'File Too Big' ('reduce it to less than 50MiB') error is in fact generated within an if block which requires the filesize to be _less than_ 50MiB. On my reading of the code, a file larger than 50MiB could not generate this message at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/880690/+subscriptions


References