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. How to video stream in qt using url

How to video stream in qt using url

Scheduled Pinned Locked Moved Unsolved QtWebEngine
6 Posts 2 Posters 1.0k 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.
  • X Offline
    X Offline
    xylo
    wrote on last edited by xylo
    #1

    QString webRTCUrl = QString::fromUtf8(UrlMessage);
    QWebEngineView view;
    view.load(QUrl(webRTCUrl)); // Use the URL variable

    I have tried to show video from QWebengineView but it gives me blank screen , how to do it?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Are you sure the URL is valid ?

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

      X 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Are you sure the URL is valid ?

        X Offline
        X Offline
        xylo
        wrote on last edited by
        #3

        @SGaist yeah. I tried to stream with chrome and
        it work well ,when I disable " Anonymize local IPs exposed by WebRTC".

        SGaistS 1 Reply Last reply
        0
        • X xylo

          @SGaist yeah. I tried to stream with chrome and
          it work well ,when I disable " Anonymize local IPs exposed by WebRTC".

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

          @xylo said in How to video stream in qt using url:

          view.load(QUrl(webRTCUrl)); // Use the URL variable
          

          I meant the QUrl you are creating there. Check its content.

          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
          • SGaistS SGaist moved this topic from The Lounge on
          • X Offline
            X Offline
            xylo
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • X Offline
              X Offline
              xylo
              wrote on last edited by
              #6

              [1:60:0274/106115.943982:ERROR:cert_verify_proc_nss.cc(918)] CERT_PKIXVerifyCert for 10.23.108.45 failed err=-4532
              js: Uncaught ReferenceError: jstProcess is not defined

              This error I got earlier

              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