[VLC 1.1.9] open of `dvb://' failed:

*nix specific usage questions
manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

[VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 11 May 2011 13:23

Hello,

Under linux Fedora 12, I try to run VLC with a DVB-T USB AverTv A835 Volar HD.

I successfully make this device be detected by the kernel (by compiling with kernel header)

dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in cold state, will try to load a firmware
usb 1-7: firmware: requesting dvb-usb-af9035-01.fw
dvb-usb: downloading firmware from file 'dvb-usb-af9035-01.fw'
dvb-usb: found a 'Avermedia AverTV Volar HD & HD PRO (A835)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
dvb-usb: Avermedia AverTV Volar HD & HD PRO (A835) successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_af9035

I have compile VLC 1.1.9 with --enable-dvb and --enable-dvbpsi but I got the following error:

[root@kannel ~]# cvlc --ttl 12 --program=300 dvb:// -vvv
VLC media player 1.1.9 The Luggage (revision exported)
[0x8aac8fc] main libvlc debug: VLC media player - 1.1.9 The Luggage
[0x8aac8fc] main libvlc debug: Copyright © 1996-2011 the VideoLAN team
[0x8aac8fc] main libvlc debug: revision exported
[0x8aac8fc] main libvlc debug: configured with ./configure '--prefix=/usr' '--enable-dvb' '--enable-dvbpsi' '--enable-run-as-root'
[0x8aac8fc] main libvlc debug: translation test: code is "fr"
[0x8aac8fc] main libvlc debug: checking plugin modules
[0x8aac8fc] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-78.dat
[0x8aac8fc] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0x8aac8fc] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04041e-78.dat
[0x8aac8fc] main libvlc debug: module bank initialized (357 modules)
[0x8aac8fc] main libvlc debug: opening config file (/root/.config/vlc/vlcrc)
[0x8aac8fc] main libvlc debug: CPU has capabilities MMX 3DNow! MMXEXT SSE FPU
[0x8aac8fc] main libvlc debug: looking for memcpy module: 4 candidates
[0x8aac8fc] main libvlc debug: using memcpy module "memcpymmxext"
[0x8b4c204] main input debug: Creating an input for 'Bibliothèque'
[0x8b4c204] main input debug: Input is a meta file: disabling unneeded options
[0x8b4c204] main input debug: using timeshift granularity of 50 MiB
[0x8b4c204] main input debug: using timeshift path '/tmp'
[0x8b4c204] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/root/.local/share/vlc/ml.xspf'
[0x8b4c204] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x8b3402c] main demux debug: looking for access_demux module: 1 candidate
[0x8b3402c] main demux debug: no access_demux module matching "file" could be loaded
[0x8b3402c] main demux debug: TIMER module_need() : 0.560 ms - Total 0.560 ms / 1 intvls (Avg 0.560 ms)
[0x8b4c204] main input debug: creating access 'file' path='/root/.local/share/vlc/ml.xspf'
[0x8b3471c] main access debug: looking for access module: 2 candidates
[0x8b3471c] filesystem access debug: opening file `/root/.local/share/vlc/ml.xspf'
[0x8b3471c] main access debug: using access module "filesystem"
[0x8b3471c] main access debug: TIMER module_need() : 1.192 ms - Total 1.192 ms / 1 intvls (Avg 1.192 ms)
[0x8b36094] main stream debug: Using AStream*Stream
[0x8b36094] main stream debug: pre buffering
[0x8b36094] main stream debug: received first data after 0 ms
[0x8b36094] main stream debug: pre-buffering done 296 bytes in 0s - 4314 KiB/s
[0x8b35974] main stream debug: looking for stream_filter module: 5 candidates
[0x8b35974] main stream debug: no stream_filter module matching "any" could be loaded
[0x8b35974] main stream debug: TIMER module_need() : 2.335 ms - Total 2.335 ms / 1 intvls (Avg 2.335 ms)
[0x8b35974] main stream debug: looking for stream_filter module: 1 candidate
[0x8b35974] main stream debug: using stream_filter module "stream_filter_record"
[0x8b35974] main stream debug: TIMER module_need() : 0.356 ms - Total 0.356 ms / 1 intvls (Avg 0.356 ms)
[0x8b4c204] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x8b34dd4] main demux debug: looking for demux module: 1 candidate
[0x8b34dd4] playlist demux debug: using XSPF playlist reader
[0x8b34dd4] main demux debug: using demux module "playlist"
[0x8b34dd4] main demux debug: TIMER module_need() : 0.757 ms - Total 0.757 ms / 1 intvls (Avg 0.757 ms)
[0x8b3581c] main demux meta debug: looking for meta reader module: 1 candidate
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /root/.local/share/vlc/lua/meta/reader
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x8b3581c] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x8b3581c] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x8b3581c] main demux meta debug: no meta reader module matching "any" could be loaded
[0x8b3581c] main demux meta debug: TIMER module_need() : 4.510 ms - Total 4.510 ms / 1 intvls (Avg 4.510 ms)
[0x8b4c204] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' successfully opened
[0x8b3581c] main xml debug: looking for xml module: 2 candidates
[0x8b3581c] main xml debug: using xml module "xml"
[0x8b3581c] main xml debug: TIMER module_need() : 1.602 ms - Total 1.602 ms / 1 intvls (Avg 1.602 ms)
[0x8b34dd4] playlist demux debug: parsed 0 tracks successfully
[0x8b3581c] main xml debug: removing module "xml"
[0x8b4c204] main input debug: EOF reached
[0x8b34dd4] main demux debug: removing module "playlist"
[0x8b35974] main stream debug: removing module "stream_filter_record"
[0x8b3471c] main access debug: removing module "filesystem"
[0x8b4c204] main input debug: TIMER input launching for 'Bibliothèque' : 11.888 ms - Total 11.888 ms / 1 intvls (Avg 11.888 ms)
[0x8b34dd4] main interface debug: looking for interface module: 1 candidate
[0x8b34dd4] main interface debug: using interface module "hotkeys"
[0x8b34dd4] main interface debug: TIMER module_need() : 1.460 ms - Total 1.460 ms / 1 intvls (Avg 1.460 ms)
[0x8b36044] main interface debug: looking for interface module: 1 candidate
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x8abadcc] main playlist debug: Activated
[0x8b36044] main interface debug: using interface module "inhibit"
[0x8b36044] main interface debug: TIMER module_need() : 1024.070 ms - Total 1024.070 ms / 1 intvls (Avg 1024.070 ms)
[0x8abadcc] main playlist debug: adding item `dvb://' ( dvb:// )
[0x8b40df4] main interface debug: looking for interface module: 1 candidate
[0x8b40df4] main interface debug: using interface module "signals"
[0x8b40df4] main interface debug: TIMER module_need() : 0.908 ms - Total 0.908 ms / 1 intvls (Avg 0.908 ms)
[0x8b4a7c4] main interface debug: looking for interface module: 0 candidates
[0x8b4a7c4] main interface debug: no interface module matched "globalhotkeys,none"
[0x8b4a7c4] main interface debug: TIMER module_need() : 0.162 ms - Total 0.162 ms / 1 intvls (Avg 0.162 ms)
[0x8b4a7c4] main interface error: no suitable interface module
[0x8aac8fc] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8b4a7c4] main interface debug: looking for interface module: 1 candidate
[0x8b4a7c4] dummy interface: using the dummy interface module...
[0x8b4a7c4] main interface debug: using interface module "dummy"
[0x8b4a7c4] main interface debug: TIMER module_need() : 0.431 ms - Total 0.431 ms / 1 intvls (Avg 0.431 ms)
[0x8abadcc] main playlist debug: rebuilding array of current - root Liste de lecture
[0x8abadcc] main playlist debug: rebuild done - 1 items, index -1
[0x8abadcc] main playlist debug: processing request item null node Liste de lecture skip 0
[0x8abadcc] main playlist debug: starting new item
[0x8abadcc] main playlist debug: creating new input thread
[0xb720068c] main input debug: Creating an input for 'dvb://'
[0xb720068c] main input debug: thread (input) created at priority 10 (input/input.c:220)
[0xb720068c] main input debug: thread started
[0xb720068c] main input debug: using timeshift granularity of 50 MiB
[0xb720068c] main input debug: using timeshift path '/tmp'
[0xb720068c] main input debug: `dvb://' gives access `dvb' demux `' path `'
[0xb720068c] main input debug: creating demux: access='dvb' demux='' path=''
[0xb7000a6c] main demux debug: looking for access_demux module: 0 candidates
[0xb7000a6c] main demux debug: no access_demux module matched "dvb"
[0xb7000a6c] main demux debug: TIMER module_need() : 0.519 ms - Total 0.519 ms / 1 intvls (Avg 0.519 ms)
[0xb720068c] main input debug: creating access 'dvb' path=''
[0xb7000a14] main access debug: looking for access module: 0 candidates
[0xb7000a14] main access debug: no access module matched "dvb"
[0xb7000a14] main access debug: TIMER module_need() : 0.080 ms - Total 0.080 ms / 1 intvls (Avg 0.080 ms)
[0xb720068c] main input error: open of `dvb://' failed: (null)
[0xb720068c] main input error: Votre média d'entrée ne peut être ouvert
[0xb720068c] main input error: VLC ne peut pas ouvrir « dvb:// ». Vérifiez les messages pour plus de détails.
[0x8abadcc] main playlist debug: finished input
[0x8abadcc] main playlist debug: dead input
[0xb720068c] main input debug: thread ended
[0x8abadcc] main playlist debug: changing item without a request (current 0/1)
[0x8abadcc] main playlist debug: nothing to play
^C[0x8b40df4] signals interface error: Caught Interrompre signal, exiting...
[0x8aac8fc] main libvlc debug: deactivating the playlist
[0x8abadcc] main playlist debug: Deactivate
[0x8b4b294] main playlist export debug: saving Bibliothèque to file /root/.local/share/vlc/ml.xspf
[0x8b4b294] main playlist export debug: looking for playlist export module: 1 candidate
[0x8b4b294] main playlist export debug: using playlist export module "export"
[0x8b4b294] main playlist export debug: TIMER module_need() : 0.641 ms - Total 0.641 ms / 1 intvls (Avg 0.641 ms)
[0x8b4b294] main playlist export debug: removing module "export"
[0x8abadcc] main playlist debug: Deactivated
[0x8aac8fc] main libvlc debug: removing all services discovery tasks
[0x8aac8fc] main libvlc debug: removing all interfaces
[0x8b4a7c4] main interface debug: removing module "dummy"
[0x8b40df4] main interface debug: removing module "signals"
[0xb720068c] main input debug: TIMER input launching for 'dvb://' : 2572.018 ms - Total 2572.018 ms / 1 intvls (Avg 2572.018 ms)
[0x8b36044] main interface debug: removing module "inhibit"
[0x8b34dd4] main interface debug: removing module "hotkeys"
[0x8abadcc] main playlist debug: destroying
[0x8aac8fc] main libvlc debug: TIMER ML Load : Total 14.254 ms / 1 intvls (Avg 14.254 ms)
[0x8aac8fc] main libvlc debug: TIMER Items array build : Total 0.084 ms / 1 intvls (Avg 0.084 ms)
[0x8aac8fc] main libvlc debug: TIMER ML Dump : Total 1.103 ms / 1 intvls (Avg 1.103 ms)
[0x8aac8fc] main libvlc debug: removing stats
[0x8aac8fc] main libvlc debug: removing module "memcpymmxext"

Any idea why my dvb-usb is not matched?

BR

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

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby Rémi Denis-Courmont » 11 May 2011 16:11

[0xb720068c] main input debug: creating access 'dvb' path=''
[0xb7000a14] main access debug: looking for access module: 0 candidates
[0xb7000a14] main access debug: no access module matched "dvb"
-> The DVB input plugin was not compiled in, or it is not installed.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 11 May 2011 21:54

Ok thanks for the clue but how can I resolve this?

What are the step to correctly compiled vlc?

Thanks by advance

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

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby Rémi Denis-Courmont » 11 May 2011 22:16

I'm afraid there is a bug in the VLC 1.1 build system. If libdvbpsi is absent from the system, it will silently ignore --enable-dvbpsi, and not build the DVB input and TS demux.

Or then it could be that libdvbpsi is not correctly installed, and the dvb plugin fails to load. You can check that with: vlc -v --reset-plugins-cache.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 12 May 2011 02:37

Ok so it is better to use VLC 1.0 sources for the moment ?

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 12 May 2011 08:53

I compile 1.0.6 sources but same problem:

# vlc -l | grep dvb
VLC media player 1.0.6 Goldeneye
dvbsub Décodeur de sous-titres DVB
dvbsub Encodeur de sous-titres DVB


# cvlc --ttl 12 --program=300 dvb:// -vvv
VLC media player 1.0.6 Goldeneye
[0x91b48b0] main libvlc debug: VLC media player - version 1.0.6 Goldeneye - (c) 1996-2010 the VideoLAN team
[0x91b48b0] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--enable-dvb' '--enable-dvbpsi' '--enable-run-as-root'
[0x91b48b0] main libvlc debug: translation test: code is "FR"
[0x91b48b0] main libvlc debug: checking plugin modules
[0x91b48b0] main libvlc debug: loading plugins cache file /root/.cache/vlc/plugins-04041e.dat
[0x91b48b0] main libvlc debug: recursively browsing `/usr/lib/vlc'
[0x91b48b0] main libvlc debug: module bank initialized (345 modules)
[0x91b48b0] main libvlc debug: opening config file (/root/.config/vlc/vlcrc)
[0x91b48b0] main libvlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE FPU
[0x91b48b0] main libvlc debug: looking for memcpy module: 4 candidates
[0x91b48b0] main libvlc debug: using memcpy module "memcpymmxext"
[0x9250798] main input debug: Creating an input for 'Bibliothèque'
[0x9250798] main input debug: Input is a meta file: disabling unneeded options
[0x9250798] main input debug: using timeshift granularity of 50 MBytes
[0x9250798] main input debug: using timeshift path '/tmp'
[0x9250798] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/root/.local/share/vlc/ml.xspf'
[0x9250798] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x9257020] main demux debug: looking for access_demux module: 0 candidates
[0x9257020] main demux debug: no access_demux module matched "file"
[0x9257020] main demux debug: TIMER module_need() : 0,133 ms - Total 0,133 ms / 1 intvls (Avg 0,133 ms)
[0x9250798] main input debug: creating access 'file' path='/root/.local/share/vlc/ml.xspf'
[0x9257020] main access debug: looking for access module: 3 candidates
[0x9257020] access_file access debug: opening file `/root/.local/share/vlc/ml.xspf'
[0x9257020] main access debug: using access module "access_file"
[0x9257020] main access debug: TIMER module_need() : 1,985 ms - Total 1,985 ms / 1 intvls (Avg 1,985 ms)
[0x92597a0] main stream debug: Using AStream*Stream
[0x92597a0] main stream debug: pre buffering
[0x92597a0] main stream debug: received first data after 0 ms
[0x92597a0] main stream debug: pre-buffering done 296 bytes in 0s - 3613 kbytes/s
[0x9258380] main stream debug: looking for stream_filter module: 5 candidates
[0x9258380] main stream debug: TIMER module_need() : 1,892 ms - Total 1,892 ms / 1 intvls (Avg 1,892 ms)
[0x9258380] main stream debug: looking for stream_filter module: 1 candidate
[0x9258380] main stream debug: using stream_filter module "stream_filter_record"
[0x9258380] main stream debug: TIMER module_need() : 0,883 ms - Total 0,883 ms / 1 intvls (Avg 0,883 ms)
[0x9250798] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x925a5f0] main demux debug: looking for demux module: 1 candidate
[0x925a5f0] playlist demux debug: using XSPF playlist reader
[0x925a5f0] main demux debug: using demux module "playlist"
[0x925a5f0] main demux debug: TIMER module_need() : 1,447 ms - Total 1,447 ms / 1 intvls (Avg 1,447 ms)
[0x9250798] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' successfully opened
[0x9266b80] main xml debug: looking for xml module: 2 candidates
[0x9266b80] main xml debug: using xml module "xml"
[0x9266b80] main xml debug: TIMER module_need() : 1,523 ms - Total 1,523 ms / 1 intvls (Avg 1,523 ms)
[0x925a5f0] playlist demux debug: parsed 0 tracks successfully
[0x9266b80] main xml debug: removing module "xml"
[0x9250798] main input debug: EOF reached
[0x925a5f0] main demux debug: removing module "playlist"
[0x9258380] main stream debug: removing module "stream_filter_record"
[0x9257020] main access debug: removing module "access_file"
[0x9250798] main input debug: TIMER input launching for 'Bibliothèque' : 14,548 ms - Total 14,548 ms / 1 intvls (Avg 14,548 ms)
[0x924ff98] main playlist debug: Activated
[0x9258380] main interface debug: looking for interface module: 1 candidate
[0x9258380] main interface debug: using interface module "hotkeys"
[0x9258380] main interface debug: TIMER module_need() : 0,942 ms - Total 0,942 ms / 1 intvls (Avg 0,942 ms)
[0x924ff98] main playlist debug: rebuilding array of current - root Liste de lecture
[0x924ff98] main playlist debug: rebuild done - 0 items, index -1
[0x9258380] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x9258380] main interface debug: thread started
[0x925db50] main interface debug: looking for interface module: 1 candidate
^C[0x925db50] inhibit interface error: Failed to connect to the D-Bus session daemon: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

[0x925db50] main interface warning: no interface module matching "inhibit,none" could be loaded
[0x925db50] main interface debug: TIMER module_need() : 2009,141 ms - Total 2009,141 ms / 1 intvls (Avg 2009,141 ms)
[0x925db50] main interface error: no suitable interface module
[0x91b48b0] main libvlc error: interface "inhibit,none" initialization failed
[0x925db50] main interface debug: looking for interface module: 1 candidate
[0x925db50] main interface debug: using interface module "screensaver"
[0x925db50] main interface debug: TIMER module_need() : 0,617 ms - Total 0,617 ms / 1 intvls (Avg 0,617 ms)
[0x925db50] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x924ff98] main playlist debug: adding item `dvb://' ( dvb:// )
[0x924ff98] main playlist debug: rebuilding array of current - root Liste de lecture
[0x924ff98] main playlist debug: rebuild done - 1 items, index -1
[0x925d798] main interface debug: looking for interface module: 1 candidate
[0x925d798] main interface debug: using interface module "signals"
[0x925d798] main interface debug: TIMER module_need() : 1,003 ms - Total 1,003 ms / 1 intvls (Avg 1,003 ms)
[0x925d798] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x9256860] main interface debug: looking for interface module: 0 candidates
[0x9256860] main interface error: no interface module matched "globalhotkeys,none"
[0x9256860] main interface debug: TIMER module_need() : 0,220 ms - Total 0,220 ms / 1 intvls (Avg 0,220 ms)
[0x9256860] main interface error: no suitable interface module
[0x91b48b0] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x9256860] main interface debug: looking for interface module: 1 candidate
[0x925db50] main interface debug: thread started
[0x9256860] dummy interface: using the dummy interface module...
[0x9256860] main interface debug: using interface module "dummy"
[0x9256860] main interface debug: TIMER module_need() : 3,924 ms - Total 3,924 ms / 1 intvls (Avg 3,924 ms)
[0x9256860] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x925d798] main interface debug: thread started
[0x925d798] main interface debug: thread ended
[0x925d798] signals interface error: Caught Interrompre signal, exiting...
[0x924ff98] main playlist debug: processing request item null node Liste de lecture skip 0
[0x924ff98] main playlist debug: starting new item
[0x924ff98] main playlist debug: creating new input thread
[0xb7100688] main input debug: Creating an input for 'dvb://'
[0x91b48b0] main libvlc debug: deactivating the playlist
[0x924ff98] main playlist debug: Deactivate
[0x9256860] main interface debug: thread started
[0x9256860] main interface debug: thread ended
[0xb7100688] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x924ff98] main playlist debug: incoming request - stopping current input
[0x924ff98] main playlist debug: dying input
[0xb7100688] main input debug: thread started
[0xb7100688] main input debug: using timeshift granularity of 50 MBytes
[0xb7100688] main input debug: using timeshift path '/tmp'
[0x924ff98] main playlist debug: dying input
[0xb7100688] main input debug: `dvb://' gives access `dvb' demux `' path `'
[0xb7100688] main input debug: creating demux: access='dvb' demux='' path=''
[0xb7102360] main demux debug: looking for access_demux module: 0 candidates
[0xb7102360] main demux debug: no access_demux module matched "dvb"
[0xb7102360] main demux debug: TIMER module_need() : 0,189 ms - Total 0,189 ms / 1 intvls (Avg 0,189 ms)
[0xb7100688] main input debug: creating access 'dvb' path=''
[0xb7102328] main access debug: looking for access module: 0 candidates
[0xb7102328] main access error: no access module matched "dvb"
[0xb7102328] main access debug: TIMER module_need() : 0,081 ms - Total 0,081 ms / 1 intvls (Avg 0,081 ms)
[0x924ff98] main playlist debug: dying input
[0x924ff98] main playlist debug: dead input
[0xb7100688] main input debug: thread ended
[0xb7100688] main input debug: TIMER input launching for 'dvb://' : 11,248 ms - Total 11,248 ms / 1 intvls (Avg 11,248 ms)
[0x924ff98] main playlist debug: saving Bibliothèque to file /root/.local/share/vlc/ml.xspf
[0x924ff98] main playlist debug: looking for playlist export module: 1 candidate
[0x924ff98] main playlist debug: using playlist export module "export"
[0x924ff98] main playlist debug: TIMER module_need() : 0,658 ms - Total 0,658 ms / 1 intvls (Avg 0,658 ms)
[0x924ff98] main playlist debug: removing module "export"
[0x924ff98] main playlist debug: Deactivated
[0x91b48b0] main libvlc debug: removing all services discovery tasks
[0x91b48b0] main libvlc debug: removing all interfaces
[0x9256860] main interface debug: removing module "dummy"
[0x925d798] main interface debug: removing module "signals"
[0x925db50] screensaver interface warning: failed to connect to the D-BUS daemon: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

[0x925db50] main interface debug: removing module "screensaver"
[0x9258380] main interface debug: removing module "hotkeys"
[0x91b48b0] main libvlc debug: removing playlist
[0x924ff98] main playlist debug: Destroyed
[0x91b48b0] main libvlc debug: TIMER ML Load : Total 16,868 ms / 1 intvls (Avg 16,868 ms)
[0x91b48b0] main libvlc debug: TIMER Items array build : Total 0,182 ms / 2 intvls (Avg 0,091 ms)
[0x91b48b0] main libvlc debug: TIMER ML Dump : Total 1,187 ms / 1 intvls (Avg 1,187 ms)
[0x91b48b0] main libvlc debug: removing stats
[0x91b48b0] main libvlc debug: removing module "memcpymmxext"
[0x91b48b0] main libvlc debug: opening config file (/root/.config/vlc/vlcrc)
[0x91b48b0] main libvlc debug: writing plugins cache /root/.cache/vlc/plugins-04041e.dat

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

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby Rémi Denis-Courmont » 12 May 2011 09:23

Same problem. DVB plugin not compiled in your VLC.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 12 May 2011 13:26

Ok I see but you said not use 1.1 version of VLC so I used 1.0 so same problem do I have to use 0.9 version??

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

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby Rémi Denis-Courmont » 12 May 2011 14:53

I meant VLC 1.1 as opposed to 1.2. This "bug" affects all existing releases.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 12 May 2011 21:27

I am lost. What should I do to be able to use my dvb usb device?

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

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby Rémi Denis-Courmont » 13 May 2011 09:05

You need to compile and install VLC with libdvbpsi...
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

manunc
Blank Cone
Blank Cone
Posts: 34
Joined: 06 Dec 2009 06:10

Re: [VLC 1.1.9] open of `dvb://' failed:

Postby manunc » 16 May 2011 11:53

Thanks I got libdvbpsi and it runs better.


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

Who is online

Users browsing this forum: No registered users and 10 guests