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. QT streaming Server
Forum Updated to NodeBB v4.3 + New Features

QT streaming Server

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 4 Posters 3.5k 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.
  • S Offline
    S Offline
    Sidii
    wrote on 9 Sept 2014, 12:01 last edited by
    #1

    Hi, I have a usb camera, i want to stream the video from that camera to my client using web address/ local ip address. The client can simply view the video either by VLC or just opening the web browser and typing the local ip address.

    Any help how to start this from scratch will be highly useful.
    Kindly give me your expert opinions.

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sidii
      wrote on 25 Sept 2014, 11:47 last edited by
      #2

      Any pointers.....how to start??

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 25 Sept 2014, 11:59 last edited by
        #3

        Hi,

        You can take a look at GStreamer and QtGStreamer

        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
        • C Offline
          C Offline
          cybercatalyst
          wrote on 3 Oct 2014, 19:30 last edited by
          #4

          We have running a project at work in which we open our door via mobile phones. In order to see who's coming in through the door we have installed a webcam that streams the current image via ethernet.

          In order to grab the image from QCamera see
          https://github.com/cybercatalyst/dooropener/blob/master/qdoorserver/cameraframegrabber.cpp

          See the sendCameraFrame method in this class on how to save the frame to a base64 encoded string:
          https://github.com/cybercatalyst/dooropener/blob/master/qdoorserver/dooropenerservice.cpp

          And see the handleServerMessage-method to see how to decode the received image:
          https://github.com/cybercatalyst/dooropener/blob/master/qdoorclient/mainwindow.cpp

          You will have to do some additional research if you want to display the image in a browser. Hope this helps.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mrdebug
            wrote on 6 Oct 2014, 07:53 last edited by
            #5

            If you want you can try my project, DomusBoss.
            http://www.denisgottardello.it/DomusBoss/DomusBoss.php
            Using mjpeg is not bad, h264 is too slow.

            Need programmers to hire?
            www.labcsp.com
            www.denisgottardello.it
            GMT+1
            Skype: mrdebug

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Sidii
              wrote on 7 Oct 2014, 05:16 last edited by
              #6

              Dear SGaist, cybercatalyst, mrdebug,

              Thanks a lot for giving me the pointers to start with :)

              Cheers !

              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