Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Reading MediaDataStream by HTTP
Qt 6.11 is out! See what's new in the release blog

Reading MediaDataStream by HTTP

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.6k 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.
  • M Offline
    M Offline
    mmmaaak
    wrote on last edited by
    #1

    My task is to develop a program with qt3 C++ which can do a http-request on url like "http://blabla.bla/smth.cgi?param1=value1&param2=value2..."

    After this, server gives me a real-time video stream from remote IP-camera.

    I make http-request using QHttp class. (QHttp::get())

    But how can parse bytes from QByteArray in real time. I must get this bytes and convert to video an show it in program.

    Help me please with this question.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mlong
      wrote on last edited by
      #2

      This isn't a real simple problem to solve. It's compounded by Qt3. Is there a specific reason that you have to use Qt3?

      Software Engineer
      My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mmmaaak
        wrote on last edited by
        #3

        Yes, my program wil be one of the sub system of huge software product, which developing was started long time earlier when Qt 3 was the latest version. And now it is impossible to re-develop this project to newer version of Qt.

        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