<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello<br>
<br>
I was trying to make an stream of several videos with a configuration 
file but when I open the vlc in order to verify if the streaming is 
working it doesn't reproduce the content.<br>
<br>
This is the file I am using <br>
<br>
new video-udp broadcast enabled<br>
setup video-udp input "video.mp4"<br>
setup video-udp output 
#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:udp{dst=224.6.6.70:1234}<br>
setup video-udp option file-caching=300<br>
<br>
new video-rtsp broadcast enabled<br>
setup video-rtsp input "video.mp4"<br>
setup video-rtsp output 
#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:5544/video}<br>
setup video-rtsp option file-caching=300<br>
<br>
new video-http broadcast enabled<br>
setup video-http input /home/andres/Escritorio/video.mp4<br>
setup video-http output 
#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:8080/video}<br>
setup video-http option file-caching=300<br>
<br>
After I use this file with "vlc -I telnet --vlm-conf" and I try to open one file from vlc with <br>
<br>
udp://@224.6.6.70:1234<br>
rtsp://MY-IP:5544/video<br>
http://MY-IP:8080/video <br>
<br>
What am I doing wrong?<br><br>
Thanks in advance                                                                                 </div></body>
</html>