Hi,<br><br>Really sorry that I have to bother you guys right before the new year. <br>I'm using vlc-0.9.10 on Ubuntu 8. version 0.9.10 Grishenko - (c) 1996-2009 the VideoLAN team<br>And it's configured as follow.  <br>
[00000001] main libvlc debug: libvlc was configured with ./configure  '--prefix=/usr' '--enable-debug' '--enable-real' '--enable-realrtsp' '--enable-glx'<br><br>When I run the command <span style="font-family: courier new,monospace;">./vlc dccp://localhost:5004</span> I get the following error:<br>
<br><font size="1">[00000709] main input debug: `dccp://localhost:5004' gives access `dccp' demux `' path `localhost:5004'<br>[00000709] main input debug: creating demux: access='dccp' demux='' path='localhost:5004'<br>
[00000710] main demux debug: looking for access_demux module: 2 candidates<br>[00000710] main demux debug: net: connecting to localhost port 5004<br>[00000710] main demux debug: connection: Operation now in progress<br>[00000710] main demux error: connection failed: Connection refused<br>
[00000710] main demux debug: net: connecting to localhost port 5004<br>[00000710] main demux debug: connection: Operation now in progress<br>[00000710] main demux error: <span style="color: rgb(255, 0, 0);">connection failed: Connection refused</span><br>
[00000710] main demux warning: <span style="color: rgb(255, 0, 0);">no access_demux module matching "dccp" could be loaded</span><br>[00000710] main demux debug: TIMER module_Need() : 4.441 ms - Total 4.441 ms / 1 intvls (Avg 4.441 ms)<br>
[00000710] main demux debug: waitpipe: object killed<br>[00000709] main input debug: creating access 'dccp' path='localhost:5004'<br>[00000709] main input debug: thread 2976906128 (input) created at priority 10 (input/input.c:370)<br>
[00000713] main access debug: looking for access module: 0 candidates<br>[00000713] main access error: <span style="color: rgb(255, 0, 0);">no access module matched "dccp"</span><br>[00000713] main access debug: TIMER module_Need() : 2.293 ms - Total 2.293 ms / 1 intvls (Avg 2.293 ms)<br>
[00000709] main input error: <span style="color: rgb(255, 0, 0);">open of `dccp://localhost:5004' failed: could not create access: no access module matched "dccp"</span><br>[00000668] main playlist debug: finished input<br>
[00000668] main playlist debug: dying input<br>[00000668] main playlist debug: dying input<br>[00000668] main playlist debug: dying input<br>[00000709] main input debug: thread ended<br>[00000668] main playlist debug: dead input<br>
[00000709] main input debug: thread 2976906128 joined (playlist/engine.c:244)<br>[00000709] main input debug: Destroying the input for 'localhost:5004'</font><br><br>But when I run <span style="font-family: courier new,monospace;">cvlc -vvv inputfile --sout '#rtp{proto=dccp,dst=ip_address,port=5004}'</span> 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!<br>
<br>Cheers,<br>Jue<br><br>