<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="WordSection1" style="page: WordSection1; text-align: start; text-indent: 0px;"><p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt;"><font face="Arial, sans-serif" class=""><span style="font-size: 11pt;" class="">Thanks to Denis Genestier for this suggestion. I have now installed a new version (2018.12.14) of the </span><span style="font-size: 14.666666984558105px;" class="">“</span><span style="font-size: 11pt;" class="">LIVE555 Streaming Media</span><span style="font-size: 14.666666984558105px;" class="">”</span><span style="font-size: 11pt;" class=""> code that implements this (for both sending and receiving RTCP </span><span style="font-size: 14.666666984558105px;" class="">“</span><span style="font-size: 11pt;" class="">BYE</span><span style="font-size: 14.666666984558105px;" class="">”</span><span style="font-size: 11pt;" class=""> packets). There has been a change to the API. This API change is backwards compatible; however, existing application code will need to be recompiled.</span></font></p><div class=""><br class=""></div><div class="">- The function “RTCPInstance::sendBYE()” now takes an optional “reason” parameter.</div><div class="">- The function “RTCPInstance::setByeHandler()” remains; as before, it does not use the “reason” at all.</div><div class="">- There’s a new function “RTCPInstance::setByeWithReasonHandler()”, with the same functionality as “setByeHandler()”, except that the handler function takes a “reason” parameter. (This “reason” will be a dynamically-allocated “char const*” (or NULL); it should be delete[]d by the handler function.)</div><div class=""><br class=""></div><div class="">I have updated the “openRTSP” and “testRTSPClient” applications to display the reason (if any) whenever a RTCP “BYE” packet arrives.</div><div class=""><br class=""></div><div class="">Let me know if you have any problems with this new functionality.</div></div><br class=""><br class=""><div 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>