Migration of new vlc application

*nix specific usage questions
puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Migration of new vlc application

Postby puckhead » 26 Aug 2010 17:29

I have a vlc application that I upgraded from 0.9.9a to 1.1.3, and now the x11 video output windows no longer work as they did before. This is an application that receives an h.264 codec rtp video stream from a video phone, and outputs it on a Linux system. The previous code using 0.9.9a would create two windows with "VLC (XVideo output)" or "VLC (X11 output)".

Now the windows say "VLC (Colour AsCii Art)". More importantly, the output window looks like the bytes from the movie the Matrix. There are a lot of bright blue and green "t%8SX" characters filling up the entire screen. You can still make out the background outline of the person in the video phone window.

What functions should I be looking at that will have the applications X Window output behaving the same way, within the application?

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: Migration of new vlc application

Postby xtophe » 26 Aug 2010 20:02

Look at the vlc logs to see why it can't create X11 video output ?
Have you built the modules ? They have moved to libxcb from Xlibs so you need to adjust your build-depedancies
Xtophe

puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Re: Migration of new vlc application

Postby puckhead » 26 Aug 2010 21:05

Yeah thanks, I started looking into debug, comparing debug between the two different versions. With the version that is working, I notice:

Code: Select all

xvideo output debug: XShm video extension v1.1 main video output debug: using video output module "xvideo"
With the version that is not working, I notice that it doesn't use "xvideo" output but instead I see:

Code: Select all

main generic debug: using vout display module "caca" main video output debug: using video output module "vout_wrapper"

puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Re: Migration of new vlc application

Postby puckhead » 26 Aug 2010 23:33

I re-compiled libvlc with xcb support, and I am still getting the same problem. The debug shows me that it is using the "vout_wrapper" from "main video output debug". How can I get this working with libvlc 1.1.3 as it used to look with 0.9.9a? Please help.

puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Re: Migration of new vlc application

Postby puckhead » 27 Aug 2010 03:43

This is what the video output looks like with vlc 1.1.3, when the video output display doesn't look correct:

Image

This is what the video output looks like when it is correct, with the same application code using libvlc 0.9.9a:

Image

How do I get the new code or library to render in the same way it is displayed with the old application library? Is there a way to force the video output module to use X11 output instead of "(Colour ASCii Art)" that is being used right now?

Rémi Denis-Courmont
Developer
Developer
Posts: 15133
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Migration of new vlc application

Postby Rémi Denis-Courmont » 27 Aug 2010 04:13

Can't diagnose your problem without logs.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Re: Migration of new vlc application

Postby puckhead » 27 Aug 2010 14:48

Hi, here are the logs. Thanks.

Code: Select all

[0xa412d44] main libvlc debug: VLC media player - 1.1.3 The Luggage [0xa412d44] main libvlc debug: Copyright © 1996-2010 the VideoLAN team [0xa412d44] main libvlc debug: revision exported [0xa412d44] main libvlc debug: configured with ./configure '--disable-lua' '--disable-dbus' '--enable-xvideo' '--enable-avcodec' '--enable-avformat' '--enable-swscale' '--enable-mad' '--enable-a52' '--enable-libmpeg2' '--enable-dvdnav' '--enable-faad' '--enable-vorbis' '--enable-ogg' '--enable-theora' '--enable-mkv' '--enable-freetype' '--enable-fribidi' '--enable-speex' '--enable-flac' '--enable-caca' '--enable-skins2' '--enable-alsa' '--enable-ncurses' '--enable-static' '--enable-release' '--enable-sdl' '--enable-pulse' '--enable-mp4' '--enable-live555' '--enable-bonjour' '--enable-mediacontrolbindings' [0xa412d44] main libvlc debug: translation test: code is "C" [0xa412d44] main libvlc debug: checking plugin modules [0xa412d44] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins-04041e-7e8.dat [0xa412d44] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/audio_filter/libdtstofloat32_plugin.so' (libdca.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/audio_filter/libmpgatofixed32_plugin.so' (libmad.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/audio_filter/liba52tofloat32_plugin.so' (liba52-0.7.4.so: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/mux/libmux_ts_plugin.so' (libdvbpsi.so.5: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/gui/libqt4_plugin.so' (libQtGui.so.4: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/gui/libskins2_plugin.so' (libtar.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/control/libglobalhotkeys_plugin.so' (libxcb-keysyms.so.1: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_filter/libpostproc_plugin.so' (libpostproc.so.51: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/demux/libmkv_plugin.so' (libmatroska.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/demux/libmod_plugin.so' (libmodplug.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/demux/libts_plugin.so' (libdvbpsi.so.5: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/demux/libmpc_plugin.so' (libmpcdec.so.3: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access_output/libaccess_output_shout_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/services_discovery/libudev_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/services_discovery/libbonjour_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/services_discovery/libupnp_intel_plugin.so' (libupnp.so.3: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/audio_output/libalsa_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/audio_output/libaout_sdl_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libvorbis_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libschroedinger_plugin.so' (libschroedinger-1.0.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libflac_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/liblibass_plugin.so' (libass.so.4: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libfaad_plugin.so' (libfaad.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/liblibmpeg2_plugin.so' (libmpeg2.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libsdl_image_plugin.so' (libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libtwolame_plugin.so' (libtwolame.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/codec/libtheora_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/misc/libnotify_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/misc/libfreetype_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/misc/libsvg_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/misc/libgnutls_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/misc/libxml_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libdvb_plugin.so' (libdvbpsi.so.5: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libdvdnav_plugin.so' (libdvdnav.so.4: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libaccess_dv_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libdvdread_plugin.so' (libdvdread.so.4: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libcdda_plugin.so' (libcddb.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/access/libaccess_alsa_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_xv_plugin.so' (libxcb-xv.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_window_plugin.so' (libxcb-keysyms.so.1: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libvout_sdl_plugin.so' (libvlccore.so.2: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins-04041e-7e8.dat [0xa412d44] main libvlc debug: module bank initialized (316 modules) [0xa412d44] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 FPU [0xa412d44] main libvlc debug: looking for memcpy module: 3 candidates [0xa412d44] main libvlc debug: using memcpy module "memcpymmxext" [0xa44bb74] main interface debug: looking for interface module: 1 candidate [0xa44bb74] main interface debug: using interface module "hotkeys" [0xa44bb74] main interface debug: TIMER module_need() : 0.329 ms - Total 0.329 ms / 1 intvls (Avg 0.329 ms) [0xa452aec] main input debug: Creating an input for 'RevVideo.sdp' [0xa452aec] main input debug: thread (input) created at priority 10 (input/input.c:214) [0xa452aec] main input debug: thread started [0xa452aec] main input debug: using timeshift granularity of 50 MiB [0xa452aec] main input debug: using timeshift path '/tmp' [0xa452aec] main input debug: `file:///home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' gives access `file' demux `' path `/home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' [0xa452aec] main input debug: creating demux: access='file' demux='' path='/home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' [0xa45671c] main demux debug: looking for access_demux module: 1 candidate [0xa45671c] main demux debug: no access_demux module matching "file" could be loaded [0xa45671c] main demux debug: TIMER module_need() : 0.534 ms - Total 0.534 ms / 1 intvls (Avg 0.534 ms) [0xa452aec] main input debug: creating access 'file' path='/home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' [0xa43de84] main access debug: looking for access module: 2 candidates [0xa43de84] filesystem access debug: opening file `/home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' [0xa43de84] main access debug: using access module "filesystem" [0xa43de84] main access debug: TIMER module_need() : 0.685 ms - Total 0.685 ms / 1 intvls (Avg 0.685 ms) [0xa43fb3c] main stream debug: Using AStream*Stream [0xa43fb3c] main stream debug: pre buffering [0xa43fb3c] main stream debug: received first data after 0 ms [0xa43fb3c] main stream debug: pre-buffering done 160 bytes in 0s - 5208 KiB/s [0xa43f234] main stream debug: looking for stream_filter module: 5 candidates [0xa43f234] main stream debug: no stream_filter module matching "any" could be loaded [0xa43f234] main stream debug: TIMER module_need() : 1.028 ms - Total 1.028 ms / 1 intvls (Avg 1.028 ms) [0xa43f234] main stream debug: looking for stream_filter module: 1 candidate [0xa43f234] main stream debug: using stream_filter module "stream_filter_record" [0xa43f234] main stream debug: TIMER module_need() : 0.212 ms - Total 0.212 ms / 1 intvls (Avg 0.212 ms) [0xa452aec] main input debug: creating demux: access='file' demux='' path='/home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' [0xa43e864] main demux debug: looking for demux module: 47 candidates [0xa43e864] live555 demux debug: RTP subsession 'video/H264' [0xa452aec] main input debug: selecting program id=0 [0xa43e864] live555 demux debug: setup start: 0.000000 stop:0.000000 [0xa43e864] live555 demux debug: play start: 0.000000 stop:0.000000 [0xa43e864] main demux debug: using demux module "live555" [0xa43e864] main demux debug: TIMER module_need() : 15.247 ms - Total 15.247 ms / 1 intvls (Avg 15.247 ms) [0xa452aec] main input debug: looking for a subtitle file in /home/jostrom/Desktop/ucsniff-demo/ [0xa46840c] main input debug: Creating an input for 'FwdVideo.sdp' [0xa46840c] main input debug: thread (input) created at priority 10 (input/input.c:214) [0xa46840c] main input debug: thread started [0xa46840c] main input debug: using timeshift granularity of 50 MiB [0xa46840c] main input debug: using timeshift path '/tmp' [0xa46840c] main input debug: `file:///home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' gives access `file' demux `' path `/home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' [0xa46840c] main input debug: creating demux: access='file' demux='' path='/home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' [0xa46be0c] main demux debug: looking for access_demux module: 1 candidate [0xa46be0c] main demux debug: no access_demux module matching "file" could be loaded [0xa46be0c] main demux debug: TIMER module_need() : 0.143 ms - Total 0.143 ms / 1 intvls (Avg 0.143 ms) [0xa46840c] main input debug: creating access 'file' path='/home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' [0xa46bfcc] main access debug: looking for access module: 2 candidates [0xa46bfcc] filesystem access debug: opening file `/home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' [0xa46bfcc] main access debug: using access module "filesystem" [0xa46bfcc] main access debug: TIMER module_need() : 0.093 ms - Total 0.093 ms / 1 intvls (Avg 0.093 ms) [0xa46c154] main stream debug: Using AStream*Stream [0xa46c154] main stream debug: pre buffering [0xa46c154] main stream debug: received first data after 0 ms [0xa46c154] main stream debug: pre-buffering done 160 bytes in 0s - 5787 KiB/s [0xa46c4d4] main stream debug: looking for stream_filter module: 5 candidates [0xa46c4d4] main stream debug: no stream_filter module matching "any" could be loaded [0xa46c4d4] main stream debug: TIMER module_need() : 0.075 ms - Total 0.075 ms / 1 intvls (Avg 0.075 ms) [0xa46c444] main stream debug: looking for stream_filter module: 1 candidate [0xa46c444] main stream debug: using stream_filter module "stream_filter_record" [0xa46c444] main stream debug: TIMER module_need() : 0.061 ms - Total 0.061 ms / 1 intvls (Avg 0.061 ms) [0xa46840c] main input debug: creating demux: access='file' demux='' path='/home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' [0xa46c5e4] main demux debug: looking for demux module: 47 candidates [0xa46c5e4] live555 demux debug: RTP subsession 'video/H264' [0xa46840c] main input debug: selecting program id=0 [0xa46c5e4] live555 demux debug: setup start: 0.000000 stop:0.000000 [0xa46c5e4] live555 demux debug: play start: 0.000000 stop:0.000000 [0xa46c5e4] main demux debug: using demux module "live555" [0xa46c5e4] main demux debug: TIMER module_need() : 0.363 ms - Total 0.363 ms / 1 intvls (Avg 0.363 ms) [0xa46840c] main input debug: looking for a subtitle file in /home/jostrom/Desktop/ucsniff-demo/ [0xa46cd14] main decoder debug: looking for decoder module: 22 candidates [0xa481324] main decoder debug: looking for decoder module: 22 candidates [0xa46cd14] avcodec decoder debug: libavcodec initialized (interface 0x345601) [0xa46cd14] avcodec decoder debug: trying to use direct rendering [0xa46cd14] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [0xa46cd14] main decoder debug: using decoder module "avcodec" [0xa46cd14] main decoder debug: TIMER module_need() : 160.482 ms - Total 160.482 ms / 1 intvls (Avg 160.482 ms) [0xa48029c] main packetizer debug: looking for packetizer module: 19 candidates [0xa48029c] main packetizer debug: using packetizer module "packetizer_h264" [0xa48029c] main packetizer debug: TIMER module_need() : 1.369 ms - Total 1.369 ms / 1 intvls (Avg 1.369 ms) [0xa481324] avcodec decoder debug: libavcodec already initialized [0xa481324] avcodec decoder debug: trying to use direct rendering [0xa481324] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [0xa481324] main decoder debug: using decoder module "avcodec" [0xa481324] main decoder debug: TIMER module_need() : 159.324 ms - Total 159.324 ms / 1 intvls (Avg 159.324 ms) [0xa481f94] main packetizer debug: looking for packetizer module: 19 candidates [0xa481f94] main packetizer debug: using packetizer module "packetizer_h264" [0xa481f94] main packetizer debug: TIMER module_need() : 0.166 ms - Total 0.166 ms / 1 intvls (Avg 0.166 ms) [0xa481324] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:301) [0xa481324] main decoder debug: thread started [0xa484fc4] main demux meta debug: looking for meta reader module: 1 candidate [0xa484fc4] main demux meta debug: no meta reader module matching "any" could be loaded [0xa484fc4] main demux meta debug: TIMER module_need() : 2.358 ms - Total 2.358 ms / 1 intvls (Avg 2.358 ms) [0xa452aec] main input debug: `file:///home/jostrom/Desktop/ucsniff-demo/RevVideo.sdp' successfully opened [0xa46cd14] main decoder debug: thread (decoder) created at priority 0 (input/decoder.c:301) [0xa46cd14] main decoder debug: thread started [0xa4825fc] main demux meta debug: looking for meta reader module: 1 candidate [0xa4825fc] main demux meta debug: no meta reader module matching "any" could be loaded [0xa4825fc] main demux meta debug: TIMER module_need() : 0.156 ms - Total 0.156 ms / 1 intvls (Avg 0.156 ms) [0xa46840c] main input debug: `file:///home/jostrom/Desktop/ucsniff-demo/FwdVideo.sdp' successfully opened [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 0% [0xa46840c] main input debug: Buffering 11% [0xa46840c] main input debug: Buffering 11% [0xa46840c] main input debug: Buffering 24% [0xa46840c] main input debug: Buffering 24% [0xa46840c] main input debug: Buffering 37% [0xa46840c] main input debug: Buffering 37% [0xa46840c] main input debug: Buffering 51% [0xa46840c] main input debug: Buffering 51% [0xa48029c] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0) [0xa48029c] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0) [0xa46840c] main input debug: no usable vout present, spawning one [0xa51f5c4] main spu text debug: looking for text renderer module: 1 candidate [0xa51f5c4] main spu text debug: using text renderer module "dummy" [0xa452aec] main input debug: Buffering 0% [0xa452aec] main input debug: Buffering 0% [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa452aec] main input debug: Buffering 13% [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa452aec] main input debug: Buffering 13% [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa452aec] main input debug: Buffering 26% [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa452aec] main input debug: Buffering 26% [0xa51f5c4] main spu text debug: TIMER module_need() : 0.423 ms - Total 0.423 ms / 1 intvls (Avg 0.423 ms) [0xa4853b4] main scale debug: looking for video filter2 module: 18 candidates [0xa4853b4] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: YUVA with scaling using Bicubic (good quality) [0xa4853b4] main scale debug: using video filter2 module "swscale" [0xa4853b4] main scale debug: TIMER module_need() : 34.522 ms - Total 34.522 ms / 1 intvls (Avg 34.522 ms) [0xa53f444] main scale debug: looking for video filter2 module: 18 candidates [0xa53f444] yuvp scale debug: YUVP to YUVA converter [0xa53f444] main scale debug: using video filter2 module "yuvp" [0xa53f444] main scale debug: TIMER module_need() : 2.090 ms - Total 2.090 ms / 1 intvls (Avg 2.090 ms) [0xa5271a4] main video output debug: window size: 384x288 [0xa5271a4] main video output debug: Deinterlacing available [0xa5271a4] main video output debug: deinterlace 0, mode blend, is_needed 0 [0xa5271a4] main video output debug: looking for video output module: 1 candidate [0xa5271a4] vout_wrapper video output debug: Opening vout display wrapper [0xa5dffc4] main generic debug: looking for vout display module: 5 candidates [0xa5e0ea4] main window debug: looking for vout window xid module: 0 candidates [0xa5e0ea4] main window debug: no vout window xid module matched "any" [0xa5e0ea4] main window debug: TIMER module_need() : 0.093 ms - Total 0.093 ms / 1 intvls (Avg 0.093 ms) [0xa5dffc4] xcb_x11 generic error: parent window not available [0xa5e313c] main window debug: looking for vout window xid module: 0 candidates [0xa5e313c] main window debug: no vout window xid module matched "any" [0xa5e313c] main window debug: TIMER module_need() : 0.126 ms - Total 0.126 ms / 1 intvls (Avg 0.126 ms) [0xa5dffc4] xcb_glx generic error: parent window not available [0xa5dffc4] fb generic warning: disabling TTY handling, use with caution because there is no way to return to the TTY [0xa5dffc4] fb generic error: cannot get terminal mode (Invalid argument) [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa5dffc4] main generic debug: VoutDisplayEvent 'fullscreen' 0 [0xa5dffc4] main generic debug: VoutDisplayEvent 'resize' 640x416 window [0xa5dffc4] main generic debug: using vout display module "caca" [0xa5dffc4] main generic debug: TIMER module_need() : 1551.714 ms - Total 1551.714 ms / 1 intvls (Avg 1551.714 ms) [0xa5dffc4] main generic debug: A filter to adapt decoder to display is needed [0xa6452ac] main filter debug: looking for video filter2 module: 18 candidates [0xa6452ac] swscale filter debug: 352x288 chroma: I420 -> 352x288 chroma: RV32 with scaling using Bicubic (good quality) [0xa6452ac] main filter debug: using video filter2 module "swscale" [0xa6452ac] main filter debug: TIMER module_need() : 0.258 ms - Total 0.258 ms / 1 intvls (Avg 0.258 ms) [0xa5dffc4] main generic debug: Filter 'Swscale' (0xa6452ac) appended to chain [0xa5271a4] main video output debug: using video output module "vout_wrapper" [0xa5271a4] main video output debug: TIMER module_need() : 1552.530 ms - Total 1552.530 ms / 1 intvls (Avg 1552.530 ms) [0xa5271a4] main video output debug: got 1 direct buffer(s) [0xa5271a4] main video output debug: pic render sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa5271a4] main video output debug: pic in sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa5271a4] main video output debug: pic out sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa5271a4] main video output debug: direct render, mapping render pictures 0-23 to system pictures 1-24 [0xa46cd14] avcodec decoder debug: using direct rendering [0xa46cd14] main decoder debug: End of video preroll [0xa46cd14] main decoder debug: Received first picture [0xa5dffc4] main generic debug: auto hidding mouse [0xa5271a4] main video output debug: Post-processing available [0xa5271a4] main video output warning: vlc_object_find_name(postproc) is not safe! [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa46840c] main input debug: Buffering 51% [0xa452aec] main input debug: Buffering 26% [0xa452aec] main input debug: Buffering 67% [0xa452aec] main input debug: Buffering 93% [0xa452aec] main input debug: Buffering 93% [0xa452aec] main input debug: Stream buffering done (321 ms in 2533 ms) [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa452aec] main input debug: Decoder buffering done in 0 ms [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa46840c] main input debug: Stream buffering done (352 ms in 2540 ms) [0xa46840c] main input debug: Decoder buffering done in 0 ms [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer warning: waiting for SPS/PPS [0xa481f94] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0) [0xa5271a4] main video output warning: late picture skipped (1847876 > -4480) [0xa5271a4] main video output warning: late picture skipped (1917198 > -4452) [0xa481f94] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0) [0xa452aec] main input debug: no usable vout present, spawning one [0xa60a774] main spu text debug: looking for text renderer module: 1 candidate [0xa60a774] main spu text debug: using text renderer module "dummy" [0xa60a774] main spu text debug: TIMER module_need() : 0.140 ms - Total 0.140 ms / 1 intvls (Avg 0.140 ms) [0xa60aaa4] main scale debug: looking for video filter2 module: 18 candidates [0xa60aaa4] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: YUVA with scaling using Bicubic (good quality) [0xa60aaa4] main scale debug: using video filter2 module "swscale" [0xa60aaa4] main scale debug: TIMER module_need() : 1.394 ms - Total 1.394 ms / 1 intvls (Avg 1.394 ms) [0xa53de34] main scale debug: looking for video filter2 module: 18 candidates [0xa53de34] yuvp scale debug: YUVP to YUVA converter [0xa53de34] main scale debug: using video filter2 module "yuvp" [0xa53de34] main scale debug: TIMER module_need() : 0.096 ms - Total 0.096 ms / 1 intvls (Avg 0.096 ms) [0xa53a2f4] main video output debug: window size: 384x288 [0xa53a2f4] main video output debug: Deinterlacing available [0xa53a2f4] main video output debug: deinterlace 0, mode blend, is_needed 0 [0xa53a2f4] main video output debug: looking for video output module: 1 candidate [0xa53a2f4] vout_wrapper video output debug: Opening vout display wrapper [0xa69db4c] main generic debug: looking for vout display module: 5 candidates [0xa69de2c] main window debug: looking for vout window xid module: 0 candidates [0xa69de2c] main window debug: no vout window xid module matched "any" [0xa69de2c] main window debug: TIMER module_need() : 0.084 ms - Total 0.084 ms / 1 intvls (Avg 0.084 ms) [0xa69db4c] xcb_x11 generic error: parent window not available [0xa69df14] main window debug: looking for vout window xid module: 0 candidates [0xa69df14] main window debug: no vout window xid module matched "any" [0xa69df14] main window debug: TIMER module_need() : 0.057 ms - Total 0.057 ms / 1 intvls (Avg 0.057 ms) [0xa69db4c] xcb_glx generic error: parent window not available [0xa69db4c] fb generic warning: disabling TTY handling, use with caution because there is no way to return to the TTY [0xa69db4c] fb generic error: cannot get terminal mode (Invalid argument) [0xa5dffc4] main generic debug: auto hidding mouse [0xa5271a4] main video output warning: late picture skipped (38718 > -4415) [0xa5271a4] main video output warning: late picture skipped (3718 > -4415) [0xa69db4c] main generic debug: VoutDisplayEvent 'fullscreen' 0 [0xa69db4c] main generic debug: VoutDisplayEvent 'resize' 640x416 window [0xa69db4c] main generic debug: using vout display module "caca" [0xa69db4c] main generic debug: TIMER module_need() : 2077.991 ms - Total 2077.991 ms / 1 intvls (Avg 2077.991 ms) [0xa69db4c] main generic debug: A filter to adapt decoder to display is needed [0xa9604d4] main filter debug: looking for video filter2 module: 18 candidates [0xa9604d4] swscale filter debug: 352x288 chroma: I420 -> 352x288 chroma: RV32 with scaling using Bicubic (good quality) [0xa9604d4] main filter debug: using video filter2 module "swscale" [0xa9604d4] main filter debug: TIMER module_need() : 0.391 ms - Total 0.391 ms / 1 intvls (Avg 0.391 ms) [0xa69db4c] main generic debug: Filter 'Swscale' (0xa9604d4) appended to chain [0xa53a2f4] main video output debug: using video output module "vout_wrapper" [0xa53a2f4] main video output debug: TIMER module_need() : 2078.646 ms - Total 2078.646 ms / 1 intvls (Avg 2078.646 ms) [0xa53a2f4] main video output debug: got 1 direct buffer(s) [0xa53a2f4] main video output debug: pic render sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa53a2f4] main video output debug: pic in sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa53a2f4] main video output debug: pic out sz 352x288, of (0,0), vsz 352x288, 4cc I420, sar 12:11, msk r0x0 g0x0 b0x0 [0xa53a2f4] main video output debug: direct render, mapping render pictures 0-23 to system pictures 1-24 [0xa481324] avcodec decoder debug: using direct rendering [0xa69db4c] main generic debug: auto hidding mouse [0xa481324] main decoder debug: End of video preroll [0xa5271a4] main video output warning: late picture skipped (44941 > -4455) [0xa5271a4] main video output warning: late picture skipped (5941 > -4455) [0xa53a2f4] main video output warning: late picture skipped (1885122 > -10) [0xa53a2f4] main video output warning: late picture skipped (1847122 > -10) [0xa53a2f4] main video output warning: late picture skipped (1805122 > -10) [0xa53a2f4] main video output warning: late picture skipped (1764122 > -10) [0xa53a2f4] main video output debug: Post-processing available [0xa53a2f4] main video output warning: vlc_object_find_name(postproc) is not safe! [0xa5271a4] main video output warning: late picture skipped (-6491 > -8808) [0xa5271a4] main video output warning: late picture skipped (-4560 > -7337) [0xa5271a4] main video output warning: late picture skipped (2550 > -4247) [0xa5271a4] main video output warning: late picture skipped (14821 > -3415) [0xa481324] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) [0xa452aec] main input debug: control type=0 [0xa452aec] main input debug: control: stopping input [0xa481324] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [0xa481324] main decoder debug: removing module "avcodec" [0xa481324] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [0xa53a2f4] main video output debug: [0] 0 0 [0xa53a2f4] main video output debug: [1] 0 0 [0xa53a2f4] main video output debug: [2] 0 0 [0xa53a2f4] main video output debug: [3] 0 0 [0xa53a2f4] main video output debug: [4] 0 0 [0xa53a2f4] main video output debug: [5] 0 0 [0xa53a2f4] main video output debug: [6] 0 0 [0xa53a2f4] main video output debug: [7] 0 0 [0xa53a2f4] main video output debug: [8] 0 0 [0xa53a2f4] main video output debug: [9] 0 0 [0xa53a2f4] main video output debug: [10] 0 0 [0xa53a2f4] main video output debug: [11] 2 0 [0xa53a2f4] main video output debug: [12] 4 0 [0xa53a2f4] main video output debug: [13] 4 0 [0xa53a2f4] main video output debug: [14] 4 0 [0xa53a2f4] main video output debug: [15] 4 0 [0xa53a2f4] main video output debug: [16] 4 0 [0xa53a2f4] main video output debug: [17] 4 0 [0xa53a2f4] main video output debug: [18] 4 0 [0xa53a2f4] main video output debug: [19] 0 0 [0xa53a2f4] main video output debug: [20] 0 0 [0xa53a2f4] main video output debug: [21] 0 0 [0xa53a2f4] main video output debug: [22] 0 0 [0xa53a2f4] main video output debug: [23] 0 0 [0xa452aec] main input debug: saving a free vout [0xa481f94] main packetizer debug: removing module "packetizer_h264" [0xa43e864] main demux debug: removing module "live555" [0xa43f234] main stream debug: removing module "stream_filter_record" [0xa43de84] main access debug: removing module "filesystem" [0xa452aec] main input debug: Program doesn't contain anymore ES [0xa452aec] main input debug: thread ended [0xa452aec] main input debug: TIMER input launching for 'RevVideo.sdp' : 219.455 ms - Total 219.455 ms / 1 intvls (Avg 219.455 ms) [0xa53a2f4] main video output debug: destroying useless vout [0xa69db4c] main generic debug: Filter 0xa9604d4 removed from chain [0xa9604d4] main filter debug: removing module "swscale" [0xa69db4c] main generic debug: removing module "caca" [0xa53a2f4] main video output debug: removing module "vout_wrapper" [0xa60a774] main spu text debug: removing module "dummy" [0xa53de34] main scale debug: removing module "yuvp" [0xa60aaa4] main scale debug: removing module "swscale" [0xa46840c] main input debug: control type=0 [0xa46840c] main input debug: control: stopping input [0xa46cd14] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [0xa46cd14] main decoder debug: removing module "avcodec" [0xa46cd14] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [0xa5271a4] main video output debug: [0] 2 0 [0xa5271a4] main video output debug: [1] 2 0 [0xa5271a4] main video output debug: [2] 0 0 [0xa5271a4] main video output debug: [3] 0 0 [0xa5271a4] main video output debug: [4] 0 0 [0xa5271a4] main video output debug: [5] 0 0 [0xa5271a4] main video output debug: [6] 0 0 [0xa5271a4] main video output debug: [7] 0 0 [0xa5271a4] main video output debug: [8] 0 0 [0xa5271a4] main video output debug: [9] 0 0 [0xa5271a4] main video output debug: [10] 0 0 [0xa5271a4] main video output debug: [11] 2 0 [0xa5271a4] main video output debug: [12] 2 0 [0xa5271a4] main video output debug: [13] 4 0 [0xa5271a4] main video output debug: [14] 4 0 [0xa5271a4] main video output debug: [15] 4 0 [0xa5271a4] main video output debug: [16] 4 0 [0xa5271a4] main video output debug: [17] 4 0 [0xa5271a4] main video output debug: [18] 4 0 [0xa5271a4] main video output debug: [19] 4 0 [0xa5271a4] main video output debug: [20] 2 0 [0xa5271a4] main video output debug: [21] 2 0 [0xa5271a4] main video output debug: [22] 2 0 [0xa5271a4] main video output debug: [23] 2 0 [0xa46840c] main input debug: saving a free vout [0xa48029c] main packetizer debug: removing module "packetizer_h264" [0xa46c5e4] main demux debug: removing module "live555" [0xa46c444] main stream debug: removing module "stream_filter_record" [0xa46bfcc] main access debug: removing module "filesystem" [0xa46840c] main input debug: Program doesn't contain anymore ES [0xa46840c] main input debug: thread ended [0xa46840c] main input debug: TIMER input launching for 'FwdVideo.sdp' : 188.251 ms - Total 188.251 ms / 1 intvls (Avg 188.251 ms) [0xa5271a4] main video output debug: destroying useless vout [0xa5dffc4] main generic debug: Filter 0xa6452ac removed from chain [0xa6452ac] main filter debug: removing module "swscale" [0xa5dffc4] main generic debug: removing module "caca" [0xa5271a4] main video output debug: removing module "vout_wrapper" [0xa51f5c4] main spu text debug: removing module "dummy" [0xa53f444] main scale debug: removing module "yuvp" [0xa4853b4] main scale debug: removing module "swscale" [0xa412d44] main libvlc debug: deactivating the playlist [0xa412d44] main libvlc debug: removing all services discovery tasks [0xa412d44] main libvlc debug: removing all interfaces [0xa44bb74] main interface debug: removing module "hotkeys" [0xa4475f4] main playlist debug: destroying [0xa412d44] main libvlc debug: removing stats [0xa412d44] main libvlc debug: removing module "memcpymmxext"

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: Migration of new vlc application

Postby xtophe » 27 Aug 2010 18:40

Code: Select all

[0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_xv_plugin.so' (libxcb-xv.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_window_plugin.so' (libxcb-keysyms.so.1: cannot open shared object file: No such file or directory)
That's not going to help.

Code: Select all

[0xa5271a4] main video output debug: looking for video output module: 1 candidate [0xa5271a4] vout_wrapper video output debug: Opening vout display wrapper [0xa5dffc4] main generic debug: looking for vout display module: 5 candidates [0xa5e0ea4] main window debug: looking for vout window xid module: 0 candidates [0xa5e0ea4] main window debug: no vout window xid module matched "any" [0xa5e0ea4] main window debug: TIMER module_need() : 0.093 ms - Total 0.093 ms / 1 intvls (Avg 0.093 ms) [0xa5dffc4] xcb_x11 generic error: parent window not available [0xa5e313c] main window debug: looking for vout window xid module: 0 candidates [0xa5e313c] main window debug: no vout window xid module matched "any"
And here we are. Though there might be a problem on top of it like not finding on which screen to display as you launch as root or some error in the window id you pass to VLC.
Xtophe

Rémi Denis-Courmont
Developer
Developer
Posts: 15133
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Migration of new vlc application

Postby Rémi Denis-Courmont » 28 Aug 2010 03:08

A number of underlying libraries are missing as shown in the first lines of your VLC logs. You need to restore them.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

puckhead
Blank Cone
Blank Cone
Posts: 31
Joined: 18 Mar 2010 17:17

Re: Migration of new vlc application

Postby puckhead » 01 Sep 2010 21:53

Thank you. I was trying to create my own debian package on a build system, copy the debian package to a fresh system, and install. But obviously this doesn't include the missing libraries. Now I am just trying to use the default Ubuntu Debian package for vlc and libvlc-dev, which installs vlc 1.0.6. I'm getting a new problem now, I will post it under a new thread.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 14 guests