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. Netflix Support on QtWebEngine
Forum Update on Monday, May 27th 2025

Netflix Support on QtWebEngine

Scheduled Pinned Locked Moved Unsolved QtWebEngine
7 Posts 4 Posters 1.2k 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.
  • dhavaljoshiD Offline
    dhavaljoshiD Offline
    dhavaljoshi
    wrote on last edited by
    #1

    I am trying to run Netflix on a simple browser application.

    Below is my Configuration summary of Rpi 3B+


    Configure summary:
    Qt WebEngine:
    Embedded build ......................... yes
    Pepper Plugins ......................... yes
    Printing and PDF ....................... no
    Proprietary Codecs ..................... yes
    Spellchecker ........................... yes
    Native Spellchecker .................... no
    WebRTC ................................. no
    Use System Ninja ....................... yes
    Geolocation ............................ yes
    WebChannel support ..................... yes
    Use v8 snapshot ........................ yes
    Kerberos Authentication ................ no
    Building v8 snapshot supported ......... yes
    Use ALSA ............................... yes
    Use PulseAudio ......................... no
    Optional system libraries used:
    re2 .................................. no
    icu .................................. no
    libwebp, libwebpmux and libwebpdemux . yes
    opus ................................. yes
    ffmpeg ............................... yes
    libvpx ............................... yes
    snappy ............................... yes
    glib ................................. yes
    zlib ................................. yes
    minizip .............................. no
    libevent ............................. yes
    jsoncpp .............................. no
    protobuf ............................. no
    libxml2 and libxslt .................. no
    lcms2 ................................ no
    png .................................. yes
    JPEG ................................. yes
    harfbuzz ............................. yes
    freetype ............................. yes
    x11 .................................. no
    Required system libraries:
    fontconfig ........................... yes
    dbus ................................. yes
    nss .................................. yes
    khr .................................. yes
    glibc ................................ yes
    Required system libraries for qpa-xcb:
    libdrm ............................... no
    xcomposite ........................... no
    xcursor .............................. no
    xi ................................... no
    xtst ................................. no

    Qt is now configured for building. Just run 'make'.


    I face the below error

    62735c47-8c35-44a6-88f3-dc100e6e9acb-image.png

    Does anyone have a solution?

    Pablo J. RoginaP P 2 Replies Last reply
    0
    • dhavaljoshiD dhavaljoshi

      I am trying to run Netflix on a simple browser application.

      Below is my Configuration summary of Rpi 3B+


      Configure summary:
      Qt WebEngine:
      Embedded build ......................... yes
      Pepper Plugins ......................... yes
      Printing and PDF ....................... no
      Proprietary Codecs ..................... yes
      Spellchecker ........................... yes
      Native Spellchecker .................... no
      WebRTC ................................. no
      Use System Ninja ....................... yes
      Geolocation ............................ yes
      WebChannel support ..................... yes
      Use v8 snapshot ........................ yes
      Kerberos Authentication ................ no
      Building v8 snapshot supported ......... yes
      Use ALSA ............................... yes
      Use PulseAudio ......................... no
      Optional system libraries used:
      re2 .................................. no
      icu .................................. no
      libwebp, libwebpmux and libwebpdemux . yes
      opus ................................. yes
      ffmpeg ............................... yes
      libvpx ............................... yes
      snappy ............................... yes
      glib ................................. yes
      zlib ................................. yes
      minizip .............................. no
      libevent ............................. yes
      jsoncpp .............................. no
      protobuf ............................. no
      libxml2 and libxslt .................. no
      lcms2 ................................ no
      png .................................. yes
      JPEG ................................. yes
      harfbuzz ............................. yes
      freetype ............................. yes
      x11 .................................. no
      Required system libraries:
      fontconfig ........................... yes
      dbus ................................. yes
      nss .................................. yes
      khr .................................. yes
      glibc ................................ yes
      Required system libraries for qpa-xcb:
      libdrm ............................... no
      xcomposite ........................... no
      xcursor .............................. no
      xi ................................... no
      xtst ................................. no

      Qt is now configured for building. Just run 'make'.


      I face the below error

      62735c47-8c35-44a6-88f3-dc100e6e9acb-image.png

      Does anyone have a solution?

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @dhavaljoshi what about this blog post?

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      3
      • dhavaljoshiD Offline
        dhavaljoshiD Offline
        dhavaljoshi
        wrote on last edited by
        #3

        Thanks, @Pablo-J-Rogina for your reply.
        Here I want to mention that I am not using Chromium,
        And the below components are already installed in the environment.

        Proprietary Codecs ..................... yes
        nss .................................................... yes
        ffmpeg ............................................ yes

        I am using Qt WebEngine 5.12.4
        I am running a simple browser example as shown below.
        Below is the error I am getting.

        3a3ef585-ca39-49d4-8403-851ffea4041b-image.png

        JKSHJ 1 Reply Last reply
        0
        • dhavaljoshiD dhavaljoshi

          Thanks, @Pablo-J-Rogina for your reply.
          Here I want to mention that I am not using Chromium,
          And the below components are already installed in the environment.

          Proprietary Codecs ..................... yes
          nss .................................................... yes
          ffmpeg ............................................ yes

          I am using Qt WebEngine 5.12.4
          I am running a simple browser example as shown below.
          Below is the error I am getting.

          3a3ef585-ca39-49d4-8403-851ffea4041b-image.png

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by JKSH
          #4

          @dhavaljoshi said in Netflix Support on QtWebEngine:

          Here I want to mention that I am not using Chromium,

          ...

          I am using Qt WebEngine 5.12.4

          Qt WebEngine is a "wrapper" for Chromium.

          And @Pablo-J-Rogina's link is about Netflix support on Qt WebEngine.

          And the below components are already installed in the environment.
          Proprietary Codecs ..................... yes
          nss .................................................... yes
          ffmpeg ............................................ yes

          You need the Widevine plugin, as described in @Pablo-J-Rogina's link.

          I am running a simple browser example as shown below.

          You must run chrome://components from Google Chrome, not from a Qt WebEngine browser.

          Use Google Chrome to download the plugin and then transfer the plugin to Qt WebEngine.

          (Tip: Google Chrome is not Chromium. Google Chrome adds a lot of things to Chromium).

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          4
          • dhavaljoshiD Offline
            dhavaljoshiD Offline
            dhavaljoshi
            wrote on last edited by
            #5

            Thank you @JKSH for you reply,
            Below picture is from raspbian OS-based chromium browser,
            In that, I am not able to find any component named Widevine CDM.

            IMG_20191016_123530.jpg

            Any other way to figure out the issue?

            JKSHJ 1 Reply Last reply
            0
            • dhavaljoshiD dhavaljoshi

              Thank you @JKSH for you reply,
              Below picture is from raspbian OS-based chromium browser,
              In that, I am not able to find any component named Widevine CDM.

              IMG_20191016_123530.jpg

              Any other way to figure out the issue?

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @dhavaljoshi said in Netflix Support on QtWebEngine:

              Below picture is from raspbian OS-based chromium browser,
              In that, I am not able to find any component named Widevine CDM.

              You'll need to find a way to install the plugin on Raspbian.

              This might be a start: https://www.raspberrypi.org/forums/viewtopic.php?p=1362535

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              2
              • dhavaljoshiD dhavaljoshi

                I am trying to run Netflix on a simple browser application.

                Below is my Configuration summary of Rpi 3B+


                Configure summary:
                Qt WebEngine:
                Embedded build ......................... yes
                Pepper Plugins ......................... yes
                Printing and PDF ....................... no
                Proprietary Codecs ..................... yes
                Spellchecker ........................... yes
                Native Spellchecker .................... no
                WebRTC ................................. no
                Use System Ninja ....................... yes
                Geolocation ............................ yes
                WebChannel support ..................... yes
                Use v8 snapshot ........................ yes
                Kerberos Authentication ................ no
                Building v8 snapshot supported ......... yes
                Use ALSA ............................... yes
                Use PulseAudio ......................... no
                Optional system libraries used:
                re2 .................................. no
                icu .................................. no
                libwebp, libwebpmux and libwebpdemux . yes
                opus ................................. yes
                ffmpeg ............................... yes
                libvpx ............................... yes
                snappy ............................... yes
                glib ................................. yes
                zlib ................................. yes
                minizip .............................. no
                libevent ............................. yes
                jsoncpp .............................. no
                protobuf ............................. no
                libxml2 and libxslt .................. no
                lcms2 ................................ no
                png .................................. yes
                JPEG ................................. yes
                harfbuzz ............................. yes
                freetype ............................. yes
                x11 .................................. no
                Required system libraries:
                fontconfig ........................... yes
                dbus ................................. yes
                nss .................................. yes
                khr .................................. yes
                glibc ................................ yes
                Required system libraries for qpa-xcb:
                libdrm ............................... no
                xcomposite ........................... no
                xcursor .............................. no
                xi ................................... no
                xtst ................................. no

                Qt is now configured for building. Just run 'make'.


                I face the below error

                62735c47-8c35-44a6-88f3-dc100e6e9acb-image.png

                Does anyone have a solution?

                P Offline
                P Offline
                Priya Raheja
                wrote on last edited by
                #7

                @dhavaljoshi said in Netflix Support on QtWebEngine:

                Does

                https://www.raspberrypi.org/forums/viewtopic.php?p=1362535 This might help.

                1 Reply Last reply
                0

                • Login

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