Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use VLC python binding to play a video #37

Open
DaHoopster opened this issue Mar 1, 2016 · 0 comments
Open

Not able to use VLC python binding to play a video #37

DaHoopster opened this issue Mar 1, 2016 · 0 comments

Comments

@DaHoopster
Copy link

I am on Mac OSX 10.11.1, python 2.7.11, installed wxpython via homebrew and the version is 3.0.2. I am trying to play a video through VLC python binding. I need to set a window handle to the vlc player for the video to be drawn on.

I tried the following:

self._vlc_player.set_nsobject(self._video_content_panel.GetHandle())

but there's no video. After reading this stackoverflow post (http://stackoverflow.com/questions/31014804/nsview-from-wxpython), I realized that this may be an issue with how wxpython is done. Is there an easy way to get the NSView wrapped in the ControlRef? What would you suggest me do there?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants