Hi,<br>I'm trying to stream a avi video in HTTP. I'm just testing it on localhost (127.0.0.1). My command line for streaming is:<br><br>vlc  -vvv /PathToVideo/test.avi --sout '#standard{access=http,mux=ts,dst=<a href="http://127.0.0.1:8080">127.0.0.1:8080</a>}'<br>
<br>However when I try to connect a client to the stream with the command:<br><br>vlc  <a href="http://127.0.0.1:8080">http://127.0.0.1:8080</a><br><br>I get the following error message:<br><br>VLC media player 1.0.6 Goldeneye<br>
[0x8e71148] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.<br>[0x8f25950] access_mms access error: invalid chunk FATAL (0x47)<br>[0x8f25950] access_mms access error: header size == 0<br>
[0x8f25528] main input error: open of `<a href="http://127.0.0.1:8080">http://127.0.0.1:8080</a>' failed: (null)<br><br>Do you have an idea of what I'm doing wrong?<br>Many thanks<br>