Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. WebView and hls.js on Windows
QtWS25 Last Chance

WebView and hls.js on Windows

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 860 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kuris996
    wrote on last edited by
    #1

    Hls.js demo
    https://video-dev.github.io/hls.js/demo/
    does not work on Windows WebView, but works on Android. Why so? And how to run it on Windows?

    1 Reply Last reply
    0
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on last edited by
      #2

      @kuris996 , WebView uses different backends on Android and Windows: On Android it is the native browser, on Windows it's Qt WebEngine.

      For Qt WebEngine, I suppose HLS uses codecs that need to be licensed. To get them, you need to compile Qt WebEngine yourself with a -webengine-proprietary-codecs configure flag (see also https://doc.qt.io/qt-5/qtwebengine-features.html#audio-and-video-codecs). In addition, you need to make sure to license them properly.

      Director R&D, The Qt Company

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved