Search found 9 matches

Go to advanced search

by videolanuser731
14 Apr 2008 17:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: RTSP access / OK with VLC binary, KO with python bindings ?
Replies: 3
Views: 2056

RTSP access / OK with VLC binary, KO with python bindings ?

VLC compiled with the following options : ./configure --prefix=$(pwd)/../vlc_install/ --disable-nls --disable-hal --disable-httpd --disable-vlm --disable-growl --disable-notify --disable-smb --disable-dvbpsi --disable-gnomevfs --disable-libcdio --disable-libcddb --disable-cdda --disable-vcd --disabl...
by videolanuser731
10 Apr 2008 11:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Configuration of VLC modules location for python bindings
Replies: 2
Views: 1839

Re: Configuration of VLC modules location for python bindings

Ok, thanks alot for the info. I've tested it right now and it works. I will try on another computer.

Could this be added to the Wiki at the same level as the Win32 informations ?
by videolanuser731
10 Apr 2008 09:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Configuration of VLC modules location for python bindings
Replies: 2
Views: 1839

Configuration of VLC modules location for python bindings

Let's assume you would like to give somebody a python source that use VLC python bindings without the need for the user to recompile or install VLC. In the package you must place : - The python source of your app - The VLC python binding (vlc.so) - The VLC internal modules (lib/vlc/*) In python you ...
by videolanuser731
20 Mar 2008 10:22
Forum: General VLC media player Troubleshooting
Topic: VLC/Python bindings simple player example
Replies: 11
Views: 7099

Re: VLC/Python bindings simple player example

Right, I looked at the nightlies but there are some incompatible dependencies with Ubuntu 6.06 so I had to got back to the stable branch for now. I will try to sort it out by maybe putting the required libraries in a chroot or something. Also, I'm sorry, I didn't mean to imply your example in the re...
by videolanuser731
20 Mar 2008 08:50
Forum: General VLC media player Troubleshooting
Topic: VLC/Python bindings simple player example
Replies: 11
Views: 7099

Re: VLC/Python bindings simple player example

Yes, maybe I should have specified that this code was tested with version 0.8.6e on Ubuntu 6.06.2

I'm still struggling to get the SVN version running, I'll try to post an updated example.
by videolanuser731
19 Mar 2008 13:59
Forum: General VLC media player Troubleshooting
Topic: VLC/Python bindings simple player example
Replies: 11
Views: 7099

VLC/Python bindings simple player example

As I had to go through a lot of troubles to find a working example of simple Python/VLC integration, I thought I'd post a simple example to get anybody looking into that area started : #!/usr/bin/env python import gtk import sys import vlc class VideoPlayer: def __init__(self): self.mc=vlc.MediaCont...
by videolanuser731
19 Mar 2008 11:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use jvlc library i.c.w eclipse to build a jvlc app:?:
Replies: 8
Views: 2420

Re: How to use jvlc library i.c.w eclipse to build a jvlc app:?:

Ok thanks.

I found the python bindings are nice too, do you know if they use the same VLC API ?
by videolanuser731
19 Mar 2008 10:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use jvlc library i.c.w eclipse to build a jvlc app:?:
Replies: 8
Views: 2420

Re: How to use jvlc library i.c.w eclipse to build a jvlc app:?:

So "git clone git://git.videolan.org/vlc.git" will not get me the same source as "svn checkout svn://svn.videolan.org/vlc/trunk vlc-trunk" ?
by videolanuser731
18 Mar 2008 17:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use jvlc library i.c.w eclipse to build a jvlc app:?:
Replies: 8
Views: 2420

Re: How to use jvlc library i.c.w eclipse to build a jvlc app:?:

Hello littlejohn, When I try to run "maven install" as you ask it gives the following error : vlc-trunk/bindings/java$ mvn -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Bu...

Go to advanced search