<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi, I'm Trying using vlc 1.0.6 Goldeneye  installed in Ubuntu 10.04 LTS to run a video via Video On Demand to play the stream with a Set Top Box...<br><br>I did these steps:<br><br>[b]Video On Demand<br>Basic example<br><br>First launch the vlc<br><br>% vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554<br><br>where:<br><br>      12 is the value of the TTL (Time To Live) of your IP packets (which means that the stream will be able to cross 11 routers).<br><br>      telnet launches the telnet interface of the vlc.<br><br>      videolan is the password to connect to the telnet interface.<br><br>      0.0.0.0 is the host address.<br><br>      5554 is the port on which you stream. <br><br>Then you connect to the vlc telnet interface and create the vod object<br><br>new Test vod enabled<br>setup Test input my_video.mpg<br><br>You can access to the stream with:<br><br>% vlc rtsp://server:5554/Test<br><br>where:<br><br>       server is the address of the streaming server (IP or DNS)[/b]<br><br>And it worked fine in the local machine and in another one (Windows 7) via network with vlc, but when I try to play it in the Set Top Box it doesn't work...<br><br>The messages that I received from the STB are:<br>6: RTSP_STATUS_PLAYING<br>6: RTSP_STATUS_PLAYING<br>6: RTSP_STATUS_PLAYING<br>10: STATUS_NO_VIDEO<br>12: RTSP_CONNECTION_STOPPED<br><br>When I run a video from VLC IGMP (Multicast Stream) or from ANEVIA SERVER RTSP (VOD, Unicast Stream) the STB works fine...<br><br>But I want to do it from RTSP (VOD, Unicast Stream)<br><br>The Set Top Box that I have is amino 130h<br><br>[b]What am I doing wrong? Can anyone help me...?[/b]                                         </body>
</html>