Closed GoogleCodeExporter closed 8 years ago
I've found the solution somewhere in the depth of internet. So you need to run
$ sudo gedit /usr/share/sopcast-player/lib/vlc_1_0_x.py
and change
callbackmethod=ctypes.CFUNCTYPE(None, Event, ctypes.c_void_p)
to
callbackmethod=ctypes.CFUNCTYPE(None, ctypes.POINTER(Event), ctypes.c_void_p)
Original comment by Dmitry.Murat@gmail.com
on 19 Nov 2011 at 7:26
Hey, it's Issue 74! And it had to be fixed!
And it doesn't work in both version from fluguy97 and in version from
ferramroberto :(
Original comment by Dmitry.Murat@gmail.com
on 19 Nov 2011 at 7:29
I managed to get it work by commenting out all the lines referencing
callbackmethod from /usr/share/sopcast-player/lib/vlc_1_0_x.py
I guess this way it takes the defaults set inside the VLC Python bindings,
which might be safer
Original comment by cristi.m...@gmail.com
on 2 Jan 2012 at 12:07
I had this problem in Debian, and it was solved with the steps mentioned by
Dmitry.Murat@gmail.com on Comment #1
Original comment by rubens.m...@gmail.com
on 23 Apr 2012 at 4:54
Original comment by flyguy97
on 7 May 2012 at 3:01
Linux Mint 13 x64. Comment #1 works. Thanks
Original comment by mgutier...@gmail.com
on 24 Oct 2013 at 7:45
Original issue reported on code.google.com by
lsta...@gmail.com
on 11 Nov 2011 at 9:55