[vlc-devel] First steps on MacOS X

Saúl Ibarra Corretgé saul at ag-projects.com
Thu Apr 29 19:42:14 CEST 2010


Hello Oliver and thanks for your quick response!

On 29/4/10 6:14 PM, Olivier Aubert wrote:
> Hello
>
> The python bindings from git.videolan.org have been updated last week
> for 1.1. Looking at the commit messages, I agree that I should have put
> somewhere that support for 1.1 was updated.
> sealibora reported a (now closed) bug against python bindings
> https://trac.videolan.org/vlc/ticket/3421 but did not inform that he had
> done some work, too bad (sealibora, if you are reading this, please get
> in touch).
>

Oh, I didn't want to upset anyone, I was just trying to get it working :-S

> For the exact .dylib name, I have just fixed this.
>

Great, thanks!

> Lastly, for your actual issue, did you try simply playing a video file,
> to try to pinpoint the problem?
>

I tried with latest git, but bindings are giving trouble:

Traceback (most recent call last):
   File "vlc.py", line 4853, in <module>
     media=instance.media_new(sys.argv[1])
   File "vlc.py", line 776, in media_new
     m=libvlc_media_new(self, mrl)
NameError: global name 'libvlc_media_new' is not defined

I also tried with the ones I had before, but still I can't see anything :S

[0x286348] main input debug: Stream buffering done (325 ms in 0 ms)
[0x286348] main input debug: no usable vout present, spawning one
[0x9198a8] main spu text debug: looking for text renderer module: 6 
candidates
[0x9198a8] main spu text debug: using text renderer module "quartztext"
[0x9198a8] main spu text debug: TIMER module_need() : 0.454 ms - Total 
0.454 ms / 1 intvls (Avg 0.454 ms)
[0x919ca8] main scale debug: looking for video filter2 module: 30 candidates
[0x919ca8] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: YUVA 
with scaling using Bicubic (good quality)
[0x919ca8] main scale debug: using video filter2 module "swscale"
[0x919ca8] main scale debug: TIMER module_need() : 1.027 ms - Total 
1.027 ms / 1 intvls (Avg 1.027 ms)
[0x91a0a8] main scale debug: looking for video filter2 module: 30 candidates
[0x91a0a8] yuvp scale debug: YUVP to YUVA converter
[0x91a0a8] main scale debug: using video filter2 module "yuvp"
[0x91a0a8] main scale debug: TIMER module_need() : 0.864 ms - Total 
0.864 ms / 1 intvls (Avg 0.864 ms)
[0x9158a8] main video output debug: window size: 624x352
[0x9158a8] main video output debug: Deinterlacing available
[0x9158a8] main video output debug: deinterlace 0, mode blend, is_needed 0
[0x9158a8] main video output debug: looking for video output module: 4 
candidates
[0x9adca8] main generic debug: looking for opengl provider module: 4 
candidates
[0x9adca8] macosx generic debug: display is Quartz Extreme accelerated


Any ideas?


Thanks and regards,

-- 
Saúl Ibarra Corretgé
AG Projects



More information about the vlc-devel mailing list