<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="">I would like to have Live555 ignore the case of rtsp url's as a workaround for this VLC problem:<br class=""><br class=""><a href="https://trac.videolan.org/vlc/ticket/11428" class="">https://trac.videolan.org/vlc/ticket/11428</a><br class=""></div></blockquote><div><br class=""></div>No, this seems to be a problem specific to VLC (which is not our software).  As far as I can tell (from the link that you included), the problem is that VLC is storing old URLs somewhere, and then doing a case-insensitive match when checking whether a newly-entered URL has been used before (and then - if there’s a match - reusing the previous URL rather than the new URL).  This appears to be happening outside the LIVE555 software (which VLC uses when its acting as a LIVE555 client).</div><div><br class=""></div><div>If, however, you can identify a specific problem with the LIVE555 code (identifiable by using LIVE555 RTSP client code - e.g., “openRTSP” or “testRTSPClient” - only), then let us know.</div><div><br class=""></div><div>If, on the other hand, you’re asking that LIVE555 RTSP *servers* ignore the case of stream names in URLs, then the answer is again No - because some server developers might want to allow their server to support more than one stream, whose names differ in case.  (Also, stream names might be ‘internationalized’ - i.e., encoded as UTF-8 - and case-insensitive comparison might not work (or work incorrectly) if performed on UTF-8 stream names.)</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>