Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML WebGL streaming using released Qt 5.10
Forum Updated to NodeBB v4.3 + New Features

QML WebGL streaming using released Qt 5.10

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 2.6k Views 3 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.
  • A Offline
    A Offline
    AlterX
    wrote on 8 Jan 2018, 11:58 last edited by
    #1

    Hello guys,
    I read about this functionality and I would try it out. As I have understood from this post
    http://blog.qt.io/blog/2017/07/07/qt-webgl-streaming-merged/
    having Qt 5.10 already released I should not rebuild Qt to enable Opengl ES, but when I run my test application with "-platform webgl" I get a dialog:

    application faild to start because it could not find or load the Qt platform plugin webgl
    Available paltfrom plugins are: direct2d, offscreen, webgl, windows

    Of course I ticked the TP for streaming, deployed using windeploy and manually copying the webgl.dll

    Thanks
    Gianni

    Qt Ambassador
    Real-time cooperative teams: http://www.softairrealfight.net
    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

    https://codereview.qt-project.org/...

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Jan 2018, 21:46 last edited by
      #2

      Hi,

      Did you check with something like Dependency Walker whether you have a dependency missing for the plugin ?

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

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlterX
        wrote on 9 Jan 2018, 07:41 last edited by
        #3

        Hi thanks for the response,
        I'am working/worked together with the creator of plugin to fix some issues and find out how it works. Just to help others want to try it out:
        Qt 5.10 final works out of the box from within QtCreator passing "-platform webgl"; the only thing worth mentioning here is that using this parameters you will not see any UI from your program but a scared message in the console like: This plugin does not support dynamic OpenGL loading!
        Don't worry and just opening the browser reaching localhost:8080 your UI will be displayed!
        This problem addresses Windows only (I assume) since Jesus has never tried it on a Windows machine.
        The original problem is caused when you try the deploy and it might not work right now due to the TP nature of the plugin (this is only my hunch).
        Gianni

        Qt Ambassador
        Real-time cooperative teams: http://www.softairrealfight.net
        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

        https://codereview.qt-project.org/...

        1 Reply Last reply
        2

        1/3

        8 Jan 2018, 11:58

        • Login

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