Good evening,<br> <br>I read all posts in the forum and all documentation and i know how to use vlm for multiple streaming and vod.<br> <br>The problem is:<br> <br>When i use the Wizard (wxWidget) i can stream correctly. But i need to use VLM, because i'm doing a little system that can simulate a IPTV service. So i need multiple streaming for multicast adresses and VOD. But when i try to use the command line it doesn't work. Example, if i open a command line and write vlc -vvv input_stream --sout '#duplicate{dst=
<br>standard{access=udp,mux=ts,dst=<a href="http://239.255.12.42">239.255.12.42</a>,sap,name="TestStream"},<br>dst=standard{access=udp,mux=ts,dst= <a href="http://192.168.1.2">192.168.1.2</a>}}', nothing happens. Then i go to the messages and i see:
<br> <br>stream_out_standard error: no access _and_ no muxer (fatal error)<br>main error: stream chain failed for `std{mux="",access="",dst="'#duplicate{dst="}' <br>main error: cannot start stream output instance, aborting
<br>stream_out_standard error: no access _and_ no muxer (fatal error)<br>main error: stream chain failed for `std{mux="",access="",dst="'#duplicate{dst="}' <br>main error: cannot start stream output instance, aborting
<br>stream_out_standard error: no access _and_ no muxer (fatal error)<br>main error: stream chain failed for `std{mux="",access="",dst="'#duplicate{dst="}' <br>main error: cannot start stream output instance, aborting
<br>stream_out_standard error: no access _and_ no muxer (fatal error)<br>main error: stream chain failed for `std{mux="",access="",dst="'#duplicate{dst="}' <br>main error: cannot start stream output instance, aborting
<br>stream_out_standard error: no access _and_ no muxer (fatal error)<br>main error: stream chain failed for `std{mux="",access="",dst="'#duplicate{dst="}' <br>main error: cannot start stream output instance, aborting
<br> <br>No access and no muxer? But it runs on the Wizard!<br> <br>I have a problem with launching telnet interface too. <br> <br>- I open a windows console (DOS) and i type the command: vlc --intf telnet --> nothing happens;
<br>Then i type: vlc --extraintf telnet.<br>The vlc is launched but in the wxWindows interface! Nevertheless, i go to the settings-->add interface-->telnet interface and still nothing happens! <br>I tried the basic example: vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 
<a href="http://0.0.0.0:5554">0.0.0.0:5554</a> and yet no results. The telnet interface is suposed to appear so i could enter command lines like "new Test vod enabled" and so on. <br> <br>What's going on, can you help me, please?
<br> <br>So the problem, as you see, is that i can't launch de telnet interface, i can't use the command line and donīt know why...is so pretty because i like vlc very much and i need it to run a little project on college. 
<br> <br>There is a problam with installation? I downloaded from this website and run the file vlc-0.8.6d-win32.exe and nothing more.<br>  <br>Can you please help me?<br> <br>Many thanks in advance.