[vlc] DCCP support on the client side on VLC-0.9.10

Jue Wang jue_w at mit.edu
Thu Dec 31 07:06:22 CET 2009


Hi,

Really sorry that I have to bother you guys right before the new year.
I'm using vlc-0.9.10 on Ubuntu 8. version 0.9.10 Grishenko - (c) 1996-2009
the VideoLAN team
And it's configured as follow.
[00000001] main libvlc debug: libvlc was configured with ./configure
'--prefix=/usr' '--enable-debug' '--enable-real' '--enable-realrtsp'
'--enable-glx'

When I run the command ./vlc dccp://localhost:5004 I get the following
error:

[00000709] main input debug: `dccp://localhost:5004' gives access `dccp'
demux `' path `localhost:5004'
[00000709] main input debug: creating demux: access='dccp' demux=''
path='localhost:5004'
[00000710] main demux debug: looking for access_demux module: 2 candidates
[00000710] main demux debug: net: connecting to localhost port 5004
[00000710] main demux debug: connection: Operation now in progress
[00000710] main demux error: connection failed: Connection refused
[00000710] main demux debug: net: connecting to localhost port 5004
[00000710] main demux debug: connection: Operation now in progress
[00000710] main demux error: connection failed: Connection refused
[00000710] main demux warning: no access_demux module matching "dccp" could
be loaded
[00000710] main demux debug: TIMER module_Need() : 4.441 ms - Total 4.441 ms
/ 1 intvls (Avg 4.441 ms)
[00000710] main demux debug: waitpipe: object killed
[00000709] main input debug: creating access 'dccp' path='localhost:5004'
[00000709] main input debug: thread 2976906128 (input) created at priority
10 (input/input.c:370)
[00000713] main access debug: looking for access module: 0 candidates
[00000713] main access error: no access module matched "dccp"
[00000713] main access debug: TIMER module_Need() : 2.293 ms - Total 2.293
ms / 1 intvls (Avg 2.293 ms)
[00000709] main input error: open of `dccp://localhost:5004' failed: could
not create access: no access module matched "dccp"
[00000668] main playlist debug: finished input
[00000668] main playlist debug: dying input
[00000668] main playlist debug: dying input
[00000668] main playlist debug: dying input
[00000709] main input debug: thread ended
[00000668] main playlist debug: dead input
[00000709] main input debug: thread 2976906128 joined
(playlist/engine.c:244)
[00000709] main input debug: Destroying the input for 'localhost:5004'

But when I run cvlc -vvv inputfile --sout
'#rtp{proto=dccp,dst=ip_address,port=5004}' it seems fine. So I wonder why
vlc couldn't connect in the client case. And why couldn't it automatically
use the access_demux module RTP in the client side? Any suggestion is highly
appreciated. Thanks so much!! HAPPY NEW YEAR!

Cheers,
Jue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20091231/76663111/attachment.html>


More information about the vlc mailing list