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. Spotify on WebEngineView
Forum Updated to NodeBB v4.3 + New Features

Spotify on WebEngineView

Scheduled Pinned Locked Moved Solved QtWebEngine
16 Posts 5 Posters 1.9k Views 2 Watching
  • 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.
  • O Offline
    O Offline
    orhaneee
    wrote on last edited by
    #1

    Hi everyone,

    I'm using Qt 5.12.5 WebEngineView which contains Chromium 69 and I need to use https://play.spotify.com/ but as you know, I need a DRM like Widevine installed.

    I checked a little bit but I do not have /usr/lib/qt5 folder, my Qt installation is in /opt/Qt and how can I install Widevine in WebEngine's Chromium?

    Thank you.

    JKSHJ 1 Reply Last reply
    0
    • O orhaneee

      Hi everyone,

      I'm using Qt 5.12.5 WebEngineView which contains Chromium 69 and I need to use https://play.spotify.com/ but as you know, I need a DRM like Widevine installed.

      I checked a little bit but I do not have /usr/lib/qt5 folder, my Qt installation is in /opt/Qt and how can I install Widevine in WebEngine's Chromium?

      Thank you.

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

      @orhaneee said in Spotify on WebEngineView:

      how can I install Widevine in WebEngine's Chromium?

      See https://www.qt.io/blog/2016/06/03/netflix-qt-webengine-5-7

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

      1 Reply Last reply
      1
      • O Offline
        O Offline
        orhaneee
        wrote on last edited by
        #3

        Thank you for your answer but, I do not have plugins/ppapi folder..

        JKSHJ 1 Reply Last reply
        0
        • O Offline
          O Offline
          orhaneee
          wrote on last edited by
          #4

          No update about this?

          1 Reply Last reply
          0
          • O orhaneee

            Thank you for your answer but, I do not have plugins/ppapi folder..

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

            @orhaneee said in Spotify on WebEngineView:

            I do not have plugins/ppapi folder..

            You can create the folder.

            Look at the other Qt plugins on your system to get an idea.

            @orhaneee said in Spotify on WebEngineView:

            No update about this?

            Please be patient. Allow a few days for forum users to reply.

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

            1 Reply Last reply
            1
            • O Offline
              O Offline
              orhaneee
              wrote on last edited by orhaneee
              #6

              I created ppapi folder in /opt/Qt/5.12.5/gcc_64/plugins and found exact same version of Chrome's libwidevinecdm.so and copied it.

              But, still no Widevine found?

              Thank you for your help.

              JKSHJ 1 Reply Last reply
              0
              • O orhaneee

                I created ppapi folder in /opt/Qt/5.12.5/gcc_64/plugins and found exact same version of Chrome's libwidevinecdm.so and copied it.

                But, still no Widevine found?

                Thank you for your help.

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

                @orhaneee said in Spotify on WebEngineView:

                I created ppapi folder in /opt/Qt/5.12.5/gcc_64/plugins and found exact same version of Chrome's libwidevinecdm.so and copied it.

                But, still no Widevine found?

                The article says you must build Qt WebEngine from source code. When configuring the build, you must enable proprietary codecs. Have you done that yet?

                See https://doc.qt.io/qt-5/qtwebengine-platform-notes.html to get started.

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

                1 Reply Last reply
                1
                • O Offline
                  O Offline
                  orhaneee
                  wrote on last edited by
                  #8

                  I have installed Qt with provided online installer in my account, so do I need to build it again? How can I do this? Thank you for your reply.

                  JKSHJ 1 Reply Last reply
                  0
                  • O orhaneee

                    I have installed Qt with provided online installer in my account, so do I need to build it again? How can I do this? Thank you for your reply.

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

                    @orhaneee said in Spotify on WebEngineView:

                    I have installed Qt with provided online installer in my account

                    This version does not support proprietary codecs.

                    so do I need to build it again?

                    Yes.

                    How can I do this?

                    Start by reading the link in my previous post.

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

                    1 Reply Last reply
                    1
                    • O Offline
                      O Offline
                      orhaneee
                      wrote on last edited by
                      #10

                      I have Device Creation license in this installation, do I need to separately build qtwebengine and replace it in my installation?

                      JKSHJ 1 Reply Last reply
                      0
                      • O orhaneee

                        I have Device Creation license in this installation, do I need to separately build qtwebengine and replace it in my installation?

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

                        @orhaneee said in Spotify on WebEngineView:

                        I have Device Creation license in this installation

                        If you have a commercial license, you can contact Qt Support to help you.

                        do I need to separately build qtwebengine and replace it in my installation?

                        Yes.

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

                        1 Reply Last reply
                        1
                        • B Offline
                          B Offline
                          BrandyMcgee
                          Banned
                          wrote on last edited by
                          #12
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • E Offline
                            E Offline
                            Ethel harper
                            wrote on last edited by
                            #13

                            how can I install Widevine in WebEngine's Chromium?

                            E 1 Reply Last reply
                            0
                            • E Ethel harper

                              how can I install Widevine in WebEngine's Chromium?

                              E Offline
                              E Offline
                              Ethel harper
                              wrote on last edited by
                              #14

                              @Ethel-harper help me

                              SGaistS 1 Reply Last reply
                              0
                              • E Ethel harper

                                @Ethel-harper help me

                                SGaistS Offline
                                SGaistS Offline
                                SGaist
                                Lifetime Qt Champion
                                wrote on last edited by
                                #15

                                @Ethel-harper hi and welcome to devnet,

                                You might want to check this project for chromium itself. It might give you some hints that might work with QtWebEngine. Note that I have not tested it at all.

                                Interested in AI ? www.idiap.ch
                                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                E 1 Reply Last reply
                                0
                                • SGaistS SGaist

                                  @Ethel-harper hi and welcome to devnet,

                                  You might want to check this project for chromium itself. It might give you some hints that might work with QtWebEngine. Note that I have not tested it at all.

                                  E Offline
                                  E Offline
                                  Ethel harper
                                  wrote on last edited by
                                  #16

                                  @SGaist i will check it

                                  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