Search found 7 matches

Go to advanced search

by speedyrazor
10 Jun 2016 08:18
Forum: Development around libVLC
Topic: set_time(milliseconds) while paused
Replies: 0
Views: 320

set_time(milliseconds) while paused

Hi, I have a working VLC player via Python and wx.python, but I am trying to add in frame accurate seek while paused. Currently I can't get this to work accurately, it seems very sporadic and jumps around. So I am trying, while paused, specifying set_time(milliseconds). I see there is a next_frame b...
by speedyrazor
05 Jun 2016 22:07
Forum: Development around libVLC
Topic: vlc.py on Mac
Replies: 0
Views: 433

vlc.py on Mac

I am trying to get the simplest of examples on Mac OSX 10.11. I have the vlc.py file in my python directory. import vlc i = vlc.Instance('--verbose 3') p = i.media_player_new() p.set_mrl('/Users/me/Movies/Movie.mp4') p.play() When I run this all I get is this error: Traceback (most recent call last)...
by speedyrazor
04 Jun 2016 18:11
Forum: Development around libVLC
Topic: Python vlc on Mac - Warning: option --plugin-path no longer exists
Replies: 7
Views: 2107

Re: Python vlc on Mac - Warning: option --plugin-path no longer exists

I would love to get this working, but am unsure as to where I put the environment setting within the wxvlc.py python script?

I appreciate any help given,
Kind regards.
by speedyrazor
31 May 2016 20:39
Forum: Development around libVLC
Topic: Python vlc on Mac - Warning: option --plugin-path no longer exists
Replies: 7
Views: 2107

Re: Python vlc on Mac - Warning: option --plugin-path no longer exists

so I just put this into the Mac terminal, but that is not going to be permanent and the wxvlc.py script wont use the Mac terminal setting?
Is there a place I need to enter this in the script, etc?
by speedyrazor
24 May 2016 21:53
Forum: Development around libVLC
Topic: Python vlc on Mac - Warning: option --plugin-path no longer exists
Replies: 7
Views: 2107

Re: Python vlc on Mac - Warning: option --plugin-path no longer exists

Anyone know where I need to use setenv(VLC_DATA_PATH please?
by speedyrazor
22 May 2016 16:02
Forum: Development around libVLC
Topic: Python vlc on Mac - Warning: option --plugin-path no longer exists
Replies: 7
Views: 2107

Re: Python vlc on Mac - Warning: option --plugin-path no longer exists

Does setenv(VLC_DATA_PATH) work for you?
Where would I add this please?
by speedyrazor
22 May 2016 08:01
Forum: Development around libVLC
Topic: Python vlc on Mac - Warning: option --plugin-path no longer exists
Replies: 7
Views: 2107

Python vlc on Mac - Warning: option --plugin-path no longer exists

Hi, I am on Mac and have the latest VLC in Applications, I have installed the vlc.py into the correct place for my Python 2.7, and am trying to run the wxvlc.py script (link below) as I use wxpython, but I constantly get the error: Warning: option --plugin-path no longer exists. Warning: option --pl...

Go to advanced search