<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
    </p>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode">Hi,<br>
      <br>
      That's not about this particular case. The library dependency SRT
      is not listed on the dependency list of VLC, that's all.
      Therefore, there is no information at all on what version is
      supported by VLC.
      <br>
      <br>
      The `SRTO_LATENCY` macro has always (as of git releases, v1.2.3 in
      march 2018 ) been an alias to the `SRTO_TSBPDDELAY` macro. This
      change shouldn't break backward compatibility and no define should
      be needed.
      <br>
      <br>
      Best.</div>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode"><br>
    </div>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode">PS: I'm new here and I didn't
      know I should reply to the whole list.</div>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode"><br>
    </div>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode">PPS: Please don't hesitate to
      point me to resources to better use the mailing list.<br>
    </div>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-unicode"><br>
      On 2020-10-13 22:13, Francois Cartegnie wrote:
      <br>
      <blockquote type="cite" style="color: #000000;">Le 13/10/2020 à
        21:45, Julien Montant a écrit :
        <br>
        <br>
        <blockquote type="cite" style="color: #000000;">     
          srt_set_socket_option( access_obj, SRT_PARAM_LATENCY,
          p_sys->sock,
          <br>
          -            SRTO_TSBPDDELAY, &i_latency,
          sizeof(i_latency) );
          <br>
          +            SRTO_LATENCY, &i_latency, sizeof(i_latency)
          );
          <br>
                  /* set passphrase */
          <br>
                if (psz_passphrase != NULL && psz_passphrase[0]
          != '\0') {
          <br>
          <br>
        </blockquote>
        Do we have a way to check the lib version to add a define
        instead ?
        <br>
        <br>
        I don't see why a library value rename would need bumping the
        requirements.
        <br>
        <br>
      </blockquote>
    </div>
    <div class="moz-cite-prefix">On 2020-10-13 22:13, Francois Cartegnie
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:7ec8601d-270c-3375-b3c1-c91a4532ca45@free.fr">
      <pre class="moz-quote-pre" wrap="">Le 13/10/2020 à 21:45, Julien Montant a écrit :

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">     srt_set_socket_option( access_obj, SRT_PARAM_LATENCY, p_sys->sock,
-            SRTO_TSBPDDELAY, &i_latency, sizeof(i_latency) );
+            SRTO_LATENCY, &i_latency, sizeof(i_latency) );
 
     /* set passphrase */
     if (psz_passphrase != NULL && psz_passphrase[0] != '\0') {

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Do we have a way to check the lib version to add a define instead ?

I don't see why a library value rename would need bumping the requirements.

</pre>
    </blockquote>
  </body>
</html>