<style> p {margin-top:0px;margin-bottom:0px;} </style> <table border=0 width=100%% cellpadding=0 cellspacing=0 align=center> <tr> <td valign=top style='padding:8pt;'><font size=2>Hello, everyone. I am new to live555 and i am having a problema streaming.<br><br>I started the server to stream an mpeg2video file and when i try to get it with<br>vlc or my set top box(istar mini hd) i get the error:<br><br>404 Stream not found.<br><br>I tried to sniff the rtsp stream with wireshark and i found that the server <br>response to my set top box is changed,the url or stream name changes<br>from the following:<br><br>rtsp://10.0.0.3/capture-live.mpg <br>to <br>rtsp://10.0.0.3/capture-live.mpg/<br><br>Please notice the extra "/" at the ending. I think the server response is changing<br>what is suppossed to be a file into a directory and it's messing up my set top box<br>connection.<br><br>Plase see the following rtsp conversation from wireshark:<br><br><br>The client:<br><br>                
        DESCRIBE rtsp://10.0.0.3/capture-live.mpg RTSP/1.0<br>
<br>
CSeq: 1<br>
<br>
Accept: application/sdp<br>
<br>
User-Agent: WMPlayer/9.0.0.3250 guid/3300AD50-2C39-46C0-AE0A-27CFF7344562<br>
<br>
<br>
<br>The server response:<br>
RTSP/1.0 200 OK<br>
<br>
CSeq: 1<br>
<br>
Date: Fri, May 15 2009 13:56:46 GMT<br>
<br>
Content-Base: rtsp://10.0.0.3/capture-live.mpg/<br>
<br>
Content-Type: application/sdp<br>
<br>
Content-Length: 489<br>
<br><br>Is the Content-Base setting of the rtsp/sdp changing the stream name, thus creating<br>the error and the following "404 Stream not Found" ?<br><br><br>Any ideas, thanks in advance,sorry for the long mail,regards<br>Herlit11<br><br>
</font></td></tr>
</table>