<div dir="ltr"><div>Hello,</div><div>Thanks for your reply</div><div><br></div><div><i>Is there a specific reason to opting in for SHM? I'm asking this
      because as far as I know, it has lower priority.</i></div><div><i><br></i></div><div>With WSL<i>2 </i>to have the video embedded into VLC main windows only SHM works for me. All the other options failed with error messages.</div><div>But it is not vital and I have a workaround for now.</div><div><br></div><div>Also, thanks for the great work you made. VLC is so powerful that I can't live without.</div><div><br></div><div>Regards,</div><div>Jean-Yves</div><div><br></div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le ven. 20 juin 2025 à 18:47, Fatih Uzunoğlu <<a href="mailto:fuzun54@outlook.com">fuzun54@outlook.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>

  
  <div style="padding-bottom:1px">
    <p>Hello,</p>
    <p>Qt interface uses viewporter [1] [2] [3] for the video surface to
      handle fractional scaling. We have to do this for proper
      embedding, because Qt (starting with 6.5) uses viewporter itself
      to handle fractional scaling for the interface surface, and the
      video surface has to fit properly. In this case it seems that you
      are using SHM display module, which also seems to be using
      viewporter, hence the error.</p>
    <p>As far as I know, SHM is not tested with embedding into Qt
      interface, but EGL should be working fine (I was only able to test
      using EGL GBM unfortunately, because of lack of
      `EGL_KHR_display_reference` support, which may be because I'm
      using Nvidia graphics).</p>
    <p>Is there a specific reason opting in for SHM? I'm asking this
      because as far as I know it has lower priority.</p>
    <p>Sincerely,<br>
      Fatih</p>
    <p>[1] <a href="https://code.videolan.org/videolan/vlc/-/merge_requests/5721" target="_blank">https://code.videolan.org/videolan/vlc/-/merge_requests/5721</a><br>
      [2] <a href="https://code.videolan.org/videolan/vlc/-/merge_requests/6600" target="_blank">https://code.videolan.org/videolan/vlc/-/merge_requests/6600</a><br>
      [3] <a href="https://code.videolan.org/videolan/vlc/-/merge_requests/6601" target="_blank">https://code.videolan.org/videolan/vlc/-/merge_requests/6601</a></p>
  </div>
  <u></u><u></u>

_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div>