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. How to do live IP streaming from IP camera using Qt?
Qt 6.11 is out! See what's new in the release blog

How to do live IP streaming from IP camera using Qt?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 2 Posters 2.1k 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.
  • embdevE Offline
    embdevE Offline
    embdev
    wrote on last edited by embdev
    #1

    Hi fellow coders, i want to perform a live IP streaming from a IP camera to my embedded Linux device via Qt 4. I'm a little confused by the information available online; is there any good place to begin?

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

      Hi,

      What exactly do you want to do ? Show the image on the device ? Record it ?

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

      embdevE 2 Replies Last reply
      0
      • SGaistS SGaist

        Hi,

        What exactly do you want to do ? Show the image on the device ? Record it ?

        embdevE Offline
        embdevE Offline
        embdev
        wrote on last edited by embdev
        #3

        @SGaist hi! I need to show the live images from an IP camera via my internal network. recording it would be the next phase. My Qt 5 qmake is still not properly configured at the moment so i'm relying on Qt 4 qmake to do my development work for now.

        I think I need to install RTSP/RTP server and client for streaming but most of the online references are based on UI and software installation but I need to build from scratch for my embedded device.

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          What exactly do you want to do ? Show the image on the device ? Record it ?

          embdevE Offline
          embdevE Offline
          embdev
          wrote on last edited by
          #4

          @SGaist is it possible to use VLC to cross-compile and build up a client to receive H.264 video data from a remote IP camera?

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

            AFAIK, yes it should be possible if you already have that working on a computer. You should check wether you already have libVLC available for your device.

            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