Anybody succeeded in running vlc_on_qt at http://wiki.videolan.org/LibVLC_SampleCode_Qt ??
I tried both in Ubuntu 9.04 and Windows XP, with no luck.
1)
OS: Ubuntu 9.04
VLC: 0.9.9a-2ubuntu1 (default in Ubuntu 9.04 jaunty repository)
I can compile vlc_on_qt successfully, but nothing can be displayed in the QT Widget. I tried .avi, .wmv and .ogv, none lucky.
I obtained the following message from within Eclipse 3.5 Console
Code: Select all
[0x9ffa7e8] main libvlc debug: VLC media player - version 1.0.1 Goldeneye - (c) 1996-2009 the VideoLAN team
[0x9ffa7e8] main libvlc debug: libvlc was configured with ./configure
[0x9ffa7e8] main libvlc debug: translation test: code is "en_GB"
[0x9ffa7e8] main libvlc debug: checking plugin modules
[0x9ffa7e8] main libvlc debug: loading plugins cache file /home/jiapei/.cache/vlc/plugins-04041e.dat
[0x9ffa7e8] main libvlc debug: recursively browsing `/usr/local/lib/vlc'
[0x9ffa7e8] main libvlc debug: recursively browsing `C'
[0x9ffa7e8] main libvlc debug: recursively browsing `vlc-0.9.9-win32plugins'
[0x9ffa7e8] main libvlc debug: module bank initialized (370 modules)
[0x9ffa7e8] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[0x9ffa7e8] main libvlc debug: looking for memcpy module: 3 candidates
[0x9ffa7e8] main libvlc debug: using memcpy module "memcpymmxext"
[0xa0920e0] main input debug: Creating an input for 'Media Library'
[0xa0920e0] main input debug: Input is a meta file: disabling unneeded options
[0xa0920e0] main input debug: using timeshift granularity of 50 MBytes
[0xa0920e0] main input debug: using timeshift path '/tmp'
[0xa0920e0] main input debug: `file/xspf-open:///home/jiapei/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/jiapei/.local/share/vlc/ml.xspf'
[0xa0920e0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jiapei/.local/share/vlc/ml.xspf'
[0xa09fa58] main demux debug: looking for access_demux module: 1 candidate
[0xa09fa58] main demux warning: cannot load module `/usr/local/lib/vlc/access/libdvdnav_plugin.so' (libdvdread.so.3: cannot open shared object file: No such file or directory)
[0xa09fa58] main demux warning: no access_demux module matching "file" could be loaded
[0xa09fa58] main demux debug: TIMER module_need() : 1.185 ms - Total 1.185 ms / 1 intvls (Avg 1.185 ms)
[0xa0920e0] main input debug: creating access 'file' path='/home/jiapei/.local/share/vlc/ml.xspf'
[0xa0a02b0] main access debug: looking for access module: 3 candidates
[0xa0a02b0] access_file access debug: opening file `/home/jiapei/.local/share/vlc/ml.xspf'
[0xa0a02b0] main access debug: using access module "access_file"
[0xa0a02b0] main access debug: TIMER module_need() : 1.923 ms - Total 1.923 ms / 1 intvls (Avg 1.923 ms)
[0xa0a1cd0] main stream debug: Using AStream*Stream
[0xa0a1cd0] main stream debug: pre buffering
[0xa0a1cd0] main stream debug: received first data after 0 ms
[0xa0a1cd0] main stream debug: pre-buffering done 296 bytes in 0s - 1357 kbytes/s
[0xa0a0bf0] main stream debug: looking for stream_filter module: 4 candidates
[0xa0a0bf0] main stream debug: TIMER module_need() : 1.361 ms - Total 1.361 ms / 1 intvls (Avg 1.361 ms)
[0xa0a3868] main stream debug: looking for stream_filter module: 1 candidate
[0xa0a3868] main stream debug: using stream_filter module "stream_filter_record"
[0xa0a3868] main stream debug: TIMER module_need() : 0.824 ms - Total 0.824 ms / 1 intvls (Avg 0.824 ms)
[0xa0920e0] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jiapei/.local/share/vlc/ml.xspf'
[0xa0a2d50] main demux debug: looking for demux module: 1 candidate
[0xa0a2d50] playlist demux debug: using XSPF playlist reader
[0xa0a2d50] main demux debug: using demux module "playlist"
[0xa0a2d50] main demux debug: TIMER module_need() : 1.319 ms - Total 1.319 ms / 1 intvls (Avg 1.319 ms)
[0xa0920e0] main input debug: `file/xspf-open:///home/jiapei/.local/share/vlc/ml.xspf' successfully opened
[0xa0a3bc8] main xml debug: looking for xml module: 2 candidates
[0xa0a3bc8] main xml debug: using xml module "xml"
[0xa0a3bc8] main xml debug: TIMER module_need() : 1.622 ms - Total 1.622 ms / 1 intvls (Avg 1.622 ms)
[0xa0a2d50] playlist demux debug: parsed 0 tracks successfully
[0xa0a3bc8] main xml debug: removing module "xml"
[0xa0920e0] main input debug: EOF reached
[0xa0a2d50] main demux debug: removing module "playlist"
[0xa0a3868] main stream debug: removing module "stream_filter_record"
[0xa0a02b0] main access debug: removing module "access_file"
[0xa0920e0] main input debug: TIMER input launching for 'Media Library' : 16.434 ms - Total 16.434 ms / 1 intvls (Avg 16.434 ms)
[0xa099218] main playlist debug: Activated
[0xa099218] main playlist debug: rebuilding array of current - root Playlist
[0xa099218] main playlist debug: rebuild done - 0 items, index -1
[0xa0920e0] main interface debug: looking for interface module: 1 candidate
[0xa0920e0] logger interface: using logger...
[0xa0920e0] logger interface warning: no log filename provided, using `vlc-log.txt'
[0xa0920e0] logger interface debug: opening logfile `vlc-log.txt'
[0xa0920e0] main interface debug: using interface module "logger"
[0xa0920e0] main interface debug: TIMER module_need() : 1.911 ms - Total 1.911 ms / 1 intvls (Avg 1.911 ms)
[0xa0920e0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa0920e0] main interface debug: thread started
[0xa0a0250] main interface debug: looking for interface module: 1 candidate
[0xa0920e0] main interface debug: thread ended
[0xa0a0250] main interface debug: using interface module "hotkeys"
[0xa0a0250] main interface debug: TIMER module_need() : 1.391 ms - Total 1.391 ms / 1 intvls (Avg 1.391 ms)
[0xa0a0250] main interface debug: thread started
[0xa0a0250] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa09eed8] main interface debug: looking for interface module: 1 candidate
[0xa09eed8] main interface debug: using interface module "inhibit"
[0xa09eed8] main interface debug: TIMER module_need() : 0.872 ms - Total 0.872 ms / 1 intvls (Avg 0.872 ms)
[0xa09eed8] main interface debug: thread started
[0xa09eed8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa09f058] main interface debug: looking for interface module: 1 candidate
[0xa09f058] main interface debug: using interface module "screensaver"
[0xa09f058] main interface debug: TIMER module_need() : 0.874 ms - Total 0.874 ms / 1 intvls (Avg 0.874 ms)
[0xa09f058] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa09f058] main interface debug: thread started
[0xa0a4db0] main input debug: Creating an input for 'logi001.wmv'
[0xa0a4db0] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0xa0a4db0] main input debug: thread started
[0xa0a4db0] main input debug: using timeshift granularity of 50 MBytes
[0xa0a4db0] main input debug: using timeshift path '/tmp'
[0xa0a4db0] main input debug: `/home/jiapei/Videos/WinData/logi001.wmv' gives access `' demux `' path `/home/jiapei/Videos/WinData/logi001.wmv'
[0xa0a4db0] main input debug: creating demux: access='' demux='' path='/home/jiapei/Videos/WinData/logi001.wmv'
[0xa0a5c00] main demux debug: looking for access_demux module: 6 candidates
[0xa0a5c00] main demux warning: cannot load module `/usr/local/lib/vlc/access/libdvdnav_plugin.so' (libdvdread.so.3: cannot open shared object file: No such file or directory)
[0xa0a5c00] main demux debug: TIMER module_need() : 26.360 ms - Total 26.360 ms / 1 intvls (Avg 26.360 ms)
[0xa0a4db0] main input debug: creating access '' path='/home/jiapei/Videos/WinData/logi001.wmv'
[0xa0a5e10] main access debug: looking for access module: 5 candidates
[0xa0a5e10] vcd access debug: trying .cue file: /home/jiapei/Videos/WinData/logi001.cue
[0xa0a5e10] vcd access debug: could not find .cue file
[0xa0a5e10] access_file access debug: opening file `/home/jiapei/Videos/WinData/logi001.wmv'
[0xa0a5e10] main access debug: using access module "access_file"
[0xa0a5e10] main access debug: TIMER module_need() : 2.040 ms - Total 2.040 ms / 1 intvls (Avg 2.040 ms)
[0xa0a5fa0] main stream debug: Using AStream*Stream
[0xa0a5fa0] main stream debug: pre buffering
[0xa0a5fa0] main stream debug: received first data after 0 ms
[0xa0a5fa0] main stream debug: pre-buffering done 1024 bytes in 0s - 4716 kbytes/s
[0xa0a9288] main stream debug: looking for stream_filter module: 4 candidates
[0xa0a9288] main stream debug: TIMER module_need() : 0.355 ms - Total 0.355 ms / 1 intvls (Avg 0.355 ms)
[0xa0a9288] main stream debug: looking for stream_filter module: 1 candidate
[0xa0a9288] main stream debug: using stream_filter module "stream_filter_record"
[0xa0a9288] main stream debug: TIMER module_need() : 0.767 ms - Total 0.767 ms / 1 intvls (Avg 0.767 ms)
[0xa0a4db0] main input debug: creating demux: access='' demux='' path='/home/jiapei/Videos/WinData/logi001.wmv'
[0xa0a69a8] main demux debug: looking for demux module: 51 candidates
[0xa0a9288] asf stream debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5274
[0xa0a9288] asf stream debug: read "header object" subobj:7, reserved1:1, reserved2:2
[0xa0a9288] asf stream debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104
[0xa0a9288] asf stream debug: read "file properties object" file_id:0x3afcab52-0xedc9-0x4319-0xb2af5e51c754f1a7 file_size:365470 creation_date:128968816160620000 data_packets_count:45 play_duration:135710000 send_duration:122730000 preroll:2049 flags:2 min_data_packet_size:8000 max_data_packet_size:8000 max_bitrate:360636
[0xa0a9288] asf stream debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4215
[0xa0a9288] asf stream debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4169
[0xa0a9288] asf stream debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39
[0xa0a9288] asf stream debug: read "language list object" 1 entries
[0xa0a9288] asf stream debug: - 'en-us'
[0xa0a9288] asf stream debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26
[0xa0a9288] asf stream warning: unknown asf object (not loaded)
[0xa0a9288] asf stream debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:216
[0xa0a9288] asf stream debug: read "metadata object" 4 entries
[0xa0a9288] asf stream debug: - IsVBR=0
[0xa0a9288] asf stream debug: - DeviceConformanceTemplate=L2
[0xa0a9288] asf stream debug: - IsVBR=1
[0xa0a9288] asf stream debug: - DeviceConformanceTemplate=@
[0xa0a9288] asf stream debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3630
[0xa0a9288] asf stream warning: unknown asf object (not loaded)
[0xa0a9288] asf stream debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88
[0xa0a9288] asf stream debug: read "extended stream properties object":
[0xa0a9288] asf stream debug: - start=0 end=0
[0xa0a9288] asf stream debug: - data bitrate=40000 buffer=2049 initial fullness=0
[0xa0a9288] asf stream debug: - alternate data bitrate=40000 buffer=2049 initial fullness=0
[0xa0a9288] asf stream debug: - maximum object size=960
[0xa0a9288] asf stream debug: - flags=0x2
[0xa0a9288] asf stream debug: - stream number=1 language=0
[0xa0a9288] asf stream debug: - average time per frame=1447538
[0xa0a9288] asf stream debug: - stream name count=0
[0xa0a9288] asf stream debug: - payload extension system count=0
[0xa0a9288] asf stream debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:132
[0xa0a9288] asf stream debug: read "extended stream properties object":
[0xa0a9288] asf stream debug: - start=0 end=0
[0xa0a9288] asf stream debug: - data bitrate=204435 buffer=1203 initial fullness=0
[0xa0a9288] asf stream debug: - alternate data bitrate=233536 buffer=500 initial fullness=0
[0xa0a9288] asf stream debug: - maximum object size=8521
[0xa0a9288] asf stream debug: - flags=0x2
[0xa0a9288] asf stream debug: - stream number=2 language=0
[0xa0a9288] asf stream debug: - average time per frame=666666
[0xa0a9288] asf stream debug: - stream name count=0
[0xa0a9288] asf stream debug: - payload extension system count=2
[0xa0a9288] asf stream debug: found object guid: 0xd9aade20-0x7c17-0x4f9c-0xbc288555dd98e2a2 size:38
[0xa0a9288] asf stream warning: unknown asf object (not loaded)
[0xa0a9288] asf stream debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:394
[0xa0a9288] asf stream debug: read "extended content description object"
[0xa0a9288] asf stream debug: - 'WMFSDKVersion' = '11.0.5721.5251'
[0xa0a9288] asf stream debug: - 'WMFSDKNeeded' = '0.0.0.0000'
[0xa0a9288] asf stream debug: - 'IsVBR' = 'true'
[0xa0a9288] asf stream debug: - 'ASFLeakyBucketPairs' = '0000C05D0000159B0100307500006A3F0100C8AF0000A3C5000090E200001890000000C20100E534000080A903008005000030570500B600000020A107008000000090230B005700000040420F0040000000C05C15002D000000200B20001E000000404B4C000C0000008096980006000000'
[0xa0a9288] asf stream debug: - 'VBR Peak' = '233536'
[0xa0a9288] asf stream debug: - 'Buffer Average' = '1203'
[0xa0a9288] asf stream debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:246
[0xa0a9288] asf stream debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:2
[0xa0a9288] asf stream debug: - codec[0] audio name:"Windows Media Audio 9.2" description:" 40 kbps, 32 kHz, stereo (A/V) 1-pass CBR" information_length:2
[0xa0a9288] asf stream debug: - codec[1] video name:"Windows Media Video V8" description:"" information_length:4
[0xa0a9288] asf stream debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114
[0xa0a9288] asf stream debug: read "stream Properties object" stream_type:0xf8699e40-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0xbfc3cd50-0x618f-0x11cf-0x8bb200aa00b4e220 time_offset:0 type_specific_data_length:28 error_correction_data_length:8 flags:0x1 stream_number:1
[0xa0a9288] asf stream debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133
[0xa0a9288] asf stream debug: read "stream Properties object" stream_type:0xbc19efc0-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0x20fb5700-0x5b55-0x11cf-0xa8fd00805f5c442b time_offset:0 type_specific_data_length:55 error_correction_data_length:0 flags:0x2 stream_number:2
[0xa0a9288] asf stream debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38
[0xa0a9288] asf stream debug: read "stream bitrate properties object"
[0xa0a9288] asf stream debug: - stream=1 bitrate=82302
[0xa0a9288] asf stream debug: - stream=2 bitrate=278334
[0xa0a9288] asf stream debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:360050
[0xa0a9288] asf stream debug: read "data object" file_id:0x3afcab52-0xedc9-0x4319-0xb2af5e51c754f1a7 total data packet:45 reserved:257
[0xa0a9288] asf stream debug: found object guid: 0x33000890-0xe5b1-0x11cf-0x89f400a0c90349cb size:146
[0xa0a9288] asf stream debug: read "index object" file_id:0x3afcab52-0xedc9-0x4319-0xb2af5e51c754f1a7 index_entry_time_interval:10000000 max_packet_count:3 index_entry_count:15
[0xa0a9288] asf stream debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0
[0xa0a9288] asf stream debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5274pos:0
[0xa0a9288] asf stream debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:30
[0xa0a9288] asf stream debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4215pos:134
[0xa0a9288] asf stream debug: | | + 'Language List' GUID 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39pos:180
[0xa0a9288] asf stream debug: | | + 'Unknown' GUID 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26pos:219
[0xa0a9288] asf stream debug: | | + 'Metadata' GUID 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:216pos:245
[0xa0a9288] asf stream debug: | | + 'Padding' GUID 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3630pos:461
[0xa0a9288] asf stream debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:4091
[0xa0a9288] asf stream debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:132pos:4179
[0xa0a9288] asf stream debug: | | + 'Unknown' GUID 0xd9aade20-0x7c17-0x4f9c-0xbc288555dd98e2a2 size:38pos:4311
[0xa0a9288] asf stream debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:394pos:4349
[0xa0a9288] asf stream debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:246pos:4743
[0xa0a9288] asf stream debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114pos:4989
[0xa0a9288] asf stream debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:133pos:5103
[0xa0a9288] asf stream debug: | + 'Stream Bitrate Properties' GUID 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38pos:5236
[0xa0a9288] asf stream debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:360050pos:5274
[0xa0a9288] asf stream debug: + 'Index' GUID 0x33000890-0xe5b1-0x11cf-0x89f400a0c90349cb size:146pos:365324
[0xa0a69a8] asf demux debug: found 2 streams
[0xa0a4db0] main input debug: selecting program id=0
[0xa0a69a8] asf demux debug: added new audio stream(codec:0x161,ID:1)
[0xa0a69a8] asf demux debug: added new video stream(ID:2)
[0xa0a69a8] main demux debug: using demux module "asf"
[0xa0a69a8] main demux debug: TIMER module_need() : 58.777 ms - Total 58.777 ms / 1 intvls (Avg 58.777 ms)
[0xa0a4db0] main input debug: looking for a subtitle file in /home/jiapei/Videos/WinData/
[0xa0aca68] main decoder debug: looking for decoder module: 28 candidates
[0xa0aca68] main decoder warning: cannot load module `/usr/local/lib/vlc/codec/libavcodec_plugin.so' (libavutil.so.50: cannot open shared object file: No such file or directory)
[0xa0aca68] main decoder debug: TIMER module_need() : 10.632 ms - Total 10.632 ms / 1 intvls (Avg 10.632 ms)
[0xa0aca68] main decoder error: no suitable decoder module for fourcc `wma2'.
VLC probably does not support this sound or video format.
[0xa0aca68] main decoder error: No suitable decoder module
[0xa0aca68] main decoder error: VLC does not support the audio or video format "wma2". Unfortunately there is no way for you to fix this.
[0xa0aca68] main decoder debug: killing decoder fourcc `wma2', 0 PES in FIFO
[0xa0b4b78] main decoder debug: looking for decoder module: 28 candidates
[0xa0b4b78] main decoder warning: cannot load module `/usr/local/lib/vlc/codec/libavcodec_plugin.so' (libavutil.so.50: cannot open shared object file: No such file or directory)
[0xa0b4b78] main decoder debug: TIMER module_need() : 1.004 ms - Total 1.004 ms / 1 intvls (Avg 1.004 ms)
[0xa0b4b78] main decoder error: no suitable decoder module for fourcc `WMV2'.
VLC probably does not support this sound or video format.
[0xa0b4b78] main decoder error: No suitable decoder module
[0xa0b4b78] main decoder error: VLC does not support the audio or video format "WMV2". Unfortunately there is no way for you to fix this.
[0xa0b4b78] main decoder debug: killing decoder fourcc `WMV2', 0 PES in FIFO
[0xa0a4db0] main input debug: `/home/jiapei/Videos/WinData/logi001.wmv' successfully opened
[0xa0a4db0] main input debug: Buffering 0%
[0xa0a4db0] main input debug: Buffering 16%
[0xa0a4db0] main input debug: Buffering 27%
[0xa0a4db0] main input debug: Buffering 48%
[0xa0a4db0] main input debug: Buffering 69%
[0xa0a4db0] main input debug: Buffering 91%
[0xa0a4db0] main input debug: Stream buffering done (338 ms in 0 ms)
[0xa0a4db0] main input debug: Decoder buffering done in 0 ms
[0xa0a69a8] asf demux warning: cannot peek while getting new packet, EOF ?
[0xa0a4db0] main input debug: EOF reached
[0xa0a9288] asf stream debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365
[0xa0a9288] asf stream debug: free asf object 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85
[0xa0a9288] asf stream warning: unknown asf object 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9
[0xa0a9288] asf stream debug: free asf object 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca
[0xa0a9288] asf stream warning: unknown asf object 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8
[0xa0a9288] asf stream debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a
[0xa0a9288] asf stream debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a
[0xa0a9288] asf stream warning: unknown asf object 0xd9aade20-0x7c17-0x4f9c-0xbc288555dd98e2a2
[0xa0a9288] asf stream debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365
[0xa0a9288] asf stream debug: free asf object 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850
[0xa0a9288] asf stream debug: free asf object 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6
[0xa0a9288] asf stream debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365
[0xa0a9288] asf stream debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365
[0xa0a9288] asf stream debug: free asf object 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2
[0xa0a9288] asf stream debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c
[0xa0a9288] asf stream debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c
[0xa0a9288] asf stream debug: free asf object 0x33000890-0xe5b1-0x11cf-0x89f400a0c90349cb
[0xa0a4db0] main input debug: Program doesn't contain anymore ES
[0xa0a69a8] main demux debug: removing module "asf"
[0xa0a9288] main stream debug: removing module "stream_filter_record"
[0xa0a5e10] main access debug: removing module "access_file"
[0xa0a4db0] main input debug: thread ended
[0xa0a4db0] main input debug: TIMER input launching for 'logi001.wmv' : 126.460 ms - Total 126.460 ms / 1 intvls (Avg 126.460 ms)
Code: Select all
Starting /home/jiapei/MyPrograms/QT/vlc_on_qt/vlc_on_qt...
[00000001] main libvlc debug: VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--build=i486-linux-gnu' '--enable-maintainer-mode' '--enable-release' '--prefix=/usr' '--enable-libtool' '--enable-fast-install' '--with-binary-version=2ubuntu1' '--disable-update-check' '--disable-gnome' '--disable-gtk' '--disable-familiar' '--disable-fb' '--enable-ggi' '--enable-sdl' '--enable-esd' '--enable-mad' '--enable-jack' '--enable-pulse' '--enable-lirc' '--enable-a52' '--enable-aa' '--enable-dvbpsi' '--enable-mozilla' '--with-mozilla-pkg=libxul-plugin' '--disable-kde' '--enable-mp4' '--enable-dvb' '--disable-satellite' '--enable-ogg' '--enable-vorbis' '--enable-shout' '--enable-qt4' '--disable-slp' '--enable-flac' '--disable-skins' '--disable-basic-skins' '--enable-skins2' '--enable-freetype' '--enable-mkv' '--enable-speex' '--enable-caca' '--enable-live555' '--enable-libmpeg2' '--enable-fribidi' '--enable-cdio' '--enable-mod' '--enable-theora' '--enable-modplug' '--enable-dvdnav' '--enable-gnutls' '--enable-ffmpeg' '--enable-ncurses' '--enable-smb' '--disable-gnomevfs' '--enable-bonjour' '--enable-mpc' '--enable-vcd' '--enable-vcdx' '--enable-notify' '--enable-twolame' '--enable-faad' '--disable-zvbi' '--enable-telx' '--enable-mediacontrol-bindings' '--disable-atmo' '--enable-taglib' '--enable-libass' '--enable-libdca' '--enable-realrtsp' '--disable-dv' '--enable-x264' '--enable-alsa' '--enable-v4l' '--enable-v4l2' '--enable-pvr' '--enable-svgalib' '--enable-dvd' '--without-dvdcss' 'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
[00000001] main libvlc debug: translation test: code is "en_GB"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/jiapei/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc warning: This doesn't look like a valid plugins cache
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc debug: recursively browsing `C'
[00000001] main libvlc debug: recursively browsing `vlc-0.9.9-win32plugins'
[00000001] main libvlc debug: module bank initialized, found 266 modules
[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"
[00000357] main interaction debug: thread started
[00000357] main interaction debug: thread 3010222992 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000359] main input debug: Creating an input for 'Media Library'
[00000359] main input debug: Input is a meta file: disabling unneeded options
[00000359] main input debug: `file/xspf-open:///home/jiapei/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/jiapei/.local/share/vlc/ml.xspf'
[00000359] main input debug: creating access 'file' path='/home/jiapei/.local/share/vlc/ml.xspf'
[00000360] main access debug: looking for access module: 3 candidates
[00000360] access_file access debug: opening file `/home/jiapei/.local/share/vlc/ml.xspf'
[00000360] main access debug: using access module "access_file"
[00000360] main access debug: TIMER module_Need() : 0.244 ms - Total 0.244 ms / 1 intvls (Avg 0.244 ms)
[00000361] main stream debug: Using AStream*Stream
[00000361] main stream debug: pre-buffering...
[00000361] main stream debug: received first data for our buffer
[00000359] main input debug: creating demux: access='file' demux='xspf-open' path='/home/jiapei/.local/share/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.092 ms - Total 0.092 ms / 1 intvls (Avg 0.092 ms)
[00000359] main input debug: `file/xspf-open:///home/jiapei/.local/share/vlc/ml.xspf' successfully opened
[00000363] main xml debug: looking for xml module: 2 candidates
[00000363] main xml debug: using xml module "xml"
[00000363] main xml debug: TIMER module_Need() : 0.121 ms - Total 0.121 ms / 1 intvls (Avg 0.121 ms)
[00000362] playlist demux debug: parsed 0 tracks successfully
[00000363] main xml debug: removing module "xml"
[00000359] main input debug: EOF reached
[00000359] main input debug: control type=1
[00000362] main demux debug: removing module "playlist"
[00000360] main access debug: removing module "access_file"
[00000359] main input debug: TIMER input launching for 'Media Library' : 3.014 ms - Total 3.014 ms / 1 intvls (Avg 3.014 ms)
[00000364] main preparser debug: thread started
[00000364] main preparser debug: waiting for thread initialization
[00000364] main preparser debug: thread 3001830288 (preparser) created at priority 0 (playlist/thread.c:79)
[00000365] main fetcher debug: thread started
[00000365] main fetcher debug: waiting for thread initialization
[00000365] main fetcher debug: thread 2993437584 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000358] main playlist debug: thread started
[00000358] main playlist debug: waiting for thread initialization
[00000358] main playlist debug: rebuilding array of current - root Playlist
[00000358] main playlist debug: rebuild done - 0 items, index -1
[00000358] main playlist debug: thread 2985044880 (playlist) created at priority 0 (playlist/thread.c:117)
[00000366] main interface debug: looking for interface module: 1 candidate
[00000366] logger interface: using logger...
[00000366] logger interface warning: no log filename provided, using `vlc-log.txt'
[00000366] logger interface debug: opening logfile `vlc-log.txt'
[00000366] main interface debug: using interface module "logger"
[00000366] main interface debug: TIMER module_Need() : 0.380 ms - Total 0.380 ms / 1 intvls (Avg 0.380 ms)
[00000366] main interface debug: thread started
[00000366] main interface debug: thread 2976652176 (interface) created at priority 0 (interface/interface.c:168)
[00000367] main interface debug: looking for interface module: 1 candidate
[00000367] main interface debug: using interface module "hotkeys"
[00000367] main interface debug: TIMER module_Need() : 0.077 ms - Total 0.077 ms / 1 intvls (Avg 0.077 ms)
[00000367] main interface debug: thread started
[00000367] main interface debug: thread 2968259472 (interface) created at priority 0 (interface/interface.c:168)
[00000368] main interface debug: looking for interface module: 1 candidate
[00000368] main interface debug: using interface module "inhibit"
[00000368] main interface debug: TIMER module_Need() : 0.089 ms - Total 0.089 ms / 1 intvls (Avg 0.089 ms)
[00000368] main interface debug: thread started
[00000368] main interface debug: thread 2959866768 (interface) created at priority 0 (interface/interface.c:168)
[00000369] main interface debug: looking for interface module: 0 candidates
[00000369] main interface error: no interface module matched "screensaver,none"
[00000369] main interface debug: TIMER module_Need() : 0.081 ms - Total 0.081 ms / 1 intvls (Avg 0.081 ms)
[00000369] main interface error: no suitable interface module
[00000001] main libvlc error: interface "screensaver,none" initialization failed
The program has unexpectedly finished.
/home/jiapei/MyPrograms/QT/vlc_on_qt/vlc_on_qt exited with code 0
2)
OS: WindowsXP
VLC: 1.0.2
I tried to produce libvlc.lib due to what's described here : http://wiki.videolan.org/GenerateLibFromDll
I can't get anything displayed on the QT Widget as well.
Seriously have no idea why it is so.
Can anybody give me a hand please? Urgent.
Best Regards
JIA Pei