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. Http Live stream
Qt 6.11 is out! See what's new in the release blog

Http Live stream

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 1.2k 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by satyanarayana143
    #1

    Hi friends,

    I want to Read data from HTTP live stream link and write to udp can anybody help about this.

    my http link is http://192.168.1.67:8000/live1.ts i have read data from this link and write to udp.

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

      Hi,

      What type of stream is that ?
      What platform are you targetting ?
      What version of Qt are you using ?

      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
      • M Offline
        M Offline
        Mr Gisa
        wrote on last edited by
        #3

        Have you considered doing that using Ffmpeg? I think that is the best way for you to do that. You could either use the executable with the right arguments by using QProcess and parse the output or you could write your own recorder by using the ffmpeg library (it's kinda complicated but you can do that by reading the source and the documentation).

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

          @Mr-Gisa libvlc will likely be more friendly to work with.

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

          S 1 Reply Last reply
          1
          • S Offline
            S Offline
            satyanarayana143
            wrote on last edited by
            #5

            trough ffserver stream .windows platform i am targeting i am using 5.9

            1 Reply Last reply
            0
            • SGaistS SGaist

              @Mr-Gisa libvlc will likely be more friendly to work with.

              S Offline
              S Offline
              satyanarayana143
              wrote on last edited by
              #6

              @SGaist

              I am feed through ffserver and ff mpeg from Linux to windows.

              windows platform targeting.

              I am using qt 5.9.2 version.

              I have used libvlc but after some time the video is not playing it is freeze what is the solution to play without struck.

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

                Without more information about your code, your server, if there was any debug information printed when the freeze started. There's basically now way to provide any recommendation.

                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

                • Login

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