we was able to install vlc on mac and connect it to a java application via jvlc (mvn version)... BUT, when we try to open a local media something get wrong:
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
System Version: Mac OS X 10.5.6 (9G55)
Kernel Version: Darwin 9.6.0
this is the trace for the java application (WRONG) --> java result: 139
Code: Select all
[java] [00000001] main libvlc debug: VLC media player - version 0.9.8 Grishenko - (c) 1996-2008 the VideoLAN team
[java] [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKG_CONFIG_PATH=:/opt/local/lib/pkgconfig:/opt/local/lib/pkgconfig'
[java] [00000001] main libvlc debug: translation test: code is "C"
[java] [00000001] main libvlc debug: opening config file (/Users/filippo/Library/Preferences/VLC/vlcrc)
[java] [00000001] main libvlc debug: loading config for module "main"
[java] [00000001] main libvlc debug: checking builtin modules
[java] [00000001] main libvlc debug: checking plugin modules
[java] [00000001] main libvlc debug: loading plugins cache file /Users/filippo/Library/Preferences/VLC/plugins-04041e.dat
[java] [00000001] main libvlc debug: recursively browsing `/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/modules'
[java] [00000001] main libvlc debug: recursively browsing `/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/plugins'
[java] [00000001] main libvlc debug: recursively browsing `/Users/videolan/thresh/vlc-releases.git/vlc_install_dir/lib/vlc'
[java] [00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/modules'
[java] [00000001] main libvlc debug: module bank initialized, found 259 modules
[java] [00000001] main libvlc debug: opening config file (/Users/filippo/Library/Preferences/VLC/vlcrc)
[java] [00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[java] [00000001] main libvlc debug: looking for memcpy module: 3 candidates
[java] [00000001] main libvlc debug: using memcpy module "memcpymmxext"
[java] [00000353] main interaction debug: thread started
[java] [00000353] main interaction debug: thread 2969260032 (Interaction control) created at priority 0 (interface/interaction.c:382)
[java] [00000355] main input debug: Creating an input for 'Media Library'
[java] [00000355] main input debug: Input is a meta file: disabling unneeded options
[java] [00000355] main input debug: `file/xspf-open:///Users/filippo/Library/Preferences/VLC/ml.xspf' gives access `file' demux `xspf-open' path `/Users/filippo/Library/Preferences/VLC/ml.xspf'
[java] [00000355] main input debug: creating access 'file' path='/Users/filippo/Library/Preferences/VLC/ml.xspf'
[java] [00000356] main access debug: looking for access module: 3 candidates
[java] [00000356] access_file access debug: opening file `/Users/filippo/Library/Preferences/VLC/ml.xspf'
[java] [00000356] main access debug: using access module "access_file"
[java] [00000356] main access debug: TIMER module_Need() : 2.695 ms - Total 2.695 ms / 1 intvls (Avg 2.695 ms)
[java] [00000361] main stream debug: Using AStream*Stream
[java] [00000361] main stream debug: pre-buffering...
[java] [00000361] main stream debug: received first data for our buffer
[java] [00000355] main input debug: creating demux: access='file' demux='xspf-open' path='/Users/filippo/Library/Preferences/VLC/ml.xspf'
[java] [00000362] main demux debug: looking for demux module: 1 candidate
[java] [00000362] playlist demux debug: using XSPF playlist reader
[java] [00000362] main demux debug: using demux module "playlist"
[java] [00000362] main demux debug: TIMER module_Need() : 1.916 ms - Total 1.916 ms / 1 intvls (Avg 1.916 ms)
[java] [00000355] main input debug: `file/xspf-open:///Users/filippo/Library/Preferences/VLC/ml.xspf' successfully opened
[java] [00000377] main xml debug: looking for xml module: 2 candidates
[java] [00000377] main xml debug: using xml module "xml"
[java] [00000377] main xml debug: TIMER module_Need() : 60.647 ms - Total 60.647 ms / 1 intvls (Avg 60.647 ms)
[java] [00000362] playlist demux debug: parsed 2 tracks successfully
[java] [00000377] main xml debug: removing module "xml"
[java] [00000355] main input debug: EOF reached
[java] [00000355] main input debug: control type=1
[java] [00000362] main demux debug: removing module "playlist"
[java] [00000356] main access debug: removing module "access_file"
[java] [00000355] main input debug: TIMER input launching for 'Media Library' : 81.284 ms - Total 81.284 ms / 1 intvls (Avg 81.284 ms)
[java] [00000379] main preparser debug: waiting for thread initialization
[java] [00000379] main preparser debug: thread started
[java] [00000379] main preparser debug: thread 2969792512 (preparser) created at priority 0 (playlist/thread.c:79)
[java] [00000380] main fetcher debug: waiting for thread initialization
[java] [00000380] main fetcher debug: thread started
[java] - MediaFramework arg: --plugin-path=/Applications/VLC.app/Contents/MacOS/modules
[java] [00000380] main fetcher debug: thread 2970324992 (fetcher) created at priority 0 (playlist/thread.c:108)
[java] [00000354] main playlist debug: waiting for thread initialization
[java] [00000354] main playlist debug: thread started
[java] [00000354] main playlist debug: rebuilding array of current - root Playlist
[java] [00000354] main playlist debug: rebuild done - 0 items, index -1
[java] [00000354] main playlist debug: thread 2970857472 (playlist) created at priority 0 (playlist/thread.c:117)
[java] [00000381] main interface debug: looking for interface module: 1 candidate
[java] [00000381] main interface debug: using interface module "hotkeys"
[java] [00000381] main interface debug: TIMER module_Need() : 1.067 ms - Total 1.067 ms / 1 intvls (Avg 1.067 ms)
[java] [00000381] main interface debug: thread 2971389952 (interface) created at priority 0 (interface/interface.c:168)
[java] [00000381] main interface debug: thread started
[java] [00000354] main playlist debug: adding item `-' ( - )
[java] - ##VlcEngineImplementation - createPlayer / mediatype is:mov
[java] - ##VlcEngineImplementation - createPlayer / url_to_load is:/tmp/tmpMediaLocation.mov
[java] - The jvcc panel is dispayable:false
[java] SetRenderingComponentDRMProcessorEvent
[java] - ##VlcEngineImplementation - realize
[java] - ##VlcEngineImplementation - start
[java] *** LibVLC Exception not handled: No active input
[java] Set a breakpoint in 'libvlc_exception_not_handled' to debug.
[java] [00000383] main input debug: Creating an input for 'tmpMediaLocation.mov'
[java] [00000383] main input debug: waiting for thread initialization
[java] [00000383] main input debug: thread started
[java] [00000383] main input debug: thread 2965942272 (input) created at priority 22 (input/input.c:370)
[java] [00000383] main input debug: `/tmp/tmpMediaLocation.mov' gives access `' demux `' path `/tmp/tmpMediaLocation.mov'
[java] [00000383] main input debug: creating demux: access='' demux='' path='/tmp/tmpMediaLocation.mov'
[java] [00000384] main demux debug: looking for access_demux module: 2 candidates
[java] [00000384] main demux debug: TIMER module_Need() : 6.952 ms - Total 6.952 ms / 1 intvls (Avg 6.952 ms)
[java] [00000383] main input debug: creating access '' path='/tmp/tmpMediaLocation.mov'
[java] [00000387] main access debug: looking for access module: 8 candidates
[java] [00000387] vcd access debug: trying .cue file: /tmp/tmpMediaLocation.cue
[java] [00000387] vcd access debug: could not find .cue file
[java] [00000387] access_file access debug: opening file `/tmp/tmpMediaLocation.mov'
[java] [00000387] main access debug: using access module "access_file"
[java] [00000387] main access debug: TIMER module_Need() : 3.494 ms - Total 3.494 ms / 1 intvls (Avg 3.494 ms)
[java] [00000390] main stream debug: Using AStream*Stream
[java] [00000390] main stream debug: pre-buffering...
[java] [00000390] main stream debug: received first data for our buffer
[java] [00000390] main stream debug: pre-buffering done 1408981 bytes in 0s - 406007 kbytes/s
[java] [00000383] main input debug: creating demux: access='' demux='' path='/tmp/tmpMediaLocation.mov'
[java] [00000391] main demux debug: looking for demux module: 59 candidates
[java] [00000390] mp4 stream debug: found Box: ftyp size 32
[java] [00000390] mp4 stream debug: found Box: moov size 7224
[java] [00000390] mp4 stream debug: found Box: mvhd size 108
[java] [00000390] mp4 stream debug: read box: "mvhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:24s time scale 2500 duration 694977d-48h:00m:01s rate 1.000000 volume 1.000000 next track id 3
[java] [00000390] mp4 stream debug: found Box: trak size 795
[java] [00000390] mp4 stream debug: found Box: tkhd size 92
[java] [00000390] mp4 stream debug: read box: "tkhd" creation 732691d-34h:51m:43s modification 732691d-34h:53m:24s duration -317450749d-56h:53m:20s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000
[java] [00000390] mp4 stream debug: found Box: edts size 36
[java] [00000390] mp4 stream debug: found Box: elst size 28
[java] [00000390] mp4 stream debug: read box: "elst" entry-count 1
[java] [00000390] mp4 stream debug: found Box: mdia size 659
[java] [00000390] mp4 stream debug: found Box: mdhd size 32
[java] [00000390] mp4 stream debug: read box: "mdhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:23s time scale 44100 duration 694993d-20h:00m:00s language ```
[java] [00000390] mp4 stream debug: found Box: hdlr size 58
[java] [00000390] mp4 stream debug: read box: "hdlr" handler type soun name Apple Sound Media Handler
[java] [00000390] mp4 stream debug: found Box: minf size 561
[java] [00000390] mp4 stream debug: found Box: smhd size 16
[java] [00000390] mp4 stream debug: read box: "smhd" balance 0.000000
[java] [00000390] mp4 stream debug: found Box: hdlr size 57
[java] [00000390] mp4 stream debug: read box: "hdlr" handler type alis name Apple Alias Data Handler
[java] [00000390] mp4 stream debug: found Box: dinf size 36
[java] [00000390] mp4 stream debug: found Box: dref size 28
[java] [00000390] mp4 stream debug: found Box: alis size 12
[java] [00000390] mp4 stream warning: unknown box type alis (incompletely loaded)
[java] [00000390] mp4 stream debug: read box: "dref" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stbl size 444
[java] [00000390] mp4 stream debug: found Box: stsd size 92
[java] [00000390] mp4 stream debug: found Box: twos size 76
[java] [00000390] mp4 stream debug: read box: "soun" qt3+ sample/packet=1 bytes/packet=2 bytes/frame=4 bytes/sample=2
[java] [00000390] mp4 stream debug: found Box: chan size 24
[java] [00000390] mp4 stream warning: unknown box type chan (incompletely loaded)
[java] [00000390] mp4 stream debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000
[java] [00000390] mp4 stream debug: read box: "stsd" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stts size 24
[java] [00000390] mp4 stream debug: read box: "stts" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stsc size 28
[java] [00000390] mp4 stream debug: read box: "stsc" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stsz size 20
[java] [00000390] mp4 stream debug: read box: "stsz" sample-size 1 sample-count 1411200
[java] [00000390] mp4 stream debug: found Box: stco size 272
[java] [00000390] mp4 stream debug: read box: "co64" entry-count 64
[java] [00000390] mp4 stream debug: found Box: trak size 6313
[java] [00000390] mp4 stream debug: found Box: tkhd size 92
[java] [00000390] mp4 stream debug: read box: "tkhd" creation 732691d-34h:51m:43s modification 732691d-34h:53m:24s duration -317450749d-56h:53m:20s track ID 2 layer 0 volume 0.000000 width 352.000000 height 288.000000
[java] [00000390] mp4 stream debug: found Box: tapt size 68
[java] [00000390] mp4 stream warning: unknown box type tapt (incompletely loaded)
[java] [00000390] mp4 stream debug: found Box: edts size 36
[java] [00000390] mp4 stream debug: found Box: elst size 28
[java] [00000390] mp4 stream debug: read box: "elst" entry-count 1
[java] [00000390] mp4 stream debug: found Box: mdia size 6109
[java] [00000390] mp4 stream debug: found Box: mdhd size 32
[java] [00000390] mp4 stream debug: read box: "mdhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:24s time scale 2500 duration 694977d-10h:13m:20s language ```
[java] [00000390] mp4 stream debug: found Box: hdlr size 58
[java] [00000390] mp4 stream debug: read box: "hdlr" handler type vide name Apple Video Media Handler
[java] [00000390] mp4 stream debug: found Box: minf size 6011
[java] [00000390] mp4 stream debug: found Box: vmhd size 20
[java] [00000390] mp4 stream debug: read box: "vmhd" graphics-mode 64 opcolor (-32768, -32768, -32768)
[java] [00000390] mp4 stream debug: found Box: hdlr size 57
[java] [00000390] mp4 stream debug: read box: "hdlr" handler type alis name Apple Alias Data Handler
[java] [00000390] mp4 stream debug: found Box: dinf size 36
[java] [00000390] mp4 stream debug: found Box: dref size 28
[java] [00000390] mp4 stream debug: found Box: alis size 12
[java] [00000390] mp4 stream warning: unknown box type alis (incompletely loaded)
[java] [00000390] mp4 stream debug: read box: "dref" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stbl size 5890
[java] [00000390] mp4 stream debug: found Box: stsd size 102
[java] [00000390] mp4 stream debug: found Box: h263 size 86
[java] [00000390] mp4 stream debug: read box: "vide" in stsd 352x288 depth 24
[java] [00000390] mp4 stream debug: read box: "stsd" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stts size 24
[java] [00000390] mp4 stream debug: read box: "stts" entry-count 1
[java] [00000390] mp4 stream debug: found Box: stss size 456
[java] [00000390] mp4 stream debug: read box: "stss" entry-count 110
[java] [00000390] mp4 stream debug: found Box: stsc size 1552
[java] [00000390] mp4 stream debug: read box: "stsc" entry-count 128
[java] [00000390] mp4 stream debug: found Box: stsz size 3220
[java] [00000390] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 800
[java] [00000390] mp4 stream debug: found Box: stco size 528
[java] [00000390] mp4 stream debug: read box: "co64" entry-count 128
[java] [00000390] mp4 stream debug: found Box: free size 16
[java] [00000390] mp4 stream debug: skip box: "free"
[java] [00000390] mp4 stream debug: found Box: wide size 8
[java] [00000390] mp4 stream debug: skip box: "wide"
[java] [00000390] mp4 stream debug: found Box: mdat size 10123894
[java] [00000390] mp4 stream debug: skip box: "mdat"
[java] [00000390] mp4 stream debug: dumping root Box "root"
[java] [00000390] mp4 stream debug: | + ftyp size 32
[java] [00000390] mp4 stream debug: | + moov size 7224
[java] [00000390] mp4 stream debug: | | + mvhd size 108
[java] [00000390] mp4 stream debug: | | + trak size 795
[java] [00000390] mp4 stream debug: | | | + tkhd size 92
[java] [00000390] mp4 stream debug: | | | + edts size 36
[java] [00000390] mp4 stream debug: | | | | + elst size 28
[java] [00000390] mp4 stream debug: | | | + mdia size 659
[java] [00000390] mp4 stream debug: | | | | + mdhd size 32
[java] [00000390] mp4 stream debug: | | | | + hdlr size 58
[java] [00000390] mp4 stream debug: | | | | + minf size 561
[java] [00000390] mp4 stream debug: | | | | | + smhd size 16
[java] [00000390] mp4 stream debug: | | | | | + hdlr size 57
[java] [00000390] mp4 stream debug: | | | | | + dinf size 36
[java] [00000390] mp4 stream debug: | | | | | | + dref size 28
[java] [00000390] mp4 stream debug: | | | | | | | + alis size 12
[java] [00000390] mp4 stream debug: | | | | | + stbl size 444
[java] [00000390] mp4 stream debug: | | | | | | + stsd size 92
[java] [00000390] mp4 stream debug: | | | | | | | + twos size 76
[java] [00000390] mp4 stream debug: | | | | | | | | + chan size 24
[java] [00000390] mp4 stream debug: | | | | | | + stts size 24
[java] [00000390] mp4 stream debug: | | | | | | + stsc size 28
[java] [00000390] mp4 stream debug: | | | | | | + stsz size 20
[java] [00000390] mp4 stream debug: | | | | | | + stco size 272
[java] [00000390] mp4 stream debug: | | + trak size 6313
[java] [00000390] mp4 stream debug: | | | + tkhd size 92
[java] [00000390] mp4 stream debug: | | | + tapt size 68
[java] [00000390] mp4 stream debug: | | | + edts size 36
[java] [00000390] mp4 stream debug: | | | | + elst size 28
[java] [00000390] mp4 stream debug: | | | + mdia size 6109
[java] [00000390] mp4 stream debug: | | | | + mdhd size 32
[java] [00000390] mp4 stream debug: | | | | + hdlr size 58
[java] [00000390] mp4 stream debug: | | | | + minf size 6011
[java] [00000390] mp4 stream debug: | | | | | + vmhd size 20
[java] [00000390] mp4 stream debug: | | | | | + hdlr size 57
[java] [00000390] mp4 stream debug: | | | | | + dinf size 36
[java] [00000390] mp4 stream debug: | | | | | | + dref size 28
[java] [00000390] mp4 stream debug: | | | | | | | + alis size 12
[java] [00000390] mp4 stream debug: | | | | | + stbl size 5890
[java] [00000390] mp4 stream debug: | | | | | | + stsd size 102
[java] [00000390] mp4 stream debug: | | | | | | | + h263 size 86
[java] [00000390] mp4 stream debug: | | | | | | + stts size 24
[java] [00000390] mp4 stream debug: | | | | | | + stss size 456
[java] [00000390] mp4 stream debug: | | | | | | + stsc size 1552
[java] [00000390] mp4 stream debug: | | | | | | + stsz size 3220
[java] [00000390] mp4 stream debug: | | | | | | + stco size 528
[java] [00000390] mp4 stream debug: | + free size 16
[java] [00000390] mp4 stream debug: | + wide size 8
[java] [00000390] mp4 stream debug: | + mdat size 10123894
[java] [00000391] mp4 demux debug: unrecognized major file specification (qt ).
[java] [00000391] mp4 demux debug: found 2 tracks
[java] [00000391] mp4 demux warning: elst box found
[java] [00000391] mp4 demux debug: - [0] duration=32000ms media time=0ms) rate=1.0
[java] [00000391] mp4 demux debug: track[Id 0x1] read 64 chunk
[java] [00000391] mp4 demux debug: track[Id 0x1] read 1411200 samples length:32s
[java] [00000383] main input debug: selecting program id=0
[java] [00000391] mp4 demux debug: adding track[Id 0x1] audio (enable) language en
[java] [00000391] mp4 demux warning: elst box found
[java] [00000391] mp4 demux debug: - [0] duration=32000ms media time=0ms) rate=1.0
[java] [00000391] mp4 demux debug: track[Id 0x2] read 128 chunk
[java] [00000391] mp4 demux debug: track[Id 0x2] read 800 samples length:32s
[java] [00000391] mp4 demux debug: adding track[Id 0x2] video (enable) language en
[java] [00000391] main demux debug: using demux module "mp4"
[java] [00000391] main demux debug: TIMER module_Need() : 3.553 ms - Total 3.553 ms / 1 intvls (Avg 3.553 ms)
[java] [00000391] mp4 demux warning: DEMUX_GET_FPS unimplemented !!
[java] [00000391] mp4 demux warning: DEMUX_GET_FPS unimplemented !!
[java] [00000383] main input debug: looking for a subtitle file in /tmp/
[java] [00000393] main decoder debug: looking for decoder module: 31 candidates
[java] [00000393] araw decoder debug: samplerate:44100Hz channels:2 bits/sample:16
[java] [00000393] main decoder debug: using decoder module "araw"
[java] [00000393] main decoder debug: TIMER module_Need() : 31.877 ms - Total 31.877 ms / 1 intvls (Avg 31.877 ms)
[java] [00000393] main decoder debug: thread 2974564352 (decoder) created at priority 22 (input/decoder.c:217)
[java] [00000393] main decoder debug: thread started
[java] [00000403] main decoder debug: looking for decoder module: 31 candidates
[java] [00000403] avcodec decoder debug: libavcodec initialized (interface 3407872 )
[java] [00000403] avcodec decoder debug: using direct rendering
[java] [00000403] avcodec decoder debug: ffmpeg codec (H263) started
[java] [00000403] main decoder debug: using decoder module "avcodec"
[java] [00000403] main decoder debug: TIMER module_Need() : 247.567 ms - Total 247.567 ms / 1 intvls (Avg 247.567 ms)
[java] [00000403] main decoder debug: thread 2975096832 (decoder) created at priority 0 (input/decoder.c:217)
[java] [00000403] main decoder debug: thread started
[java] [00000383] main input debug: `/tmp/tmpMediaLocation.mov' successfully opened
[java] [00000391] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[java] [00000391] mp4 demux debug: track[Id 0x1] does not provide Sync Sample Box (stss)
[java] [00000391] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[java] [00000391] mp4 demux debug: track[Id 0x2] using Sync Sample Box (stss)
[java] [00000391] mp4 demux debug: stts gives 0 --> 0 (sample number)
[java] [00000403] main decoder debug: no usable vout present, spawning one
[java] [00000383] main input debug: control type=1
[java] [00000393] main decoder debug: no aout present, spawning one
[java] [00000427] main video output debug: window size: 384x288
[java] [00000427] main video output debug: looking for video output module: 3 candidates
[java] [00000427] opengl video output debug: Texture size: 352x288
[java] [00000427] opengl video output debug: requesting "default" opengl provider
[java] [00000431] main opengl debug: looking for opengl provider module: 2 candidates
[java] [00000429] main audio output debug: looking for audio output module: 2 candidates
[java] [00000431] macosx opengl debug: display is Quartz Extreme accelerated
[java] [00000429] main audio output debug: VLC is looking for: 's16b' 44100 Hz Stereo frame=1 samples/4 bytes
[java] [00000431] main opengl debug: using opengl provider module "macosx"
[java] [00000431] main opengl debug: TIMER module_Need() : 253.251 ms - Total 253.251 ms / 1 intvls (Avg 253.251 ms)
[java] [00000427] main video output debug: using video output module "opengl"
[java] [00000427] main video output debug: TIMER module_Need() : 255.571 ms - Total 255.571 ms / 1 intvls (Avg 255.571 ms)
[java] [00000427] main video output debug: waiting for thread initialization
[java] [00000427] main video output debug: thread started
[java] Java Result: 139
Code: Select all
[00000001] main libvlc debug: VLC media player - version 0.9.8 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKG_CONFIG_PATH=:/opt/local/lib/pkgconfig:/opt/local/lib/pkgconfig'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: opening config file (/Users/filippo/Library/Preferences/VLC/vlcrc)
[00000001] main libvlc debug: loading config for module "main"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /Users/filippo/Library/Preferences/VLC/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/modules'
[00000001] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins'
[00000001] main libvlc debug: recursively browsing `/Users/videolan/thresh/vlc-releases.git/vlc_install_dir/lib/vlc'
[00000001] main libvlc debug: module bank initialized, found 259 modules
[00000001] main libvlc debug: opening config file (/Users/filippo/Library/Preferences/VLC/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 3 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[00000353] main interaction debug: thread 2953318400 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000353] main interaction debug: thread started
[00000355] main input debug: Creating an input for 'Media Library'
[00000355] main input debug: Input is a meta file: disabling unneeded options
[00000355] main input debug: `file/xspf-open:///Users/filippo/Library/Preferences/VLC/ml.xspf' gives access `file' demux `xspf-open' path `/Users/filippo/Library/Preferences/VLC/ml.xspf'
[00000355] main input debug: creating access 'file' path='/Users/filippo/Library/Preferences/VLC/ml.xspf'
[00000356] main access debug: looking for access module: 3 candidates
[00000356] access_file access debug: opening file `/Users/filippo/Library/Preferences/VLC/ml.xspf'
[00000356] main access debug: using access module "access_file"
[00000356] main access debug: TIMER module_Need() : 1.766 ms - Total 1.766 ms / 1 intvls (Avg 1.766 ms)
[00000361] main stream debug: Using AStream*Stream
[00000361] main stream debug: pre-buffering...
[00000361] main stream debug: received first data for our buffer
[00000355] main input debug: creating demux: access='file' demux='xspf-open' path='/Users/filippo/Library/Preferences/VLC/ml.xspf'
[00000362] main demux debug: looking for demux module: 1 candidate
[00000362] playlist demux debug: using XSPF playlist reader
[00000362] main demux debug: using demux module "playlist"
[00000362] main demux debug: TIMER module_Need() : 0.924 ms - Total 0.924 ms / 1 intvls (Avg 0.924 ms)
[00000355] main input debug: `file/xspf-open:///Users/filippo/Library/Preferences/VLC/ml.xspf' successfully opened
[00000377] main xml debug: looking for xml module: 2 candidates
[00000377] main xml debug: using xml module "xml"
[00000377] main xml debug: TIMER module_Need() : 1.085 ms - Total 1.085 ms / 1 intvls (Avg 1.085 ms)
[00000362] playlist demux debug: parsed 2 tracks successfully
[00000377] main xml debug: removing module "xml"
[00000355] main input debug: EOF reached
[00000355] main input debug: control type=1
[00000362] main demux debug: removing module "playlist"
[00000356] main access debug: removing module "access_file"
[00000355] main input debug: TIMER input launching for 'Media Library' : 8.040 ms - Total 8.040 ms / 1 intvls (Avg 8.040 ms)
[00000379] main preparser debug: waiting for thread initialization
[00000379] main preparser debug: thread started
[00000379] main preparser debug: thread 2953850880 (preparser) created at priority 0 (playlist/thread.c:79)
[00000380] main fetcher debug: waiting for thread initialization
[00000380] main fetcher debug: thread started
[00000380] main fetcher debug: thread 2954383360 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000354] main playlist debug: waiting for thread initialization
[00000354] main playlist debug: thread started
[00000354] main playlist debug: rebuilding array of current - root Playlist
[00000354] main playlist debug: rebuild done - 0 items, index -1
[00000354] main playlist debug: thread 2954915840 (playlist) created at priority 0 (playlist/thread.c:117)
[00000381] main interface debug: looking for interface module: 1 candidate
[00000381] main interface debug: using interface module "hotkeys"
[00000381] main interface debug: TIMER module_Need() : 0.601 ms - Total 0.601 ms / 1 intvls (Avg 0.601 ms)
[00000381] main interface debug: thread 2955448320 (interface) created at priority 0 (interface/interface.c:168)
[00000381] main interface debug: thread started
[00000354] main playlist debug: adding item `Air_trailer.mov' ( /Users/filippo/Documents/media/mediaResources/Air_trailer.mov )
[00000383] main interface debug: looking for interface module: 17 candidates
[00000383] main interface debug: using interface module "signals"
[00000383] main interface debug: TIMER module_Need() : 0.880 ms - Total 0.880 ms / 1 intvls (Avg 0.880 ms)
[00000383] main interface debug: thread 2956513280 (interface) created at priority 0 (interface/interface.c:168)
[00000383] main interface debug: thread started
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000385] main interface debug: looking for interface module: 4 candidates
[00000385] main interface debug: using interface module "macosx"
[00000385] main interface debug: TIMER module_Need() : 58.568 ms - Total 58.568 ms / 1 intvls (Avg 58.568 ms)
[00000385] main interface debug: thread 2957045760 (interface) created at priority 0 (interface/interface.c:148)
[00000385] main interface debug: thread started
[00000354] main playlist debug: no fetch required for Playlist (art currently (null))
[00000385] macosx interface debug: notification received in VLC with name VLCOSXGUIInit and object VLCEyeTVSupport
[00000388] main input debug: Creating an input for 'Air_trailer.mov'
[00000354] main playlist debug: no fetch required for Air_trailer.mov (art currently (null))
[00000354] main playlist debug: rebuilding array of current - root Playlist
[00000354] main playlist debug: rebuild done - 1 items, index -1
[00000354] main playlist debug: starting new item
[00000354] main playlist debug: processing request item Air_trailer.mov node Playlist skip 0
[00000354] main playlist debug: rebuilding array of current - root Playlist
[00000354] main playlist debug: rebuild done - 1 items, index 0
[00000354] main playlist debug: creating new input thread
[00000393] main input debug: Creating an input for 'Air_trailer.mov'
[00000393] main input debug: waiting for thread initialization
[00000393] main input debug: thread started
[00000393] main input debug: thread 2958790656 (input) created at priority 22 (input/input.c:370)
[00000393] main input debug: `/Users/filippo/Documents/media/mediaResources/Air_trailer.mov' gives access `' demux `' path `/Users/filippo/Documents/media/mediaResources/Air_trailer.mov'
[00000393] main input debug: creating demux: access='' demux='' path='/Users/filippo/Documents/media/mediaResources/Air_trailer.mov'
[00000394] main demux debug: looking for access_demux module: 2 candidates
[00000394] main demux debug: TIMER module_Need() : 3.477 ms - Total 3.477 ms / 1 intvls (Avg 3.477 ms)
[00000393] main input debug: creating access '' path='/Users/filippo/Documents/media/mediaResources/Air_trailer.mov'
[00000397] main access debug: looking for access module: 8 candidates
[00000397] vcd access debug: trying .cue file: /Users/filippo/Documents/media/mediaResources/Air_trailer.cue
[00000397] vcd access debug: could not find .cue file
[00000397] access_file access debug: opening file `/Users/filippo/Documents/media/mediaResources/Air_trailer.mov'
[00000397] main access debug: using access module "access_file"
[00000397] main access debug: TIMER module_Need() : 3.654 ms - Total 3.654 ms / 1 intvls (Avg 3.654 ms)
[00000400] main stream debug: Using AStream*Stream
[00000400] main stream debug: pre-buffering...
[00000400] main stream debug: received first data for our buffer
[00000400] main stream debug: pre-buffering done 1408981 bytes in 0s - 483640 kbytes/s
[00000393] main input debug: creating demux: access='' demux='' path='/Users/filippo/Documents/media/mediaResources/Air_trailer.mov'
[00000401] main demux debug: looking for demux module: 59 candidates
[00000400] mp4 stream debug: found Box: ftyp size 32
[00000400] mp4 stream debug: found Box: moov size 7224
[00000400] mp4 stream debug: found Box: mvhd size 108
[00000400] mp4 stream debug: read box: "mvhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:24s time scale 2500 duration 694977d-48h:00m:01s rate 1.000000 volume 1.000000 next track id 3
[00000400] mp4 stream debug: found Box: trak size 795
[00000400] mp4 stream debug: found Box: tkhd size 92
[00000400] mp4 stream debug: read box: "tkhd" creation 732691d-34h:51m:43s modification 732691d-34h:53m:24s duration -317450749d-56h:53m:20s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000
[00000400] mp4 stream debug: found Box: edts size 36
[00000400] mp4 stream debug: found Box: elst size 28
[00000400] mp4 stream debug: read box: "elst" entry-count 1
[00000400] mp4 stream debug: found Box: mdia size 659
[00000400] mp4 stream debug: found Box: mdhd size 32
[00000400] mp4 stream debug: read box: "mdhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:23s time scale 44100 duration 694993d-20h:00m:00s language ```
[00000400] mp4 stream debug: found Box: hdlr size 58
[00000400] mp4 stream debug: read box: "hdlr" handler type soun name Apple Sound Media Handler
[00000400] mp4 stream debug: found Box: minf size 561
[00000400] mp4 stream debug: found Box: smhd size 16
[00000400] mp4 stream debug: read box: "smhd" balance 0.000000
[00000400] mp4 stream debug: found Box: hdlr size 57
[00000400] mp4 stream debug: read box: "hdlr" handler type alis name Apple Alias Data Handler
[00000400] mp4 stream debug: found Box: dinf size 36
[00000400] mp4 stream debug: found Box: dref size 28
[00000400] mp4 stream debug: found Box: alis size 12
[00000400] mp4 stream warning: unknown box type alis (incompletely loaded)
[00000400] mp4 stream debug: read box: "dref" entry-count 1
[00000400] mp4 stream debug: found Box: stbl size 444
[00000400] mp4 stream debug: found Box: stsd size 92
[00000400] mp4 stream debug: found Box: twos size 76
[00000400] mp4 stream debug: read box: "soun" qt3+ sample/packet=1 bytes/packet=2 bytes/frame=4 bytes/sample=2
[00000400] mp4 stream debug: found Box: chan size 24
[00000400] mp4 stream warning: unknown box type chan (incompletely loaded)
[00000400] mp4 stream debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000
[00000400] mp4 stream debug: read box: "stsd" entry-count 1
[00000400] mp4 stream debug: found Box: stts size 24
[00000400] mp4 stream debug: read box: "stts" entry-count 1
[00000400] mp4 stream debug: found Box: stsc size 28
[00000400] mp4 stream debug: read box: "stsc" entry-count 1
[00000400] mp4 stream debug: found Box: stsz size 20
[00000400] mp4 stream debug: read box: "stsz" sample-size 1 sample-count 1411200
[00000400] mp4 stream debug: found Box: stco size 272
[00000400] mp4 stream debug: read box: "co64" entry-count 64
[00000400] mp4 stream debug: found Box: trak size 6313
[00000400] mp4 stream debug: found Box: tkhd size 92
[00000400] mp4 stream debug: read box: "tkhd" creation 732691d-34h:51m:43s modification 732691d-34h:53m:24s duration -317450749d-56h:53m:20s track ID 2 layer 0 volume 0.000000 width 352.000000 height 288.000000
[00000400] mp4 stream debug: found Box: tapt size 68
[00000400] mp4 stream warning: unknown box type tapt (incompletely loaded)
[00000400] mp4 stream debug: found Box: edts size 36
[00000400] mp4 stream debug: found Box: elst size 28
[00000400] mp4 stream debug: read box: "elst" entry-count 1
[00000400] mp4 stream debug: found Box: mdia size 6109
[00000400] mp4 stream debug: found Box: mdhd size 32
[00000400] mp4 stream debug: read box: "mdhd" creation 732691d-34h:53m:23s modification 732691d-34h:53m:24s time scale 2500 duration 694977d-10h:13m:20s language ```
[00000400] mp4 stream debug: found Box: hdlr size 58
[00000400] mp4 stream debug: read box: "hdlr" handler type vide name Apple Video Media Handler
[00000400] mp4 stream debug: found Box: minf size 6011
[00000400] mp4 stream debug: found Box: vmhd size 20
[00000400] mp4 stream debug: read box: "vmhd" graphics-mode 64 opcolor (-32768, -32768, -32768)
[00000400] mp4 stream debug: found Box: hdlr size 57
[00000400] mp4 stream debug: read box: "hdlr" handler type alis name Apple Alias Data Handler
[00000400] mp4 stream debug: found Box: dinf size 36
[00000400] mp4 stream debug: found Box: dref size 28
[00000400] mp4 stream debug: found Box: alis size 12
[00000400] mp4 stream warning: unknown box type alis (incompletely loaded)
[00000400] mp4 stream debug: read box: "dref" entry-count 1
[00000400] mp4 stream debug: found Box: stbl size 5890
[00000400] mp4 stream debug: found Box: stsd size 102
[00000400] mp4 stream debug: found Box: h263 size 86
[00000400] mp4 stream debug: read box: "vide" in stsd 352x288 depth 24
[00000400] mp4 stream debug: read box: "stsd" entry-count 1
[00000400] mp4 stream debug: found Box: stts size 24
[00000400] mp4 stream debug: read box: "stts" entry-count 1
[00000400] mp4 stream debug: found Box: stss size 456
[00000400] mp4 stream debug: read box: "stss" entry-count 110
[00000400] mp4 stream debug: found Box: stsc size 1552
[00000400] mp4 stream debug: read box: "stsc" entry-count 128
[00000400] mp4 stream debug: found Box: stsz size 3220
[00000400] mp4 stream debug: read box: "stsz" sample-size 0 sample-count 800
[00000400] mp4 stream debug: found Box: stco size 528
[00000400] mp4 stream debug: read box: "co64" entry-count 128
[00000400] mp4 stream debug: found Box: free size 16
[00000400] mp4 stream debug: skip box: "free"
[00000400] mp4 stream debug: found Box: wide size 8
[00000400] mp4 stream debug: skip box: "wide"
[00000400] mp4 stream debug: found Box: mdat size 10123894
[00000400] mp4 stream debug: skip box: "mdat"
[00000400] mp4 stream debug: dumping root Box "root"
[00000400] mp4 stream debug: | + ftyp size 32
[00000400] mp4 stream debug: | + moov size 7224
[00000400] mp4 stream debug: | | + mvhd size 108
[00000400] mp4 stream debug: | | + trak size 795
[00000400] mp4 stream debug: | | | + tkhd size 92
[00000400] mp4 stream debug: | | | + edts size 36
[00000400] mp4 stream debug: | | | | + elst size 28
[00000400] mp4 stream debug: | | | + mdia size 659
[00000400] mp4 stream debug: | | | | + mdhd size 32
[00000400] mp4 stream debug: | | | | + hdlr size 58
[00000400] mp4 stream debug: | | | | + minf size 561
[00000400] mp4 stream debug: | | | | | + smhd size 16
[00000400] mp4 stream debug: | | | | | + hdlr size 57
[00000400] mp4 stream debug: | | | | | + dinf size 36
[00000400] mp4 stream debug: | | | | | | + dref size 28
[00000400] mp4 stream debug: | | | | | | | + alis size 12
[00000400] mp4 stream debug: | | | | | + stbl size 444
[00000400] mp4 stream debug: | | | | | | + stsd size 92
[00000400] mp4 stream debug: | | | | | | | + twos size 76
[00000400] mp4 stream debug: | | | | | | | | + chan size 24
[00000400] mp4 stream debug: | | | | | | + stts size 24
[00000400] mp4 stream debug: | | | | | | + stsc size 28
[00000400] mp4 stream debug: | | | | | | + stsz size 20
[00000400] mp4 stream debug: | | | | | | + stco size 272
[00000400] mp4 stream debug: | | + trak size 6313
[00000400] mp4 stream debug: | | | + tkhd size 92
[00000400] mp4 stream debug: | | | + tapt size 68
[00000400] mp4 stream debug: | | | + edts size 36
[00000400] mp4 stream debug: | | | | + elst size 28
[00000400] mp4 stream debug: | | | + mdia size 6109
[00000400] mp4 stream debug: | | | | + mdhd size 32
[00000400] mp4 stream debug: | | | | + hdlr size 58
[00000400] mp4 stream debug: | | | | + minf size 6011
[00000400] mp4 stream debug: | | | | | + vmhd size 20
[00000400] mp4 stream debug: | | | | | + hdlr size 57
[00000400] mp4 stream debug: | | | | | + dinf size 36
[00000400] mp4 stream debug: | | | | | | + dref size 28
[00000400] mp4 stream debug: | | | | | | | + alis size 12
[00000400] mp4 stream debug: | | | | | + stbl size 5890
[00000400] mp4 stream debug: | | | | | | + stsd size 102
[00000400] mp4 stream debug: | | | | | | | + h263 size 86
[00000400] mp4 stream debug: | | | | | | + stts size 24
[00000400] mp4 stream debug: | | | | | | + stss size 456
[00000400] mp4 stream debug: | | | | | | + stsc size 1552
[00000400] mp4 stream debug: | | | | | | + stsz size 3220
[00000400] mp4 stream debug: | | | | | | + stco size 528
[00000400] mp4 stream debug: | + free size 16
[00000400] mp4 stream debug: | + wide size 8
[00000400] mp4 stream debug: | + mdat size 10123894
[00000401] mp4 demux debug: unrecognized major file specification (qt ).
[00000401] mp4 demux debug: found 2 tracks
[00000401] mp4 demux warning: elst box found
[00000401] mp4 demux debug: - [0] duration=32000ms media time=0ms) rate=1.0
[00000401] mp4 demux debug: track[Id 0x1] read 64 chunk
[00000401] mp4 demux debug: track[Id 0x1] read 1411200 samples length:32s
[00000393] main input debug: selecting program id=0
[00000401] mp4 demux debug: adding track[Id 0x1] audio (enable) language en
[00000401] mp4 demux warning: elst box found
[00000401] mp4 demux debug: - [0] duration=32000ms media time=0ms) rate=1.0
[00000401] mp4 demux debug: track[Id 0x2] read 128 chunk
[00000401] mp4 demux debug: track[Id 0x2] read 800 samples length:32s
[00000401] mp4 demux debug: adding track[Id 0x2] video (enable) language en
[00000401] main demux debug: using demux module "mp4"
[00000401] main demux debug: TIMER module_Need() : 3.449 ms - Total 3.449 ms / 1 intvls (Avg 3.449 ms)
[00000401] mp4 demux warning: DEMUX_GET_FPS unimplemented !!
[00000401] mp4 demux warning: DEMUX_GET_FPS unimplemented !!
[00000393] main input debug: looking for a subtitle file in /Users/filippo/Documents/media/mediaResources/
[00000402] main decoder debug: looking for decoder module: 31 candidates
[00000385] macosx interface debug: input has changed, refreshing interface
[00000402] araw decoder debug: samplerate:44100Hz channels:2 bits/sample:16
[00000402] main decoder debug: using decoder module "araw"
[00000402] main decoder debug: TIMER module_Need() : 43.619 ms - Total 43.619 ms / 1 intvls (Avg 43.619 ms)
[00000402] main decoder debug: thread 2959880192 (decoder) created at priority 22 (input/decoder.c:217)
[00000402] main decoder debug: thread started
[00000412] main decoder debug: looking for decoder module: 31 candidates
[00000412] avcodec decoder debug: libavcodec initialized (interface 3407872 )
[00000412] avcodec decoder debug: using direct rendering
[00000412] avcodec decoder debug: ffmpeg codec (H263) started
[00000412] main decoder debug: using decoder module "avcodec"
[00000412] main decoder debug: TIMER module_Need() : 237.374 ms - Total 237.374 ms / 1 intvls (Avg 237.374 ms)
[00000412] main decoder debug: thread started
[00000412] main decoder debug: thread 2960412672 (decoder) created at priority 0 (input/decoder.c:217)
[00000393] main input debug: `/Users/filippo/Documents/media/mediaResources/Air_trailer.mov' successfully opened
[00000401] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[00000401] mp4 demux debug: track[Id 0x1] does not provide Sync Sample Box (stss)
[00000401] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[00000401] mp4 demux debug: track[Id 0x2] using Sync Sample Box (stss)
[00000401] mp4 demux debug: stts gives 0 --> 0 (sample number)
[00000402] main decoder debug: no aout present, spawning one
[00000412] main decoder debug: no usable vout present, spawning one
[00000436] main audio output debug: looking for audio output module: 2 candidates
[00000393] main input debug: control type=1
[00000437] main video output debug: window size: 384x288
[00000437] main video output debug: looking for video output module: 3 candidates
[00000437] opengl video output debug: Texture size: 352x288
[00000437] opengl video output debug: requesting "default" opengl provider
[00000441] main opengl debug: looking for opengl provider module: 2 candidates
[00000441] macosx opengl debug: display is Quartz Extreme accelerated
[00000436] main audio output debug: VLC is looking for: 's16b' 44100 Hz Stereo frame=1 samples/4 bytes
[00000436] auhal audio output debug: system has [3] device(s)
[00000436] auhal audio output debug: DevID: 0x104 DevName: Built-in Microphone
[00000436] auhal audio output debug: this device is INPUT only. skipping...
[00000436] auhal audio output debug: DevID: 0x102 DevName: Built-in Input
[00000436] auhal audio output debug: this device is INPUT only. skipping...
[00000436] auhal audio output debug: DevID: 0x106 DevName: Built-in Output
[00000436] auhal audio output debug: supported format: [96000][mcpl][12][4][1][4][2][16]
[00000441] main opengl debug: using opengl provider module "macosx"
[00000436] auhal audio output debug: supported format: [48000][mcpl][12][4][1][4][2][16]
[00000441] main opengl debug: TIMER module_Need() : 143.887 ms - Total 143.887 ms / 1 intvls (Avg 143.887 ms)
[00000436] auhal audio output debug: supported format: [44100][mcpl][12][4][1][4][2][16]
[00000436] auhal audio output debug: supported format: [96000][mcpl][4][8][1][8][2][20]
[00000436] auhal audio output debug: supported format: [48000][mcpl][4][8][1][8][2][20]
[00000436] auhal audio output debug: supported format: [44100][mcpl][4][8][1][8][2][20]
[00000436] auhal audio output debug: supported format: [96000][mcpl][4][8][1][8][2][24]
[00000436] auhal audio output debug: supported format: [48000][mcpl][4][8][1][8][2][24]
[00000436] auhal audio output debug: supported format: [44100][mcpl][4][8][1][8][2][24]
[00000437] main video output debug: using video output module "opengl"
[00000437] main video output debug: TIMER module_Need() : 146.474 ms - Total 146.474 ms / 1 intvls (Avg 146.474 ms)
[00000437] main video output debug: waiting for thread initialization
[00000437] main video output debug: thread started
[00000437] main video output debug: got 1 direct buffer(s)
[00000437] main video output debug: picture in 352x288 (0,0,352x288), chroma I420, ar 4:3, sar 12:11
[00000437] main video output debug: picture user 352x288 (0,0,352x288), chroma I420, ar 4:3, sar 12:11
[00000437] main video output debug: picture out 352x288 (0,0,352x288), chroma UYVY, ar 4:3, sar 12:11
[00000442] main chroma debug: looking for video filter2 module: 19 candidates
[00000442] main chroma debug: using video filter2 module "i420_yuy2_sse2"
[00000442] main chroma debug: TIMER module_Need() : 0.851 ms - Total 0.851 ms / 1 intvls (Avg 0.851 ms)
[00000437] main video output debug: indirect render, mapping render pictures 0-7 to system pictures 1-8
[00000437] main video output debug: thread 2962010112 (video output) created at priority 22 (video_output/video_output.c:502)
[00000445] main spu text debug: looking for text renderer module: 3 candidates
[00000445] main spu text debug: using text renderer module "quartztext"
[00000445] main spu text debug: TIMER module_Need() : 1.920 ms - Total 1.920 ms / 1 intvls (Avg 1.920 ms)
[00000436] auhal audio output debug: current format is: [44100][mcpl][41][4][1][4][2][32]
[00000436] auhal audio output debug: layout of AUHAL has 2 channels
[00000436] auhal audio output debug: selected 2 physical channels for device output
[00000436] auhal audio output debug: VLC will output: Stereo
[00000436] auhal audio output debug: we set the AU format: [44100][mcpl][9][8][1][8][2][32]
[00000436] auhal audio output debug: the actual set AU format is [44100][mcpl][9][8][1][8][2][32]
[00000436] main audio output debug: using audio output module "auhal"
[00000436] main audio output debug: TIMER module_Need() : 184.035 ms - Total 184.035 ms / 1 intvls (Avg 184.035 ms)
[00000436] main audio output debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[00000436] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[00000436] main audio output debug: no need for any filter
[00000436] main audio output debug: looking for audio mixer module: 3 candidates
[00000436] main audio output debug: using audio mixer module "float32_mixer"
[00000436] main audio output debug: TIMER module_Need() : 0.885 ms - Total 0.885 ms / 1 intvls (Avg 0.885 ms)
[00000436] main audio output debug: input 's16b' 44100 Hz Stereo frame=1 samples/4 bytes
[00000436] main audio output debug: filter(s) 's16b'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo
[00000448] main audio output debug: looking for audio filter module: 24 candidates
[00000448] main audio output debug: using audio filter module "converter_float"
[00000448] main audio output debug: TIMER module_Need() : 31.652 ms - Total 31.652 ms / 1 intvls (Avg 31.652 ms)
[00000436] main audio output debug: found a filter for the whole conversion
[00000436] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
[00000479] main audio output debug: looking for audio filter module: 24 candidates
[00000479] main audio output debug: using audio filter module "bandlimited_resampler"
[00000479] main audio output debug: TIMER module_Need() : 0.293 ms - Total 0.293 ms / 1 intvls (Avg 0.293 ms)
[00000436] main audio output debug: found a filter for the whole conversion
[00000436] main audio output warning: output date isn't PTS date, requesting resampling (-44627)
[00000436] main audio output warning: buffer is 44628 in advance, triggering downsampling
[00000444] main blend debug: looking for video blending module: 1 candidate
[00000444] blend blend debug: chroma: YUVA -> UYVY
[00000444] main blend debug: using video blending module "blend"
[00000444] main blend debug: TIMER module_Need() : 0.982 ms - Total 0.982 ms / 1 intvls (Avg 0.982 ms)
[00000437] main video output warning: late picture skipped (-7436)
[00000393] main input debug: control type=1
[00000354] main playlist debug: incoming request - stopping current input
[00000354] main playlist debug: dying input
[00000393] main input debug: control type=0
[00000393] main input debug: control: stopping input
[00000401] mp4 demux debug: freeing all memory
[00000401] main demux debug: removing module "mp4"
[00000397] main access debug: removing module "access_file"
[00000402] main decoder debug: removing module "araw"
[00000402] main decoder debug: thread ended
[00000402] main decoder debug: thread 2959880192 joined (input/decoder.c:248)
[00000402] main decoder debug: killing decoder fourcc `twos', 0 PES in FIFO
[00000448] main audio output debug: removing module "converter_float"
[00000479] main audio output debug: removing module "bandlimited_resampler"
[00000436] main audio output debug: removing module "auhal"
[00000436] main audio output debug: removing module "float32_mixer"
[00000412] avcodec decoder debug: ffmpeg codec (H263) stopped
[00000412] main decoder debug: removing module "avcodec"
[00000412] main decoder debug: thread ended
[00000412] main decoder debug: thread 2960412672 joined (input/decoder.c:248)
[00000412] main decoder debug: killing decoder fourcc `h263', 0 PES in FIFO
[00000442] main chroma debug: removing module "i420_yuy2_sse2"
[00000437] main video output debug: thread ended
[00000437] main video output debug: thread 2962010112 joined (video_output/video_output.c:536)
[00000441] macosx opengl debug: Closing
[00000441] main opengl debug: removing module "macosx"
[00000437] main video output debug: removing module "opengl"
[00000444] main blend debug: removing module "blend"
[00000445] main spu text debug: removing module "quartztext"
[00000393] main input debug: thread ended
[00000354] main playlist debug: dead input
[00000393] main input debug: thread 2958790656 joined (playlist/engine.c:244)
[00000385] macosx interface debug: input has stopped, refreshing interface
[00000393] main input debug: TIMER input launching for 'Air_trailer.mov' : 302.680 ms - Total 302.680 ms / 1 intvls (Avg 302.680 ms)
... and thank you for the attention