<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">The server we have for our application does not support GET_PARAMETER to keep to connection alive when the video is PAUSED. After 1 minute the connection is lost and the video has to be restarted.<br class=""></div>In the live555.cpp code, it reads that the GET_PARAMETER will be sent, but also the OPTIONS command could be send as a fallback. But I don't see this second option. Was this second option removed?<br class=""></div></div></div></div></blockquote><div><br class=""></div></div>FYI, in our own proxy server code we - by default - send “OPTIONS” rather than “GET_PARAMETER" as a keep-alive command, because we found that more servers handled “OPTIONS” than “GET_PARAMETER”.  (It turned out that there are even some brain-damaged servers that include “GET_PARAMETER” in the list of commands that they *claim* to support (in response to an initial “OPTIONS” command) - but in reality don’t support “GET_PARAMETER” at all.)<div class=""><div class=""><br class=""></div><div class="">So, if VLC were changed to send “OPTIONS” rather than “GET_PARAMETER”, it might be an improvement (but, OTOH, some people would undoubtedly complain)...</div></div><div class=""><br class=""></div><div class="">As an aside, I should point out that servers should really not need to receive *any* of these ‘keep-alive’ commands; they should, instead, be using incoming RTCP “RR” packets - from the client - to let it know that the client is still alive.  But unfortunately lots of RTSP servers (including VLC, I think :-) don’t listen to incoming RTCP packets at all.</div><br class=""><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>