Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Yocto Project/Qt WebEngine: Quicknanobrowser Stucks when Loading page
Forum Updated to NodeBB v4.3 + New Features

Yocto Project/Qt WebEngine: Quicknanobrowser Stucks when Loading page

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.5k Views 1 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.
  • C Offline
    C Offline
    Charles C.
    wrote on last edited by
    #1

    I have successfully compiled Qt5.5 WebEngine and its SDK to compile the quicknanobrowser sample to my i.MX6 board in Yocto Project. http://doc.qt.io/qt-5/qtwebengine-quicknanobrowser-example.html

    These are the PACKAGECONFIG I used

    PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010 gstreamer alsa"
    PACKAGECONFIG_append_pn-qtwebkit = " gstreamer010 gstreamer"
    PACKAGECONFIG_append_pn-qtbase = " sql-sqlite \
                                       gstreamer gstreamer010 \
                                       accessibility alsa \
                                       examples "
    PACKAGECONFIG_append_pn-qtwebengine = " ffmpeg libwebp opus vpx "
    

    However, when I execute quicknanobrowser, the loading bar will go to the middle of the page and stuck there.
    the browser stuck like this
    Could someone tell me what is going on here? What do I need to fix?

    Another question is for HTML5; In my last version, I could play youtube videos. However, there will be no sound. What do I need to add for HTML5 video to play with sound?

    1732101 1 Reply Last reply
    0
    • C Charles C.

      I have successfully compiled Qt5.5 WebEngine and its SDK to compile the quicknanobrowser sample to my i.MX6 board in Yocto Project. http://doc.qt.io/qt-5/qtwebengine-quicknanobrowser-example.html

      These are the PACKAGECONFIG I used

      PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010 gstreamer alsa"
      PACKAGECONFIG_append_pn-qtwebkit = " gstreamer010 gstreamer"
      PACKAGECONFIG_append_pn-qtbase = " sql-sqlite \
                                         gstreamer gstreamer010 \
                                         accessibility alsa \
                                         examples "
      PACKAGECONFIG_append_pn-qtwebengine = " ffmpeg libwebp opus vpx "
      

      However, when I execute quicknanobrowser, the loading bar will go to the middle of the page and stuck there.
      the browser stuck like this
      Could someone tell me what is going on here? What do I need to fix?

      Another question is for HTML5; In my last version, I could play youtube videos. However, there will be no sound. What do I need to add for HTML5 video to play with sound?

      1732101 Offline
      1732101 Offline
      173210
      wrote on last edited by
      #2

      @Charles-C. I have the same issue in Buildroot, but no solution :/
      http://forum.qt.io/topic/67077/qtwebengine-doesn-t-work-on-embedded-linux-on-rpi

      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