<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=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@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;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
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=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=FR>Hi, <o:p></o:p></span></p><p class=MsoNormal><span lang=FR><o:p> </o:p></span></p><p class=MsoNormal>I use the live555ProxyServer.exe<span style='color:#1F497D'> </span>example.<o:p></o:p></p><p class=MsoNormal>My front end is VLC and backend is Axis camera streaming h264.<o:p></o:p></p><p class=MsoNormal>Both streams frontend and backend are UDP.<o:p></o:p></p><p class=MsoNormal>frontend consume the proxy stream and then after a few seconds I stop the stream from frontend.<o:p></o:p></p><p class=MsoNormal>I wait for about one minute until the backend is sending an RTCP Goodbye message. <o:p></o:p></p><p class=MsoNormal>The ProxyServerMediaSubsession::subsessionByeHandler is called which cause the FramedSource::handleClosure to get called which in turn call the upstream source FramedSource::handleClosure to get called.<o:p></o:p></p><p class=MsoNormal>But this FramedSource<span style='color:#1F497D'> </span>instance is already deleted when I closed the last stream from the frontend hence FramedSource::fOnCloseFunc is not valid and the application crash.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I know that I shouldn’t modify the library code, but setting all FramedSource members to NULL in the destructor solved the crash problem cause of the NULL check in FramedSource::handleClosure.<o:p></o:p></p><p class=MsoNormal>But now once I try to play the stream from the VLC again I don’t get any stream.<o:p></o:p></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal>Testing this against a Sony camera as a backend did not cause this problem because they don’t send goodbye RTCP message.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Please advise how to proceed, will there be a fix in future release? This is obviously not the right fix cause I can’t restart the stream after this goodbye message.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m working with the latest source – 11.09.2013 and also tested it against 13.08.2013<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Yogev.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>