← Back to team overview

openlp-core team mailing list archive

[Bug 963955] Re: VLC backend for Mac OS X

 

What i was seeing was it would show the previous video when changing
videos with your branch for a few seconds. Mainly the "stop" function is
the only spot causing the issue and i left it so it can actually run if
the video is playing. I tried calling the is_playing function in the
vlcplayer.py function, but that did not seem to affect anything.

Hmm yes, audio seems like it's a completely different animal. I'll see
what i can figure out there. I am getting it continue regardless of what
happens in the video, even when i switch to videos without sound.

Back to the drawing board. I think i need to focus more on what is going
on in the vlc side of things. Either that or look at how the handle is
referenced.

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

Title:
  VLC backend for Mac OS X

Status in OpenLP - Worship Presentation Software:
  Confirmed

Bug description:
  VLC backend does not work on Mac. Instructing OpenLP to use vlc
  backend causes OpenLP to stuck and the application is not responding.

  Video playback starts when not trying reset video playback in openly.
  However the issue is that playback start in an external window and not
  in openly window.

  Getting vlc backend to work is platform specific thing and this needs
  to be implemented specifically for Mac.

  The issue is: Force vlc backend to render video inside a Qt window of
  OpenLP.

  To fi this we will need implement similar code like the following file:
  http://code.google.com/p/movie-content-editor/source/browse/trunk/VLCMacVideo.py

  Technically speaking wrapping native Mac OS X NSView window into class
  QtGui.QMacCocoaViewContainer.

  Links:

  http://groups.google.com/group/wxpython-mac/browse_thread/thread/550a4f93c1e498bd/ec8197dfa78a8201
  http://www.videolan.org/developers/vlc/projects/macosx/framework/Sources/VLCVideoView.m
  https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/nsview_Class/Reference/NSView.html

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


References