<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Does that mean that it is formatted incorrectly of is there
    something else I did wrong? David<br>
    <div class="moz-signature">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:red">----------------------------------------------------------------------------</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><b><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:red;"
            lang="EN-GB">David R Robison</span></b></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><i><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060;"
            lang="EN-GB">Principal Systems Engineer</span></i></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D;"
          lang="EN-GB">O. +1 757 546 3401</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
          style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D;
          \" lang="EN-GB">M. +1 757 286 0022</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;t"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";"
          lang="EN-GB"><a href="mailto:david.robison@q-free.com">david.robison@q-free.com</a></span></p>
      <p
        style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;><a
        href="http://www.q-free.com/openroads"><span
        lang=EN-GB style="
        font-size:10.0pt;font-family:"arial","sans-serif";'=""><a class="moz-txt-link-abbreviated" href="http://www.q-free.com/openroads">www.q-free.com/openroads</a></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:red">----------------------------------------------------------------------------</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:red;"
          lang="EN-GB">Q-Free Open Roads</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060;"
          lang="EN-GB">103 Watson Road</span></p>
      <p
style="margin-top:0pt;margin-right:0pt;margin-bottom:.0001pt;margin-left:0pt;"><span
style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060;"
          lang="EN-GB">Chesapeake VA 23320</span></p>
      <img moz-do-not-send="false"
        src="cid:part2.05050902.08080807@q-free.com">
    </div>
    <div class="moz-cite-prefix">On 7/6/2015 11:51 AM, Jean-Baptiste
      Kempf wrote:<br>
    </div>
    <blockquote cite="mid:559AA3F7.2070405@videolan.org" type="cite">Patch
      does not apply here.
      <br>
      <br>
      Le 01/07/2015 18:00, David R. Robison a écrit :
      <br>
      <blockquote type="cite">
        <br>
        ---
        <br>
          modules/access/live555.cpp | 13 +++++++------
        <br>
          1 file changed, 7 insertions(+), 6 deletions(-)
        <br>
        <br>
        diff --git a/modules/access/live555.cpp
        b/modules/access/live555.cpp
        <br>
        index fef590a..d3259c7 100644
        <br>
        --- a/modules/access/live555.cpp
        <br>
        +++ b/modules/access/live555.cpp
        <br>
        @@ -740,12 +740,6 @@ static int SessionsSetup( demux_t *p_demux
        )
        <br>
                      ;
        <br>
                  else continue;
        <br>
        <br>
        -        if( i_client_port != -1 )
        <br>
        -        {
        <br>
        -            sub->setClientPortNum( i_client_port );
        <br>
        -            i_client_port += 2;
        <br>
        -        }
        <br>
        -
        <br>
                  if( strcasestr( sub->codecName(), "REAL" ) )
        <br>
                  {
        <br>
                      msg_Info( p_demux, "real codec detected, using
        real-RTSP
        <br>
        instead" );
        <br>
        @@ -783,6 +777,13 @@ static int SessionsSetup( demux_t *p_demux
        )
        <br>
                      /* Issue the SETUP */
        <br>
                      if( p_sys->rtsp )
        <br>
                      {
        <br>
        +
        <br>
        +                if( i_client_port != -1 )
        <br>
        +                {
        <br>
        +                    sub->setClientPortNum( i_client_port );
        <br>
        +                    i_client_port += 2;
        <br>
        +                }
        <br>
        +
        <br>
                          p_sys->rtsp->sendSetupCommand( *sub,
        <br>
        default_live555_callback, False,
        <br>
                                                         toBool(
        b_rtsp_tcp ),
        <br>
                                                         toBool(
        <br>
        p_sys->b_force_mcast && !b_rtsp_tcp ) );
        <br>
      </blockquote>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>