<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=koi8-r"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=RU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello.<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>I am working on rtsp client software. Everything works fine until the transport on the server side was changed to tcp. I got the 461 error in “after-setup” handler. Ok, this is the easiest part – I just make some modification to code and handle this case (another try to setup session is done with the call to sendSetupCommand() and streamUsingTcp set to “true”, hope this is enough?). No errors but also no incoming data in MediaSink object – my client just stuck in loop without any notification of data.<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>I tried to use openrtsp: openRTSP -n -t -b 262144 "rtsp://myurl"<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>the last lines of output:<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Received a complete PLAY response:<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>RTSP/1.0 200 OK<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>CSeq: 6<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Session: c2f<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Started playing session<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Receiving streamed data...<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Data packets have begun arriving [1346827501853]<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>openRTSP create file for stream (h264) but it is empty no matter how much time i wait.<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>In other way the latest VLC Player (afaik it uses live555) able to play rtsp://myurl without any problems.<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>At first glance this looks like a problem with my build of live555 - I build live555 and openrtsp myself using ms vc 2010.<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Any ideas or suggestions how to fix this?<o:p></o:p></span></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-US>Thanks in advance<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p></div></body></html>