I'm implementing JVLC into a bigger program and I want to use JVLC to play all kinds of media.
I've nested the jvlc-canvas within several JPanels and it does not show. That, however, is not my main concern. What is more of a problem is, that JVLC is kind of unstable.
In my program, I invoke a new JFrame, have several JPanels within it and one of it hosts the Canvas, the VLC should render to.
To create the jvlc, I use the following code:
Code: Select all
jvlc = new JVLC(new String[]
{ "-vvv", "--plugin-path=" + vlcPluginFolder });
MediaDescriptor mediaDescriptor = new MediaDescriptor(jvlc, mediaURL);
mediaPlayer = mediaDescriptor.getMediaPlayer();
Code: Select all
jvlc.setVideoOutput(jvlcCanvas);
mediaPlayer.play();
Code: Select all
mediaPlayer.stop();
jvlc.release();
mediaPlayer = null;
jvlc = null;
I can't figure out anything by that trace, maybe you guys can help me out.
Thanks in advance
--------------------
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--host=i586-mingw32msvc' '--build=i386-linux' '--enable-mkv' '--enable-release' '--without-contrib' '--enable-nls' '--enable-shared-libvlc' '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-real' '--enable-realrtsp' '--enable-ffmpeg' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-config-path=/usr/win32/bin' '--with-ffmpeg-zlib' '--enable-live555' '--with-live555-tree=/usr/win32/live.com' '--ena
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: opening config file (C:\Users\beka\AppData\Roaming\vlc\vlcrc)
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file C:\Users\beka\AppData\Roaming\vlc\plugins-zxzx04.dat
[00000001] main libvlc debug: recursively browsing `C:\Program Files\Java\jdk1.5.0_12\bin\modules'
[00000001] main libvlc debug: recursively browsing `C:\Program Files\Java\jdk1.5.0_12\bin\plugins'
[00000001] main libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins\'
[00000001] main libvlc debug: module bank initialized, found 262 modules
[00000001] main libvlc debug: opening config file (C:\Users\beka\AppData\Roaming\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"
[00000366] main interaction debug: thread 7972 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000366] main interaction debug: thread started
[00000368] main input debug: Creating an input for 'Media Library'
[00000368] main input debug: Input is a meta file: disabling unneeded options
[00000368] main input debug: `file/xspf-open://C:\Users\beka\AppData\Roaming\vlc\ml.xspf' gives access `file' demux `xspf-open' path `C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000368] main input debug: creating access 'file' path='C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000369] main access debug: looking for access module: 2 candidates
[00000369] access_file access debug: opening file `C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000369] main access debug: using access module "access_file"
[00000369] main access debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000373] main stream debug: Using AStream*Stream
[00000373] main stream debug: pre-buffering...
[00000373] main stream debug: received first data for our buffer
[00000368] main input debug: creating demux: access='file' demux='xspf-open' path='C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000374] main demux debug: looking for demux module: 1 candidate
[00000374] playlist demux debug: using XSPF playlist reader
[00000374] main demux debug: using demux module "playlist"
[00000374] main demux debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000368] main input debug: `file/xspf-open://C:\Users\beka\AppData\Roaming\vlc\ml.xspf' successfully opened
[00000389] main xml debug: looking for xml module: 2 candidates
[00000389] main xml debug: using xml module "xml"
[00000389] main xml debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000374] playlist demux debug: parsed 0 tracks successfully
[00000389] main xml debug: removing module "xml"
[00000368] main input debug: EOF reached
[00000368] main input debug: control type=1
[00000374] main demux debug: removing module "playlist"
[00000369] main access debug: removing module "access_file"
[00000368] main input debug: TIMER input launching for 'Media Library' : 6.000 ms - Total 6.000 ms / 1 intvls (Avg 6.000 ms)
[00000391] main preparser debug: waiting for thread initialization
[00000391] main preparser debug: thread started
[00000391] main preparser debug: thread 8048 (preparser) created at priority 0 (playlist/thread.c:79)
[00000392] main fetcher debug: waiting for thread initialization
[00000392] main fetcher debug: thread started
[00000392] main fetcher debug: thread 8060 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000367] main playlist debug: waiting for thread initialization
[00000367] main playlist debug: thread started
[00000367] main playlist debug: rebuilding array of current - root Playlist
[00000367] main playlist debug: rebuild done - 0 items, index -1
[00000367] main playlist debug: thread 8056 (playlist) created at priority 0 (playlist/thread.c:117)
[00000393] main interface debug: looking for interface module: 1 candidate
[00000393] main interface debug: using interface module "hotkeys"
[00000393] main interface debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000393] main interface debug: thread 8072 (interface) created at priority 0 (interface/interface.c:168)
[00000393] main interface debug: thread started
*** LibVLC Exception not handled: No active input
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
[00000395] main input debug: Creating an input for 'test.avi'
[00000395] main input debug: waiting for thread initialization
[00000395] main input debug: thread started
[00000395] main input debug: thread 8188 (input) created at priority 1 (input/input.c:370)
[00000395] main input debug: `C:\test.avi' gives access `' demux `' path `C:\test.avi'
[00000395] main input debug: creating demux: access='' demux='' path='C:\test.avi'
[00000396] main demux debug: looking for access_demux module: 1 candidate
[00000396] main demux debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000395] main input debug: creating access '' path='C:\test.avi'
[00000398] main access debug: looking for access module: 5 candidates
[00000398] vcd access debug: trying .cue file: C:\test.cue
[00000398] vcd access debug: could not find .cue file
[00000398] access_file access debug: opening file `C:\test.avi'
[00000398] main access debug: using access module "access_file"
[00000398] main access debug: TIMER module_Need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 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 - 275136 kbytes/s
[00000395] main input debug: creating demux: access='' demux='' path='C:\test.avi'
[00000401] main demux debug: looking for demux module: 59 candidates
[00000400] avi stream debug: found Chunk fourcc:46464952 (RIFF) size:8107200 pos:0
[00000400] avi stream debug: found LIST chunk: 'AVI '
[00000400] avi stream debug: <list 'AVI '>
[00000400] avi stream debug: found Chunk fourcc:5453494c (LIST) size:8822 pos:12
[00000400] avi stream debug: found LIST chunk: 'hdrl'
[00000400] avi stream debug: <list 'hdrl'>
[00000400] avi stream debug: found Chunk fourcc:68697661 (avih) size:56 pos:24
[00000400] avi stream debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE 320x240
[00000400] avi stream debug: found Chunk fourcc:5453494c (LIST) size:4240 pos:88
[00000400] avi stream debug: found LIST chunk: 'strl'
[00000400] avi stream debug: <list 'strl'>
[00000400] avi stream debug: found Chunk fourcc:68727473 (strh) size:56 pos:100
[00000400] avi stream debug: strh: type:vids handler:0x3234504d samplesize:0 29.97fps
[00000400] avi stream debug: found Chunk fourcc:66727473 (strf) size:40 pos:164
[00000400] avi stream debug: strf: video:MP42 320x240 planes:1 24bpp
[00000400] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:4116 pos:212
[00000400] avi stream debug: </list 'strl'>
[00000400] avi stream debug: found Chunk fourcc:5453494c (LIST) size:4230 pos:4336
[00000400] avi stream debug: found LIST chunk: 'strl'
[00000400] avi stream debug: <list 'strl'>
[00000400] avi stream debug: found Chunk fourcc:68727473 (strh) size:56 pos:4348
[00000400] avi stream debug: strh: type:auds handler:0x00000001 samplesize:0 38.28fps
[00000400] avi stream debug: found Chunk fourcc:66727473 (strf) size:30 pos:4412
[00000400] avi stream debug: strf: audio:0x0055 channels:2 44100Hz 0bits/sample 62kb/s
[00000400] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:4116 pos:4450
[00000400] avi stream debug: </list 'strl'>
[00000400] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:260 pos:8574
[00000400] avi stream debug: </list 'hdrl'>
[00000400] avi stream debug: found Chunk fourcc:5453494c (LIST) size:24 pos:8842
[00000400] avi stream debug: found LIST chunk: 'INFO'
[00000400] avi stream debug: <list 'INFO'>
[00000400] avi stream debug: found Chunk fourcc:54465349 (ISFT) size:12 pos:8854
[00000400] avi stream debug: ISFT: software : Lavf52.25.0
[00000400] avi stream debug: </list 'INFO'>
[00000400] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:1016 pos:8874
[00000400] avi stream debug: found Chunk fourcc:5453494c (LIST) size:7846670 pos:9898
[00000400] avi stream debug: skipping movi chunk
[00000400] avi stream debug: found Chunk fourcc:31786469 (idx1) size:250624 pos:7856576
[00000400] avi stream debug: idx1: index entry:15664
[00000400] avi stream debug: </list 'AVI '>
[00000400] avi stream debug: * LIST-root size:8107208 pos:0
[00000400] avi stream debug: + RIFF-AVI size:8107200 pos:0
[00000400] avi stream debug: | + LIST-hdrl size:8822 pos:12
[00000400] avi stream debug: | | + avih size:56 pos:24
[00000400] avi stream debug: | | + LIST-strl size:4240 pos:88
[00000400] avi stream debug: | | | + strh size:56 pos:100
[00000400] avi stream debug: | | | + strf size:40 pos:164
[00000400] avi stream debug: | | | + JUNK size:4116 pos:212
[00000400] avi stream debug: | | + LIST-strl size:4230 pos:4336
[00000400] avi stream debug: | | | + strh size:56 pos:4348
[00000400] avi stream debug: | | | + strf size:30 pos:4412
[00000400] avi stream debug: | | | + JUNK size:4116 pos:4450
[00000400] avi stream debug: | | + JUNK size:260 pos:8574
[00000400] avi stream debug: | + LIST-INFO size:24 pos:8842
[00000400] avi stream debug: | | + ISFT size:12 pos:8854
[00000400] avi stream debug: | + JUNK size:1016 pos:8874
[00000400] avi stream debug: | + LIST-movi size:7846670 pos:9898
[00000400] avi stream debug: | + idx1 size:250624 pos:7856576
[00000401] avi demux debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE
[00000401] avi demux debug: stream[0] rate:30000 scale:1001 samplesize:0
[00000401] avi demux debug: stream[0] video(MP42) 320x240 24bpp 29.970030fps
[00000395] main input debug: selecting program id=0
[00000401] avi demux debug: stream[1] rate:1225 scale:32 samplesize:0
[00000401] avi demux debug: stream[1] audio(0x55) 2 channels 44100Hz 0bits
[00000401] avi demux debug: stream[0] created 6880 index entries
[00000401] avi demux debug: stream[1] created 8784 index entries
[00000401] avi demux debug: stream[0] length:229 (based on index)
[00000401] avi demux debug: stream[1] length:229 (based on index)
[00000401] main demux debug: using demux module "avi"
[00000401] main demux debug: TIMER module_Need() : 10.000 ms - Total 10.000 ms / 1 intvls (Avg 10.000 ms)
[00000395] main input debug: looking for a subtitle file in C:\
[00000403] main decoder debug: looking for decoder module: 34 candidates
[00000403] avcodec decoder debug: libavcodec initialized (interface 3408896 )
[00000403] avcodec decoder debug: using direct rendering
SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See also http://www.slf4j.org/codes.html#log4j_version
[00000403] avcodec decoder debug: ffmpeg codec (MS MPEG-4 Video v2) started
[00000403] main decoder debug: using decoder module "avcodec"
[00000403] main decoder debug: TIMER module_Need() : 50.000 ms - Total 50.000 ms / 1 intvls (Avg 50.000 ms)
[00000403] main decoder debug: thread 8284 (decoder) created at priority 0 (input/decoder.c:217)
[00000436] main decoder debug: looking for decoder module: 34 candidates
[00000436] main decoder debug: using decoder module "mpeg_audio"
[00000436] main decoder debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000436] main decoder debug: thread 8296 (decoder) created at priority 2 (input/decoder.c:217)
[00000436] main decoder debug: thread started
[00000395] main input debug: `C:\test.avi' successfully opened
[00000403] main decoder debug: thread started
[00000401] avi demux debug: old:0 < new 0
[00000401] avi demux debug: old:0 < new 0
[00000395] main input debug: control type=1
[00000403] main decoder debug: no usable vout present, spawning one
[00000437] main video output debug: window size: 320x240
[00000437] main video output debug: looking for video output module: 6 candidates
[00000437] direct3d video output debug: creating Vout EventThread
[00000440] main generic debug: waiting for thread initialization
[00000436] mpeg_audio decoder debug: MPGA channels:2 samplerate:44100 bitrate:64
[00000436] main decoder debug: no aout present, spawning one
[00000441] main audio output debug: looking for audio output module: 3 candidates
[00000441] aout_directx audio output debug: OpenAudio
[00000440] main generic debug: thread started
[00000437] direct3d video output debug: DirectXCreateWindow
[00000437] direct3d video output debug: created video sub-window
[00000440] main generic debug: thread 1852 (Vout Events Thread) created at priority 0 (direct3d.c:206)
[00000437] direct3d video output debug: Vout EventThread running
[00000437] direct3d video output debug: disabling screen saver
[00000437] main video output debug: using video output module "direct3d"
[00000437] main video output debug: TIMER module_Need() : 29.000 ms - Total 29.000 ms / 1 intvls (Avg 29.000 ms)
[00000437] main video output debug: waiting for thread initialization
[00000437] main video output debug: thread started
[00000437] direct3d video output debug: Direct3D device adapter successfully initialized
[00000437] direct3d video output debug: selected surface pixel format is YUY2
[00000441] aout_directx audio output debug: found device: Prim?rer Soundtreiber
[00000441] aout_directx audio output debug: found device: Lautsprecher (SoundMAX Integrated Digital HD Audio)
[00000437] direct3d video output debug: 1 Direct3D pictures created successfully
[00000437] direct3d video output debug: Direct3D scene created successfully
[00000437] main video output debug: got 1 direct buffer(s)
[00000437] main video output debug: picture in 320x240 (0,0,320x240), chroma I420, ar 4:3, sar 1:1
[00000437] main video output debug: picture user 320x240 (0,0,320x240), chroma I420, ar 4:3, sar 1:1
[00000437] main video output debug: picture out 320x240 (0,0,320x240), chroma YUY2, ar 4:3, sar 1:1
[00000443] main chroma debug: looking for video filter2 module: 19 candidates
[00000443] main chroma debug: using video filter2 module "i420_yuy2_sse2"
[00000443] main chroma debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000437] main video output debug: indirect render, mapping render pictures 0-7 to system pictures 1-8
[00000437] main video output debug: thread 8436 (video output) created at priority 1 (video_output/video_output.c:502)
[00000441] aout_directx audio output debug: device supports 2 channels (DEFAULT!)
[00000441] aout_directx audio output debug: device supports 2 channels
[00000441] aout_directx audio output debug: device supports 1 channel
[00000441] aout_directx audio output debug: Windows says your SpeakerConfig is stereo
[00000441] aout_directx audio output debug: creating DirectSoundThread
[00000445] main generic debug: thread 8548 (DirectSound Notification Thread) created at priority 15 (directx.c:392)
[00000441] main audio output debug: using audio output module "aout_directx"
[00000441] main audio output debug: TIMER module_Need() : 67.000 ms - Total 67.000 ms / 1 intvls (Avg 67.000 ms)
[00000445] main generic debug: thread started
[00000445] aout_directx generic debug: DirectSoundThread ready
[00000441] main audio output debug: output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
[00000441] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[00000441] main audio output debug: filter(s) 'fl32'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
[00000446] main audio output debug: looking for audio filter module: 24 candidates
[00000454] main spu text debug: looking for text renderer module: 2 candidates
[00000446] main audio output debug: using audio filter module "converter_float"
[00000446] main audio output debug: TIMER module_Need() : 10.000 ms - Total 10.000 ms / 1 intvls (Avg 10.000 ms)
[00000441] main audio output debug: found a filter for the whole conversion
[00000441] main audio output debug: looking for audio mixer module: 3 candidates
[00000480] main generic debug: thread 8720 (fontlist builder) created at priority 0 (freetype.c:477)
[00000441] main audio output debug: using audio mixer module "float32_mixer"
[00000454] freetype spu text debug: using fontsize: 15
[00000441] main audio output debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000454] main spu text debug: using text renderer module "freetype"
[00000441] main audio output debug: input 'mpga' 44100 Hz Stereo frame=1152 samples/1053 bytes
[00000454] main spu text debug: TIMER module_Need() : 9.000 ms - Total 9.000 ms / 1 intvls (Avg 9.000 ms)
[00000454] freetype spu text debug: using fontsize: 15
[00000441] main audio output debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo
[00000482] main audio output debug: looking for audio filter module: 24 candidates
[00000482] main audio output debug: using audio filter module "mpgatofixed32"
[00000480] main generic debug: thread started
[00000482] main audio output debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000441] main audio output debug: found a filter for the whole conversion
[00000441] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
Fontconfig error: Cannot load default config file
[00000480] freetype generic debug: Building font database...
[00000483] main audio output debug: looking for audio filter module: 24 candidates
[00000480] freetype generic debug: Finished building font database.
[00000483] main audio output debug: using audio filter module "bandlimited_resampler"
[00000480] freetype generic debug: Took 0 seconds
[00000483] main audio output debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000441] main audio output debug: found a filter for the whole conversion
[00000480] main generic debug: thread ended
[00000453] main blend debug: looking for video blending module: 1 candidate
[00000453] blend blend debug: chroma: YUVA -> YUY2
[00000453] main blend debug: using video blending module "blend"
[00000453] main blend debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[ CLOSING THE WINDOW, PERFORMING THE CLEANUP ]
[00000436] main decoder debug: removing module "mpeg_audio"
[00000436] main decoder debug: thread ended
[00000395] main input debug: control type=0
[00000395] main input debug: control: stopping input
[00000400] avi stream debug: free chunk avih
[00000400] avi stream debug: free chunk strh
[00000400] avi stream debug: free chunk strf
[00000400] avi stream debug: free chunk JUNK
[00000400] avi stream debug: free chunk LIST
[00000400] avi stream debug: free chunk strh
[00000400] avi stream debug: free chunk strf
[00000400] avi stream debug: free chunk JUNK
[00000400] avi stream debug: free chunk LIST
[00000400] avi stream debug: free chunk JUNK
[00000400] avi stream debug: free chunk LIST
[00000400] avi stream debug: free chunk ISFT
[00000400] avi stream debug: free chunk LIST
[00000400] avi stream debug: free chunk JUNK
[00000400] avi stream debug: free chunk LIST
[00000400] avi stream debug: free chunk idx1
[00000400] avi stream debug: free chunk RIFF
[00000400] avi stream debug: free chunk LIST
[00000401] main demux debug: removing module "avi"
[00000398] main access debug: removing module "access_file"
[00000403] avcodec decoder debug: ffmpeg codec (MS MPEG-4 Video v2) stopped
[00000403] main decoder debug: removing module "avcodec"
[00000403] main decoder debug: thread ended
[00000403] main decoder debug: thread times: real 0m46.294000s, kernel 0m0.000000s, user 0m0.124800s
[00000403] main decoder debug: thread 8284 joined (input/decoder.c:248)
[00000403] main decoder debug: killing decoder fourcc `MP42', 1 PES in FIFO
[00000443] main chroma debug: removing module "i420_yuy2_sse2"
[00000437] direct3d video output debug: Direct3D scene released successfully
[00000437] direct3d video output debug: 1 Direct3D pictures released.
[00000437] main video output debug: thread ended
[00000437] main video output debug: thread times: real 0m46.269000s, kernel 0m0.327602s, user 0m0.561603s
[00000437] main video output debug: thread 8436 joined (video_output/video_output.c:536)
[00000440] direct3d generic debug: DirectXEventThread terminating
[00000437] direct3d video output debug: DirectXCloseWindow
[00000437] direct3d video output debug: WinProc WM_DESTROY
[00000440] main generic debug: thread ended
[00000440] main generic debug: thread times: real 0m46.291000s, kernel 0m0.000000s, user 0m0.000000s
[00000440] main generic debug: thread 1852 joined (direct3d.c:292)
[00000437] main video output debug: removing module "direct3d"
[00000453] main blend debug: removing module "blend"
[00000480] main generic debug: thread times: real 0m0.003000s, kernel 0m0.000000s, user 0m0.000000s
[00000480] main generic debug: thread 8720 joined (freetype.c:511)
[00000454] main spu text debug: removing module "freetype"
[00000436] main decoder debug: thread times: real 0m46.288000s, kernel 0m0.031200s, user 0m0.062400s
[00000436] main decoder debug: thread 8296 joined (input/decoder.c:248)
[00000436] main decoder debug: killing decoder fourcc `mpga', 1 PES in FIFO
[00000482] main audio output debug: removing module "mpgatofixed32"
[00000483] main audio output debug: removing module "bandlimited_resampler"
[00000441] aout_directx audio output debug: closing audio device
[00000445] aout_directx generic debug: DirectSoundThread exiting
[00000445] main generic debug: thread ended
[00000445] main generic debug: thread times: real 0m46.261000s, kernel 0m0.000000s, user 0m0.000000s
[00000445] main generic debug: thread 8548 joined (directx.c:664)
[00000441] main audio output debug: removing module "aout_directx"
[00000446] main audio output debug: removing module "converter_float"
[00000441] main audio output debug: removing module "float32_mixer"
[00000395] main input debug: thread ended
[00000395] main input debug: thread times: real 0m46.498000s, kernel 0m0.031200s, user 0m0.795605s
[00000395] main input debug: thread 8188 joined (control/media_player.c:100)
[00000395] main input debug: TIMER input launching for 'test.avi' : 100.000 ms - Total 100.000 ms / 1 intvls (Avg 100.000 ms)
[ RESTARTING THE WINDOW / JVLC ]
[00000485] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000485] main libvlc debug: libvlc was configured with ./configure '--host=i586-mingw32msvc' '--build=i386-linux' '--enable-mkv' '--enable-release' '--without-contrib' '--enable-nls' '--enable-shared-libvlc' '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-real' '--enable-realrtsp' '--enable-ffmpeg' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-config-path=/usr/win32/bin' '--with-ffmpeg-zlib' '--enable-live555' '--with-live555-tree=/usr/win32/live.com' '--ena
[00000485] main libvlc debug: translation test: code is "C"
[00000485] main libvlc debug: opening config file (C:\Users\beka\AppData\Roaming\vlc\vlcrc)
[00000485] main libvlc debug: module bank initialized, found 262 modules
[00000485] main libvlc debug: opening config file (C:\Users\beka\AppData\Roaming\vlc\vlcrc)
[00000485] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000485] main libvlc debug: looking for memcpy module: 3 candidates
[00000485] main libvlc debug: using memcpy module "memcpymmxext"
[00000486] main interaction debug: thread 3348 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000486] main interaction debug: thread started
[00000488] main input debug: Creating an input for 'Media Library'
[00000488] main input debug: Input is a meta file: disabling unneeded options
[00000488] main input debug: `file/xspf-open://C:\Users\beka\AppData\Roaming\vlc\ml.xspf' gives access `file' demux `xspf-open' path `C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000488] main input debug: creating access 'file' path='C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000489] main access debug: looking for access module: 2 candidates
[00000489] access_file access debug: opening file `C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000489] main access debug: using access module "access_file"
[00000489] main access debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000490] main stream debug: Using AStream*Stream
[00000490] main stream debug: pre-buffering...
[00000490] main stream debug: received first data for our buffer
[00000488] main input debug: creating demux: access='file' demux='xspf-open' path='C:\Users\beka\AppData\Roaming\vlc\ml.xspf'
[00000491] main demux debug: looking for demux module: 1 candidate
[00000491] playlist demux debug: using XSPF playlist reader
[00000491] main demux debug: using demux module "playlist"
[00000491] main demux debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000488] main input debug: `file/xspf-open://C:\Users\beka\AppData\Roaming\vlc\ml.xspf' successfully opened
[00000492] main xml debug: looking for xml module: 2 candidates
[00000492] main xml debug: using xml module "xml"
[00000492] main xml debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000491] playlist demux debug: parsed 0 tracks successfully
[00000492] main xml debug: removing module "xml"
[00000488] main input debug: EOF reached
[00000488] main input debug: control type=1
[00000491] main demux debug: removing module "playlist"
[00000489] main access debug: removing module "access_file"
[00000488] main input debug: TIMER input launching for 'Media Library' : 11.000 ms - Total 11.000 ms / 1 intvls (Avg 11.000 ms)
[00000493] main preparser debug: waiting for thread initialization
[00000493] main preparser debug: thread started
[00000493] main preparser debug: thread 8684 (preparser) created at priority 0 (playlist/thread.c:79)
[00000494] main fetcher debug: waiting for thread initialization
[00000494] main fetcher debug: thread started
[00000494] main fetcher debug: thread 8672 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000487] main playlist debug: waiting for thread initialization
[00000487] main playlist debug: thread started
[00000487] main playlist debug: rebuilding array of current - root Playlist
[00000487] main playlist debug: rebuild done - 0 items, index -1
[00000487] main playlist debug: thread 8656 (playlist) created at priority 0 (playlist/thread.c:117)
[00000495] main interface debug: looking for interface module: 1 candidate
[00000495] main interface debug: using interface module "hotkeys"
[00000495] main interface debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000495] main interface debug: thread 8532 (interface) created at priority 0 (interface/interface.c:168)
[00000495] main interface debug: thread started
*** LibVLC Exception not handled: No active input
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
[00000496] main input debug: Creating an input for 'test.avi'
[00000496] main input debug: waiting for thread initialization
[00000496] main input debug: thread started
[00000496] main input debug: `C:\test.avi' gives access `' demux `' path `C:\test.avi'
[00000496] main input debug: creating demux: access='' demux='' path='C:\test.avi'
[00000497] main demux debug: looking for access_demux module: 1 candidate
[00000497] main demux debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
[00000496] main input debug: creating access '' path='C:\test.avi'
[00000496] main input debug: thread 8336 (input) created at priority 1 (input/input.c:370)
[00000498] main access debug: looking for access module: 5 candidates
[00000498] vcd access debug: trying .cue file: C:\test.cue
[00000498] vcd access debug: could not find .cue file
[00000498] access_file access debug: opening file `C:\test.avi'
[00000498] main access debug: using access module "access_file"
[00000498] main access debug: TIMER module_Need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms)
[00000499] main stream debug: Using AStream*Stream
[00000499] main stream debug: pre-buffering...
[00000499] main stream debug: received first data for our buffer
[00000499] main stream debug: pre-buffering done 1408981 bytes in 0s - 458499 kbytes/s
[00000496] main input debug: creating demux: access='' demux='' path='C:\test.avi'
[00000500] main demux debug: looking for demux module: 59 candidates
[00000499] avi stream debug: found Chunk fourcc:46464952 (RIFF) size:8107200 pos:0
[00000499] avi stream debug: found LIST chunk: 'AVI '
[00000499] avi stream debug: <list 'AVI '>
[00000499] avi stream debug: found Chunk fourcc:5453494c (LIST) size:8822 pos:12
[00000499] avi stream debug: found LIST chunk: 'hdrl'
[00000499] avi stream debug: <list 'hdrl'>
[00000499] avi stream debug: found Chunk fourcc:68697661 (avih) size:56 pos:24
[00000499] avi stream debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE 320x240
[00000499] avi stream debug: found Chunk fourcc:5453494c (LIST) size:4240 pos:88
[00000499] avi stream debug: found LIST chunk: 'strl'
[00000499] avi stream debug: <list 'strl'>
[00000499] avi stream debug: found Chunk fourcc:68727473 (strh) size:56 pos:100
[00000499] avi stream debug: strh: type:vids handler:0x3234504d samplesize:0 29.97fps
[00000499] avi stream debug: found Chunk fourcc:66727473 (strf) size:40 pos:164
[00000499] avi stream debug: strf: video:MP42 320x240 planes:1 24bpp
[00000499] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:4116 pos:212
[00000499] avi stream debug: </list 'strl'>
[00000499] avi stream debug: found Chunk fourcc:5453494c (LIST) size:4230 pos:4336
[00000499] avi stream debug: found LIST chunk: 'strl'
[00000499] avi stream debug: <list 'strl'>
[00000499] avi stream debug: found Chunk fourcc:68727473 (strh) size:56 pos:4348
[00000499] avi stream debug: strh: type:auds handler:0x00000001 samplesize:0 38.28fps
[00000499] avi stream debug: found Chunk fourcc:66727473 (strf) size:30 pos:4412
[00000499] avi stream debug: strf: audio:0x0055 channels:2 44100Hz 0bits/sample 62kb/s
[00000499] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:4116 pos:4450
[00000499] avi stream debug: </list 'strl'>
[00000499] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:260 pos:8574
[00000499] avi stream debug: </list 'hdrl'>
[00000499] avi stream debug: found Chunk fourcc:5453494c (LIST) size:24 pos:8842
[00000499] avi stream debug: found LIST chunk: 'INFO'
[00000499] avi stream debug: <list 'INFO'>
[00000499] avi stream debug: found Chunk fourcc:54465349 (ISFT) size:12 pos:8854
[00000499] avi stream debug: ISFT: software : Lavf52.25.0
[00000499] avi stream debug: </list 'INFO'>
[00000499] avi stream debug: found Chunk fourcc:4b4e554a (JUNK) size:1016 pos:8874
[00000499] avi stream debug: found Chunk fourcc:5453494c (LIST) size:7846670 pos:9898
[00000499] avi stream debug: skipping movi chunk
[00000499] avi stream debug: found Chunk fourcc:31786469 (idx1) size:250624 pos:7856576
[00000499] avi stream debug: idx1: index entry:15664
[00000499] avi stream debug: </list 'AVI '>
[00000499] avi stream debug: * LIST-root size:8107208 pos:0
[00000499] avi stream debug: + RIFF-AVI size:8107200 pos:0
[00000499] avi stream debug: | + LIST-hdrl size:8822 pos:12
[00000499] avi stream debug: | | + avih size:56 pos:24
[00000499] avi stream debug: | | + LIST-strl size:4240 pos:88
[00000499] avi stream debug: | | | + strh size:56 pos:100
[00000499] avi stream debug: | | | + strf size:40 pos:164
[00000499] avi stream debug: | | | + JUNK size:4116 pos:212
[00000499] avi stream debug: | | + LIST-strl size:4230 pos:4336
[00000499] avi stream debug: | | | + strh size:56 pos:4348
[00000499] avi stream debug: | | | + strf size:30 pos:4412
[00000499] avi stream debug: | | | + JUNK size:4116 pos:4450
[00000499] avi stream debug: | | + JUNK size:260 pos:8574
[00000499] avi stream debug: | + LIST-INFO size:24 pos:8842
[00000499] avi stream debug: | | + ISFT size:12 pos:8854
[00000499] avi stream debug: | + JUNK size:1016 pos:8874
[00000499] avi stream debug: | + LIST-movi size:7846670 pos:9898
[00000499] avi stream debug: | + idx1 size:250624 pos:7856576
[00000500] avi demux debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE
[00000500] avi demux debug: stream[0] rate:30000 scale:1001 samplesize:0
[00000500] avi demux debug: stream[0] video(MP42) 320x240 24bpp 29.970030fps
[00000496] main input debug: selecting program id=0
[00000500] avi demux debug: stream[1] rate:1225 scale:32 samplesize:0
[00000500] avi demux debug: stream[1] audio(0x55) 2 channels 44100Hz 0bits
[00000500] avi demux debug: stream[0] created 6880 index entries
[00000500] avi demux debug: stream[1] created 8784 index entries
[00000500] avi demux debug: stream[0] length:229 (based on index)
[00000500] avi demux debug: stream[1] length:229 (based on index)
[00000500] main demux debug: using demux module "avi"
[00000500] main demux debug: TIMER module_Need() : 7.000 ms - Total 7.000 ms / 1 intvls (Avg 7.000 ms)
[00000496] main input debug: looking for a subtitle file in C:\
[00000501] main decoder debug: looking for decoder module: 34 candidates
[00000501] avcodec decoder debug: libavcodec already initialized
[00000501] avcodec decoder debug: using direct rendering
[00000501] avcodec decoder debug: ffmpeg codec (MS MPEG-4 Video v2) started
[00000501] main decoder debug: using decoder module "avcodec"
[00000501] main decoder debug: TIMER module_Need() : 8.000 ms - Total 8.000 ms / 1 intvls (Avg 8.000 ms)
[00000501] main decoder debug: thread 8668 (decoder) created at priority 0 (input/decoder.c:217)
[00000502] main decoder debug: looking for decoder module: 34 candidates
[00000502] main decoder debug: using decoder module "mpeg_audio"
[00000502] main decoder debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
[00000502] main decoder debug: thread 1852 (decoder) created at priority 2 (input/decoder.c:217)
[00000496] main input debug: `C:\test.avi' successfully opened
[00000500] avi demux debug: old:0 < new 0
[00000500] avi demux debug: old:0 < new 0
[00000496] main input debug: control type=1
[00000501] main decoder debug: thread started
[00000502] main decoder debug: thread started
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerPlaying,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerPaused,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerStopped,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerForward,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerBackward,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerEndReached,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about ',04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
*** LibVLC Exception not handled: This object event manager doesn't know about 'libvlc_MediaPlayerTimeChanged,04B762C0,00000000' event observer
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
[00000501] main decoder debug: no usable vout present, spawning one
[00000503] main video output debug: window size: 320x240
[00000503] main video output debug: looking for video output module: 6 candidates
[00000503] direct3d video output debug: creating Vout EventThread
[00000505] main generic debug: waiting for thread initialization
[00000505] main generic debug: thread started
[00000503] direct3d video output debug: DirectXCreateWindow
[00000503] direct3d video output debug: created video sub-window
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x776059c3, pid=2140, tid=4980
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x659c3]
#
# An error report file with more information is saved as hs_err_pid2140.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#